Rosy Brown (Brown)
#AFA58F
RGB: 175, 165, 143
Color OverviewHEX #AFA58F

#AFA58F Color Code Information

In the RGB color space, #AFA58F is composed of 69% red, 65% green, and 56% blue. In the HSL color space, it has a hue of 41°, saturation of 17%, and lightness of 62%.

HEX
#AFA58F
RGB
175, 165, 143
HSL
41°, 17%, 62%
HSV
41°, 18%, 69%
CMYK
0%, 6%, 18%, 31%
Name Match
Rosy Brown
Closest Standard

Shades of #AFA58F (Darker Variations)

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

Tints of #AFA58F (Lighter Variations)

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

Tones of #AFA58F (Muted Variations)

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

Color Harmonies for #AFA58F

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

Developer Code Snippets & Tailwind CSS

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

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