#A08375
A medium, muted orange closely aligning with Rosybrown.
About #A08375
When working with digital screens, the color #A08375 is rendered by mixing light. 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, 131, and 117.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 18% Magenta, 27% Yellow, and 37% Black. The HSL representation is 19.5° hue, 18.5% saturation, and 54.3% lightness.
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#A08375
RGB160, 131, 117
HSL19.5°, 18.5%, 54.3%
CMYK0%, 18%, 27%, 37%
HSV19.5°, 26.9%, 62.7%
LAB57.1, 8.9, 11.7
XYZ25.8, 25.0, 20.3
Decimal10519413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
6.00:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A08375;
}
.text-color {
color: #A08375;
}
.border-color {
border: 2px solid #A08375;
}