Rosy Brown (Brown)
#A4A48F
RGB: 164, 164, 143
Color OverviewHEX #A4A48F
#A4A48F Color Code Information
In the RGB color space, #A4A48F is composed of 64% red, 64% green, and 56% blue. In the HSL color space, it has a hue of 60°, saturation of 10%, and lightness of 60%.
HEX
#A4A48F
RGB
164, 164, 143
HSL
60°, 10%, 60%
HSV
60°, 13%, 64%
CMYK
0%, 0%, 13%, 36%
Name Match
Rosy Brown
Closest StandardShades of #A4A48F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A4A48F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A4A48F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A4A48F
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 #A4A48F Background
Contrast Ratio against Pure White (#FFFFFF):2.53 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A4A48F Background
Contrast Ratio against Pure Black (#000000):8.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A4A48F;
}
.element {
color: #A4A48F;
background-color: #A4A48F;
border-color: #A4A48F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A4A48F] text-[#A4A48F] border-[#A4A48F]"> Content styled with #A4A48F </div>