#A08A8A
A medium, muted red closely aligning with Rosybrown.
About #A08A8A
Visually, #A08A8A is defined as a muted red. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 160 red, 138 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 14% Magenta, 14% Yellow, and 37% Black. The HSL representation is 0.0° hue, 10.4% saturation, and 58.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A08A8A
RGB160, 138, 138
HSL0.0°, 10.4%, 58.4%
CMYK0%, 14%, 14%, 37%
HSV0.0°, 13.8%, 62.7%
LAB59.4, 8.3, 3.1
XYZ28.2, 27.5, 27.9
Decimal10521226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.50:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A08A8A;
}
.text-color {
color: #A08A8A;
}
.border-color {
border: 2px solid #A08A8A;
}