Rosy Brown (Brown)
#AD91AF
RGB: 173, 145, 175
Color OverviewHEX #AD91AF

#AD91AF Color Code Information

In the RGB color space, #AD91AF is composed of 68% red, 57% green, and 69% blue. In the HSL color space, it has a hue of 296°, saturation of 16%, and lightness of 63%.

HEX
#AD91AF
RGB
173, 145, 175
HSL
296°, 16%, 63%
HSV
296°, 17%, 69%
CMYK
1%, 17%, 0%, 31%
Name Match
Rosy Brown
Closest Standard

Shades of #AD91AF (Darker Variations)

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

Tints of #AD91AF (Lighter Variations)

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

Tones of #AD91AF (Muted Variations)

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

Color Harmonies for #AD91AF

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

Developer Code Snippets & Tailwind CSS

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

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