Rosy Brown (Brown)
#ADA67F
RGB: 173, 166, 127
Color OverviewHEX #ADA67F

#ADA67F Color Code Information

In the RGB color space, #ADA67F is composed of 68% red, 65% green, and 50% blue. In the HSL color space, it has a hue of 51°, saturation of 22%, and lightness of 59%.

HEX
#ADA67F
RGB
173, 166, 127
HSL
51°, 22%, 59%
HSV
51°, 27%, 68%
CMYK
0%, 4%, 27%, 32%
Name Match
Rosy Brown
Closest Standard

Shades of #ADA67F (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #ADA67F (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #ADA67F (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #ADA67F

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #ADA67F Background
Contrast Ratio against Pure White (#FFFFFF):2.46 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #ADA67F Background
Contrast Ratio against Pure Black (#000000):8.54 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #ADA67F;
}

.element {
  color: #ADA67F;
  background-color: #ADA67F;
  border-color: #ADA67F;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#ADA67F] text-[#ADA67F] border-[#ADA67F]">
  Content styled with #ADA67F
</div>