Shades of Rock Spray #A03716
Tints of Rock Spray #A03716
RGB
CMYK
RGB Variations
Color information
#A03716 (or 0xA03716) is known color: Rock Spray. HEX triplet: A0, 37 and 16. RGB value is (160,55,22). Sum of RGB (Red+Green+Blue) = 160+55+22=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03716 is #5FC8E9. Grayscale: #525252. Windows color (decimal): -6277354 or 1456032. OLE color: 1456032.
HSL color Cylindrical-coordinate representation of color #A03716: hue angle of 14.35º degrees, saturation: 0.76, 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 #A03716 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 22 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.37 |
| HSL | 14.35º | 0.76% | 0.36% | - |
| HSV(B) | 14.35º | 0.86% | 0.63% | - |
| XYZ | 16.01 | 10.26 | 1.9 | - |
| YUV | 82.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 22 | 0 | 0.66 | 0.86 | 0.37 | 14.35 | 0.76 | 0.36 |
| Hex | A0 | 37 | 16 | 0 | 42 | 56 | 25 | E | 4C | 24 |
| Octal | 240 | 67 | 26 | 0 | 102 | 126 | 45 | 16 | 114 | 44 |
| Binary | 10100000 | 110111 | 10110 | 0 | 1000010 | 1010110 | 100101 | 1110 | 1001100 | 100100 |
Color Harmonies of #A03716
Complementary color
Monochromatic Colors of #A03716
Black with #A03716
Text Example
Text Example
White with #A03716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03716; }
p { color: rgb(160,55,22); }
H1.HeaderClassName
{
color: #A03716;
}
.AnyTagClassName
{
color: #A03716;
}
</style>
background-color css
<style>
a { background-color: #A03716; }
a { background-color: rgb(160,55,22); }
div.DivClassName
{
background-color: #A03716;
}
.BgClassName
{
background-color: #A03716;
}
</style>
border-color css
<style>
span { border-color: #A03716; }
span { border-color: rgb(160,55,22); }
td.TdClassName
{
border-color: #A03716;
}
.TagClassName
{
border-color: #A03716;
}
</style>