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