Shades of Mandarian Orange #9A2017
Tints of Mandarian Orange #9A2017
RGB
CMYK
RGB Variations
Color information
#9A2017 (or 0x9A2017) is known color: Mandarian Orange. HEX triplet: 9A, 20 and 17. RGB value is (154,32,23). Sum of RGB (Red+Green+Blue) = 154+32+23=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2017 is #65DFE8. Grayscale: #434343. Windows color (decimal): -6676457 or 1515674. OLE color: 1515674.
HSL color Cylindrical-coordinate representation of color #9A2017: hue angle of 4.12º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A2017 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 23 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.40 |
| HSL | 4.12º | 0.74% | 0.35% | - |
| HSV(B) | 4.12º | 0.85% | 0.6% | - |
| XYZ | 14 | 7.96 | 1.61 | - |
| YUV | 67.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 23 | 0 | 0.79 | 0.85 | 0.40 | 4.12 | 0.74 | 0.35 |
| Hex | 9A | 20 | 17 | 0 | 4F | 55 | 28 | 4 | 4A | 23 |
| Octal | 232 | 40 | 27 | 0 | 117 | 125 | 50 | 4 | 112 | 43 |
| Binary | 10011010 | 100000 | 10111 | 0 | 1001111 | 1010101 | 101000 | 100 | 1001010 | 100011 |
Color Harmonies of #9A2017
Complementary color
Monochromatic Colors of #9A2017
Black with #9A2017
Text Example
Text Example
White with #9A2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2017; }
p { color: rgb(154,32,23); }
H1.HeaderClassName
{
color: #9A2017;
}
.AnyTagClassName
{
color: #9A2017;
}
</style>
background-color css
<style>
a { background-color: #9A2017; }
a { background-color: rgb(154,32,23); }
div.DivClassName
{
background-color: #9A2017;
}
.BgClassName
{
background-color: #9A2017;
}
</style>
border-color css
<style>
span { border-color: #9A2017; }
span { border-color: rgb(154,32,23); }
td.TdClassName
{
border-color: #9A2017;
}
.TagClassName
{
border-color: #9A2017;
}
</style>