Shades of Rock Spray #A24320
Tints of Rock Spray #A24320
RGB
CMYK
RGB Variations
Color information
#A24320 (or 0xA24320) is known color: Rock Spray. HEX triplet: A2, 43 and 20. RGB value is (162,67,32). Sum of RGB (Red+Green+Blue) = 162+67+32=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A24320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24320 is #5DBCDF. Grayscale: #5B5B5B. Windows color (decimal): -6143200 or 2114466. OLE color: 2114466.
HSL color Cylindrical-coordinate representation of color #A24320: hue angle of 16.15º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A24320 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 32 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.36 |
| HSL | 16.15º | 0.67% | 0.38% | - |
| HSV(B) | 16.15º | 0.8% | 0.64% | - |
| XYZ | 17.17 | 11.8 | 2.74 | - |
| YUV | 91.42 | 94.47 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 32 | 0 | 0.59 | 0.80 | 0.36 | 16.15 | 0.67 | 0.38 |
| Hex | A2 | 43 | 20 | 0 | 3B | 50 | 24 | 10 | 43 | 26 |
| Octal | 242 | 103 | 40 | 0 | 73 | 120 | 44 | 20 | 103 | 46 |
| Binary | 10100010 | 1000011 | 100000 | 0 | 111011 | 1010000 | 100100 | 10000 | 1000011 | 100110 |
Color Harmonies of #A24320
Complementary color
Monochromatic Colors of #A24320
Black with #A24320
Text Example
Text Example
White with #A24320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24320; }
p { color: rgb(162,67,32); }
H1.HeaderClassName
{
color: #A24320;
}
.AnyTagClassName
{
color: #A24320;
}
</style>
background-color css
<style>
a { background-color: #A24320; }
a { background-color: rgb(162,67,32); }
div.DivClassName
{
background-color: #A24320;
}
.BgClassName
{
background-color: #A24320;
}
</style>
border-color css
<style>
span { border-color: #A24320; }
span { border-color: rgb(162,67,32); }
td.TdClassName
{
border-color: #A24320;
}
.TagClassName
{
border-color: #A24320;
}
</style>