Shades of Rock Spray #A04018
Tints of Rock Spray #A04018
RGB
CMYK
RGB Variations
Color information
#A04018 (or 0xA04018) is known color: Rock Spray. HEX triplet: A0, 40 and 18. RGB value is (160,64,24). Sum of RGB (Red+Green+Blue) = 160+64+24=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04018 is #5FBFE7. Grayscale: #585858. Windows color (decimal): -6275048 or 1589408. OLE color: 1589408.
HSL color Cylindrical-coordinate representation of color #A04018: hue angle of 17.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A04018 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 24 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.37 |
| HSL | 17.65º | 0.74% | 0.36% | - |
| HSV(B) | 17.65º | 0.85% | 0.63% | - |
| XYZ | 16.5 | 11.21 | 2.16 | - |
| YUV | 88.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 24 | 0 | 0.6 | 0.85 | 0.37 | 17.65 | 0.74 | 0.36 |
| Hex | A0 | 40 | 18 | 0 | 3C | 55 | 25 | 12 | 4A | 24 |
| Octal | 240 | 100 | 30 | 0 | 74 | 125 | 45 | 22 | 112 | 44 |
| Binary | 10100000 | 1000000 | 11000 | 0 | 111100 | 1010101 | 100101 | 10010 | 1001010 | 100100 |
Color Harmonies of #A04018
Complementary color
Monochromatic Colors of #A04018
Black with #A04018
Text Example
Text Example
White with #A04018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04018; }
p { color: rgb(160,64,24); }
H1.HeaderClassName
{
color: #A04018;
}
.AnyTagClassName
{
color: #A04018;
}
</style>
background-color css
<style>
a { background-color: #A04018; }
a { background-color: rgb(160,64,24); }
div.DivClassName
{
background-color: #A04018;
}
.BgClassName
{
background-color: #A04018;
}
</style>
border-color css
<style>
span { border-color: #A04018; }
span { border-color: rgb(160,64,24); }
td.TdClassName
{
border-color: #A04018;
}
.TagClassName
{
border-color: #A04018;
}
</style>