Shades of Rock Spray #A24333
Tints of Rock Spray #A24333
RGB
CMYK
RGB Variations
Color information
#A24333 (or 0xA24333) is known color: Rock Spray. HEX triplet: A2, 43 and 33. RGB value is (162,67,51). Sum of RGB (Red+Green+Blue) = 162+67+51=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A24333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24333 is #5DBCCC. Grayscale: #5D5D5D. Windows color (decimal): -6143181 or 3359650. OLE color: 3359650.
HSL color Cylindrical-coordinate representation of color #A24333: hue angle of 8.65º 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 #A24333 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 51 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.36 |
| HSL | 8.65º | 0.52% | 0.42% | - |
| HSV(B) | 8.65º | 0.69% | 0.64% | - |
| XYZ | 17.5 | 11.93 | 4.51 | - |
| YUV | 93.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 51 | 0 | 0.59 | 0.69 | 0.36 | 8.65 | 0.52 | 0.42 |
| Hex | A2 | 43 | 33 | 0 | 3B | 45 | 24 | 9 | 34 | 2A |
| Octal | 242 | 103 | 63 | 0 | 73 | 105 | 44 | 11 | 64 | 52 |
| Binary | 10100010 | 1000011 | 110011 | 0 | 111011 | 1000101 | 100100 | 1001 | 110100 | 101010 |
Color Harmonies of #A24333
Complementary color
Monochromatic Colors of #A24333
Black with #A24333
Text Example
Text Example
White with #A24333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24333; }
p { color: rgb(162,67,51); }
H1.HeaderClassName
{
color: #A24333;
}
.AnyTagClassName
{
color: #A24333;
}
</style>
background-color css
<style>
a { background-color: #A24333; }
a { background-color: rgb(162,67,51); }
div.DivClassName
{
background-color: #A24333;
}
.BgClassName
{
background-color: #A24333;
}
</style>
border-color css
<style>
span { border-color: #A24333; }
span { border-color: rgb(162,67,51); }
td.TdClassName
{
border-color: #A24333;
}
.TagClassName
{
border-color: #A24333;
}
</style>