Gray (Neutral)
#A46C75
RGB: 164, 108, 117
Color OverviewHEX #A46C75

#A46C75 Color Code Information

In the RGB color space, #A46C75 is composed of 64% red, 42% green, and 46% blue. In the HSL color space, it has a hue of 350°, saturation of 24%, and lightness of 53%.

HEX
#A46C75
RGB
164, 108, 117
HSL
350°, 24%, 53%
HSV
350°, 34%, 64%
CMYK
0%, 34%, 29%, 36%
Name Match
Gray
Closest Standard

Shades of #A46C75 (Darker Variations)

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

Tints of #A46C75 (Lighter Variations)

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

Tones of #A46C75 (Muted Variations)

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

Color Harmonies for #A46C75

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

Developer Code Snippets & Tailwind CSS

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

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