Sienna (Brown)
#AD464E
RGB: 173, 70, 78
Color OverviewHEX #AD464E

#AD464E Color Code Information

In the RGB color space, #AD464E is composed of 68% red, 27% green, and 31% blue. In the HSL color space, it has a hue of 355°, saturation of 42%, and lightness of 48%.

HEX
#AD464E
RGB
173, 70, 78
HSL
355°, 42%, 48%
HSV
355°, 60%, 68%
CMYK
0%, 60%, 55%, 32%
Name Match
Sienna
Closest Standard

Shades of #AD464E (Darker Variations)

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

Tints of #AD464E (Lighter Variations)

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

Tones of #AD464E (Muted Variations)

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

Color Harmonies for #AD464E

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

Developer Code Snippets & Tailwind CSS

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

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