Shades of Rock Spray #A24024
Tints of Rock Spray #A24024
RGB
CMYK
RGB Variations
Color information
#A24024 (or 0xA24024) is known color: Rock Spray. HEX triplet: A2, 40 and 24. RGB value is (162,64,36). Sum of RGB (Red+Green+Blue) = 162+64+36=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A24024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24024 is #5DBFDB. Grayscale: #5A5A5A. Windows color (decimal): -6143964 or 2375842. OLE color: 2375842.
HSL color Cylindrical-coordinate representation of color #A24024: hue angle of 13.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A24024 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 36 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.36 |
| HSL | 13.33º | 0.64% | 0.39% | - |
| HSV(B) | 13.33º | 0.78% | 0.64% | - |
| XYZ | 17.05 | 11.48 | 2.99 | - |
| YUV | 90.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 36 | 0 | 0.60 | 0.78 | 0.36 | 13.33 | 0.64 | 0.39 |
| Hex | A2 | 40 | 24 | 0 | 3C | 4E | 24 | D | 40 | 27 |
| Octal | 242 | 100 | 44 | 0 | 74 | 116 | 44 | 15 | 100 | 47 |
| Binary | 10100010 | 1000000 | 100100 | 0 | 111100 | 1001110 | 100100 | 1101 | 1000000 | 100111 |
Color Harmonies of #A24024
Complementary color
Monochromatic Colors of #A24024
Black with #A24024
Text Example
Text Example
White with #A24024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24024; }
p { color: rgb(162,64,36); }
H1.HeaderClassName
{
color: #A24024;
}
.AnyTagClassName
{
color: #A24024;
}
</style>
background-color css
<style>
a { background-color: #A24024; }
a { background-color: rgb(162,64,36); }
div.DivClassName
{
background-color: #A24024;
}
.BgClassName
{
background-color: #A24024;
}
</style>
border-color css
<style>
span { border-color: #A24024; }
span { border-color: rgb(162,64,36); }
td.TdClassName
{
border-color: #A24024;
}
.TagClassName
{
border-color: #A24024;
}
</style>