Rosy Brown (Brown)
#A96B89
RGB: 169, 107, 137
Color OverviewHEX #A96B89

#A96B89 Color Code Information

In the RGB color space, #A96B89 is composed of 66% red, 42% green, and 54% blue. In the HSL color space, it has a hue of 331°, saturation of 26%, and lightness of 54%.

HEX
#A96B89
RGB
169, 107, 137
HSL
331°, 26%, 54%
HSV
331°, 37%, 66%
CMYK
0%, 37%, 19%, 34%
Name Match
Rosy Brown
Closest Standard

Shades of #A96B89 (Darker Variations)

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

Tints of #A96B89 (Lighter Variations)

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

Tones of #A96B89 (Muted Variations)

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

Color Harmonies for #A96B89

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

Developer Code Snippets & Tailwind CSS

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

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