Rosy Brown (Brown)
#ABA497
RGB: 171, 164, 151
Color OverviewHEX #ABA497

#ABA497 Color Code Information

In the RGB color space, #ABA497 is composed of 67% red, 64% green, and 59% blue. In the HSL color space, it has a hue of 39°, saturation of 11%, and lightness of 63%.

HEX
#ABA497
RGB
171, 164, 151
HSL
39°, 11%, 63%
HSV
39°, 12%, 67%
CMYK
0%, 4%, 12%, 33%
Name Match
Rosy Brown
Closest Standard

Shades of #ABA497 (Darker Variations)

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

Tints of #ABA497 (Lighter Variations)

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

Tones of #ABA497 (Muted Variations)

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

Color Harmonies for #ABA497

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 #ABA497 Background
Contrast Ratio against Pure White (#FFFFFF):2.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #ABA497 Background
Contrast Ratio against Pure Black (#000000):8.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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