Rosy Brown (Brown)
#A9A49F
RGB: 169, 164, 159
Color OverviewHEX #A9A49F
#A9A49F Color Code Information
In the RGB color space, #A9A49F is composed of 66% red, 64% green, and 62% blue. In the HSL color space, it has a hue of 30°, saturation of 5%, and lightness of 64%.
HEX
#A9A49F
RGB
169, 164, 159
HSL
30°, 5%, 64%
HSV
30°, 6%, 66%
CMYK
0%, 3%, 6%, 34%
Name Match
Rosy Brown
Closest StandardShades of #A9A49F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A9A49F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A9A49F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A9A49F
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 #A9A49F Background
Contrast Ratio against Pure White (#FFFFFF):2.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A9A49F Background
Contrast Ratio against Pure Black (#000000):8.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A9A49F;
}
.element {
color: #A9A49F;
background-color: #A9A49F;
border-color: #A9A49F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A9A49F] text-[#A9A49F] border-[#A9A49F]"> Content styled with #A9A49F </div>