#A87566
A medium, muted red closely aligning with Rosybrown.
About #A87566
When working with digital screens, the color #A87566 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. In the RGB color space, it consists of 168 red, 117 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. The HSL representation is 13.6° hue, 27.5% saturation, and 52.9% 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#A87566
RGB168, 117, 102
HSL13.6°, 27.5%, 52.9%
CMYK0%, 30%, 39%, 34%
HSV13.6°, 39.3%, 65.9%
LAB54.0, 18.1, 16.3
XYZ24.9, 22.0, 15.5
Decimal11040102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A87566;
}
.text-color {
color: #A87566;
}
.border-color {
border: 2px solid #A87566;
}