Shades of Rock Spray #A03C17
Tints of Rock Spray #A03C17
RGB
CMYK
RGB Variations
Color information
#A03C17 (or 0xA03C17) is known color: Rock Spray. HEX triplet: A0, 3C and 17. RGB value is (160,60,23). Sum of RGB (Red+Green+Blue) = 160+60+23=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C17 is #5FC3E8. Grayscale: #555555. Windows color (decimal): -6276073 or 1522848. OLE color: 1522848.
HSL color Cylindrical-coordinate representation of color #A03C17: hue angle of 16.2º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03C17 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 23 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.37 |
| HSL | 16.2º | 0.75% | 0.36% | - |
| HSV(B) | 16.2º | 0.86% | 0.63% | - |
| XYZ | 16.27 | 10.77 | 2.03 | - |
| YUV | 85.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 23 | 0 | 0.62 | 0.86 | 0.37 | 16.2 | 0.75 | 0.36 |
| Hex | A0 | 3C | 17 | 0 | 3E | 56 | 25 | 10 | 4B | 24 |
| Octal | 240 | 74 | 27 | 0 | 76 | 126 | 45 | 20 | 113 | 44 |
| Binary | 10100000 | 111100 | 10111 | 0 | 111110 | 1010110 | 100101 | 10000 | 1001011 | 100100 |
Color Harmonies of #A03C17
Complementary color
Monochromatic Colors of #A03C17
Black with #A03C17
Text Example
Text Example
White with #A03C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C17; }
p { color: rgb(160,60,23); }
H1.HeaderClassName
{
color: #A03C17;
}
.AnyTagClassName
{
color: #A03C17;
}
</style>
background-color css
<style>
a { background-color: #A03C17; }
a { background-color: rgb(160,60,23); }
div.DivClassName
{
background-color: #A03C17;
}
.BgClassName
{
background-color: #A03C17;
}
</style>
border-color css
<style>
span { border-color: #A03C17; }
span { border-color: rgb(160,60,23); }
td.TdClassName
{
border-color: #A03C17;
}
.TagClassName
{
border-color: #A03C17;
}
</style>