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