#A08A83
A medium, muted red closely aligning with Rosybrown.
About #A08A83
At its core, #A08A83 is a medium and muted hue. It is closely associated with the named CSS color Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 138, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 14% Magenta, 18% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A08A83
RGB160, 138, 131
HSL14.5°, 13.2%, 57.1%
CMYK0%, 14%, 18%, 37%
HSV14.5°, 18.1%, 62.7%
LAB59.2, 7.1, 6.8
XYZ27.7, 27.3, 25.3
Decimal10521219
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A08A83;
}
.text-color {
color: #A08A83;
}
.border-color {
border: 2px solid #A08A83;
}