Rosy Brown (Brown)
#A3A79E
RGB: 163, 167, 158
Color OverviewHEX #A3A79E
#A3A79E Color Code Information
In the RGB color space, #A3A79E is composed of 64% red, 65% green, and 62% blue. In the HSL color space, it has a hue of 87°, saturation of 5%, and lightness of 64%.
HEX
#A3A79E
RGB
163, 167, 158
HSL
87°, 5%, 64%
HSV
87°, 5%, 65%
CMYK
2%, 0%, 5%, 35%
Name Match
Rosy Brown
Closest StandardShades of #A3A79E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A3A79E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A3A79E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A3A79E
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A3A79E Background
Contrast Ratio against Pure White (#FFFFFF):2.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A3A79E Background
Contrast Ratio against Pure Black (#000000):8.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A3A79E;
}
.element {
color: #A3A79E;
background-color: #A3A79E;
border-color: #A3A79E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A3A79E] text-[#A3A79E] border-[#A3A79E]"> Content styled with #A3A79E </div>