Sienna (Brown)
#A45442
RGB: 164, 84, 66
Color OverviewHEX #A45442
#A45442 Color Code Information
In the RGB color space, #A45442 is composed of 64% red, 33% green, and 26% blue. In the HSL color space, it has a hue of 11°, saturation of 43%, and lightness of 45%.
HEX
#A45442
RGB
164, 84, 66
HSL
11°, 43%, 45%
HSV
11°, 60%, 64%
CMYK
0%, 49%, 60%, 36%
Name Match
Sienna
Closest StandardShades of #A45442 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A45442 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A45442 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A45442
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A45442 Background
Contrast Ratio against Pure White (#FFFFFF):5.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A45442 Background
Contrast Ratio against Pure Black (#000000):3.93 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A45442;
}
.element {
color: #A45442;
background-color: #A45442;
border-color: #A45442;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A45442] text-[#A45442] border-[#A45442]"> Content styled with #A45442 </div>