Shades of Rock Spray #A24222
Tints of Rock Spray #A24222
RGB
CMYK
RGB Variations
Color information
#A24222 (or 0xA24222) is known color: Rock Spray. HEX triplet: A2, 42 and 22. RGB value is (162,66,34). Sum of RGB (Red+Green+Blue) = 162+66+34=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A24222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24222 is #5DBDDD. Grayscale: #5B5B5B. Windows color (decimal): -6143454 or 2245282. OLE color: 2245282.
HSL color Cylindrical-coordinate representation of color #A24222: hue angle of 15º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A24222 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 34 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.36 |
| HSL | 15º | 0.65% | 0.38% | - |
| HSV(B) | 15º | 0.79% | 0.64% | - |
| XYZ | 17.14 | 11.69 | 2.87 | - |
| YUV | 91.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 34 | 0 | 0.59 | 0.79 | 0.36 | 15 | 0.65 | 0.38 |
| Hex | A2 | 42 | 22 | 0 | 3B | 4F | 24 | F | 41 | 26 |
| Octal | 242 | 102 | 42 | 0 | 73 | 117 | 44 | 17 | 101 | 46 |
| Binary | 10100010 | 1000010 | 100010 | 0 | 111011 | 1001111 | 100100 | 1111 | 1000001 | 100110 |
Color Harmonies of #A24222
Complementary color
Monochromatic Colors of #A24222
Black with #A24222
Text Example
Text Example
White with #A24222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24222; }
p { color: rgb(162,66,34); }
H1.HeaderClassName
{
color: #A24222;
}
.AnyTagClassName
{
color: #A24222;
}
</style>
background-color css
<style>
a { background-color: #A24222; }
a { background-color: rgb(162,66,34); }
div.DivClassName
{
background-color: #A24222;
}
.BgClassName
{
background-color: #A24222;
}
</style>
border-color css
<style>
span { border-color: #A24222; }
span { border-color: rgb(162,66,34); }
td.TdClassName
{
border-color: #A24222;
}
.TagClassName
{
border-color: #A24222;
}
</style>