#AF927C
A medium, muted orange closely aligning with Rosybrown.
About #AF927C
When working with digital screens, the color #AF927C is rendered by mixing light. Its closest recognized web color is Rosybrown. Its digital footprint relies on 175 parts red, 146 parts green, and 124 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 17% M, 29% Y, and 31% K. The HSL representation is 25.9° hue, 24.2% saturation, and 58.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF927C
RGB175, 146, 124
HSL25.9°, 24.2%, 58.6%
CMYK0%, 17%, 29%, 31%
HSV25.9°, 29.1%, 68.6%
LAB62.6, 7.5, 15.7
XYZ31.6, 31.1, 23.4
Decimal11506300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.23:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF927C;
}
.text-color {
color: #AF927C;
}
.border-color {
border: 2px solid #AF927C;
}