Shades of Mandarian Orange #9A1710
Tints of Mandarian Orange #9A1710
RGB
CMYK
RGB Variations
Color information
#9A1710 (or 0x9A1710) is known color: Mandarian Orange. HEX triplet: 9A, 17 and 10. RGB value is (154,23,16). Sum of RGB (Red+Green+Blue) = 154+23+16=193 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.79% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1710 is #65E8EF. Grayscale: #3D3D3D. Windows color (decimal): -6678768 or 1054618. OLE color: 1054618.
HSL color Cylindrical-coordinate representation of color #9A1710: hue angle of 3.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1710 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 16 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.40 |
| HSL | 3.04º | 0.81% | 0.33% | - |
| HSV(B) | 3.04º | 0.9% | 0.6% | - |
| XYZ | 13.73 | 7.52 | 1.22 | - |
| YUV | 61.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 16 | 0 | 0.85 | 0.90 | 0.40 | 3.04 | 0.81 | 0.33 |
| Hex | 9A | 17 | 10 | 0 | 55 | 5A | 28 | 3 | 51 | 21 |
| Octal | 232 | 27 | 20 | 0 | 125 | 132 | 50 | 3 | 121 | 41 |
| Binary | 10011010 | 10111 | 10000 | 0 | 1010101 | 1011010 | 101000 | 11 | 1010001 | 100001 |
Color Harmonies of #9A1710
Complementary color
Monochromatic Colors of #9A1710
Black with #9A1710
Text Example
Text Example
White with #9A1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1710; }
p { color: rgb(154,23,16); }
H1.HeaderClassName
{
color: #9A1710;
}
.AnyTagClassName
{
color: #9A1710;
}
</style>
background-color css
<style>
a { background-color: #9A1710; }
a { background-color: rgb(154,23,16); }
div.DivClassName
{
background-color: #9A1710;
}
.BgClassName
{
background-color: #9A1710;
}
</style>
border-color css
<style>
span { border-color: #9A1710; }
span { border-color: rgb(154,23,16); }
td.TdClassName
{
border-color: #9A1710;
}
.TagClassName
{
border-color: #9A1710;
}
</style>