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