Gray (Neutral)
#A0766D
RGB: 160, 118, 109
Color OverviewHEX #A0766D
#A0766D Color Code Information
In the RGB color space, #A0766D is composed of 63% red, 46% green, and 43% blue. In the HSL color space, it has a hue of 11°, saturation of 21%, and lightness of 53%.
HEX
#A0766D
RGB
160, 118, 109
HSL
11°, 21%, 53%
HSV
11°, 32%, 63%
CMYK
0%, 26%, 32%, 37%
Name Match
Gray
Closest StandardShades of #A0766D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A0766D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A0766D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A0766D
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 #A0766D Background
Contrast Ratio against Pure White (#FFFFFF):3.96 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A0766D Background
Contrast Ratio against Pure Black (#000000):5.31 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A0766D;
}
.element {
color: #A0766D;
background-color: #A0766D;
border-color: #A0766D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A0766D] text-[#A0766D] border-[#A0766D]"> Content styled with #A0766D </div>