#AF9283
A light, muted orange closely aligning with Rosybrown.
About #AF9283
Visually, #AF9283 is defined as a muted orange. Its closest recognized web color is Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 146, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 17% magenta, 25% yellow, and 31% black. The HSL representation is 20.5° hue, 21.6% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#AF9283
RGB175, 146, 131
HSL20.5°, 21.6%, 60.0%
CMYK0%, 17%, 25%, 31%
HSV20.5°, 25.1%, 68.6%
LAB62.8, 8.5, 12.0
XYZ32.1, 31.3, 25.8
Decimal11506307
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.26:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9283;
}
.text-color {
color: #AF9283;
}
.border-color {
border: 2px solid #AF9283;
}