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