Shades of Rock Spray #A74624
Tints of Rock Spray #A74624
RGB
CMYK
RGB Variations
Color information
#A74624 (or 0xA74624) is known color: Rock Spray. HEX triplet: A7, 46 and 24. RGB value is (167,70,36). Sum of RGB (Red+Green+Blue) = 167+70+36=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A74624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74624 is #58B9DB. Grayscale: #5F5F5F. Windows color (decimal): -5814748 or 2377383. OLE color: 2377383.
HSL color Cylindrical-coordinate representation of color #A74624: hue angle of 15.57º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A74624 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 36 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.35 |
| HSL | 15.57º | 0.65% | 0.4% | - |
| HSV(B) | 15.57º | 0.78% | 0.65% | - |
| XYZ | 18.44 | 12.72 | 3.15 | - |
| YUV | 95.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 36 | 0 | 0.58 | 0.78 | 0.35 | 15.57 | 0.65 | 0.4 |
| Hex | A7 | 46 | 24 | 0 | 3A | 4E | 23 | 10 | 41 | 28 |
| Octal | 247 | 106 | 44 | 0 | 72 | 116 | 43 | 20 | 101 | 50 |
| Binary | 10100111 | 1000110 | 100100 | 0 | 111010 | 1001110 | 100011 | 10000 | 1000001 | 101000 |
Color Harmonies of #A74624
Complementary color
Monochromatic Colors of #A74624
Black with #A74624
Text Example
Text Example
White with #A74624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74624; }
p { color: rgb(167,70,36); }
H1.HeaderClassName
{
color: #A74624;
}
.AnyTagClassName
{
color: #A74624;
}
</style>
background-color css
<style>
a { background-color: #A74624; }
a { background-color: rgb(167,70,36); }
div.DivClassName
{
background-color: #A74624;
}
.BgClassName
{
background-color: #A74624;
}
</style>
border-color css
<style>
span { border-color: #A74624; }
span { border-color: rgb(167,70,36); }
td.TdClassName
{
border-color: #A74624;
}
.TagClassName
{
border-color: #A74624;
}
</style>