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