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