Shades of Rock Spray #A03A17
Tints of Rock Spray #A03A17
RGB
CMYK
RGB Variations
Color information
#A03A17 (or 0xA03A17) is known color: Rock Spray. HEX triplet: A0, 3A and 17. RGB value is (160,58,23). Sum of RGB (Red+Green+Blue) = 160+58+23=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A17 is #5FC5E8. Grayscale: #545454. Windows color (decimal): -6276585 or 1522336. OLE color: 1522336.
HSL color Cylindrical-coordinate representation of color #A03A17: hue angle of 15.33º 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 #A03A17 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 23 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.37 |
| HSL | 15.33º | 0.75% | 0.36% | - |
| HSV(B) | 15.33º | 0.86% | 0.63% | - |
| XYZ | 16.16 | 10.56 | 2 | - |
| YUV | 84.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 23 | 0 | 0.64 | 0.86 | 0.37 | 15.33 | 0.75 | 0.36 |
| Hex | A0 | 3A | 17 | 0 | 40 | 56 | 25 | F | 4B | 24 |
| Octal | 240 | 72 | 27 | 0 | 100 | 126 | 45 | 17 | 113 | 44 |
| Binary | 10100000 | 111010 | 10111 | 0 | 1000000 | 1010110 | 100101 | 1111 | 1001011 | 100100 |
Color Harmonies of #A03A17
Complementary color
Monochromatic Colors of #A03A17
Black with #A03A17
Text Example
Text Example
White with #A03A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A17; }
p { color: rgb(160,58,23); }
H1.HeaderClassName
{
color: #A03A17;
}
.AnyTagClassName
{
color: #A03A17;
}
</style>
background-color css
<style>
a { background-color: #A03A17; }
a { background-color: rgb(160,58,23); }
div.DivClassName
{
background-color: #A03A17;
}
.BgClassName
{
background-color: #A03A17;
}
</style>
border-color css
<style>
span { border-color: #A03A17; }
span { border-color: rgb(160,58,23); }
td.TdClassName
{
border-color: #A03A17;
}
.TagClassName
{
border-color: #A03A17;
}
</style>