Shades of Rock Spray #A24033
Tints of Rock Spray #A24033
RGB
CMYK
RGB Variations
Color information
#A24033 (or 0xA24033) is known color: Rock Spray. HEX triplet: A2, 40 and 33. RGB value is (162,64,51). Sum of RGB (Red+Green+Blue) = 162+64+51=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A24033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24033 is #5DBFCC. Grayscale: #5B5B5B. Windows color (decimal): -6143949 or 3358882. OLE color: 3358882.
HSL color Cylindrical-coordinate representation of color #A24033: hue angle of 7.03º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A24033 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 51 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.36 |
| HSL | 7.03º | 0.52% | 0.42% | - |
| HSV(B) | 7.03º | 0.69% | 0.64% | - |
| XYZ | 17.33 | 11.59 | 4.46 | - |
| YUV | 91.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 51 | 0 | 0.60 | 0.69 | 0.36 | 7.03 | 0.52 | 0.42 |
| Hex | A2 | 40 | 33 | 0 | 3C | 45 | 24 | 7 | 34 | 2A |
| Octal | 242 | 100 | 63 | 0 | 74 | 105 | 44 | 7 | 64 | 52 |
| Binary | 10100010 | 1000000 | 110011 | 0 | 111100 | 1000101 | 100100 | 111 | 110100 | 101010 |
Color Harmonies of #A24033
Complementary color
Monochromatic Colors of #A24033
Black with #A24033
Text Example
Text Example
White with #A24033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24033; }
p { color: rgb(162,64,51); }
H1.HeaderClassName
{
color: #A24033;
}
.AnyTagClassName
{
color: #A24033;
}
</style>
background-color css
<style>
a { background-color: #A24033; }
a { background-color: rgb(162,64,51); }
div.DivClassName
{
background-color: #A24033;
}
.BgClassName
{
background-color: #A24033;
}
</style>
border-color css
<style>
span { border-color: #A24033; }
span { border-color: rgb(162,64,51); }
td.TdClassName
{
border-color: #A24033;
}
.TagClassName
{
border-color: #A24033;
}
</style>