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