#A08A7C
A medium, muted orange closely aligning with Rosybrown.
About #A08A7C
When working with digital screens, the color #A08A7C is rendered by mixing light. Designers often compare it to the standard color Rosybrown. This translates to an RGB value of rgb(160, 138, 124).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 14% M, 22% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A08A7C
RGB160, 138, 124
HSL23.3°, 15.9%, 55.7%
CMYK0%, 14%, 22%, 37%
HSV23.3°, 22.5%, 62.7%
LAB59.1, 6.0, 10.6
XYZ27.2, 27.1, 22.9
Decimal10521212
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A08A7C;
}
.text-color {
color: #A08A7C;
}
.border-color {
border: 2px solid #A08A7C;
}