Shades of Rock Spray #A24A32
Tints of Rock Spray #A24A32
RGB
CMYK
RGB Variations
Color information
#A24A32 (or 0xA24A32) is known color: Rock Spray. HEX triplet: A2, 4A and 32. RGB value is (162,74,50). Sum of RGB (Red+Green+Blue) = 162+74+50=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A32 is #5DB5CD. Grayscale: #616161. Windows color (decimal): -6141390 or 3295906. OLE color: 3295906.
HSL color Cylindrical-coordinate representation of color #A24A32: hue angle of 12.86º degrees, saturation: 0.53, 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 #A24A32 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 50 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.36 |
| HSL | 12.86º | 0.53% | 0.42% | - |
| HSV(B) | 12.86º | 0.69% | 0.64% | - |
| XYZ | 17.92 | 12.81 | 4.55 | - |
| YUV | 97.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 50 | 0 | 0.54 | 0.69 | 0.36 | 12.86 | 0.53 | 0.42 |
| Hex | A2 | 4A | 32 | 0 | 36 | 45 | 24 | D | 35 | 2A |
| Octal | 242 | 112 | 62 | 0 | 66 | 105 | 44 | 15 | 65 | 52 |
| Binary | 10100010 | 1001010 | 110010 | 0 | 110110 | 1000101 | 100100 | 1101 | 110101 | 101010 |
Color Harmonies of #A24A32
Complementary color
Monochromatic Colors of #A24A32
Black with #A24A32
Text Example
Text Example
White with #A24A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A32; }
p { color: rgb(162,74,50); }
H1.HeaderClassName
{
color: #A24A32;
}
.AnyTagClassName
{
color: #A24A32;
}
</style>
background-color css
<style>
a { background-color: #A24A32; }
a { background-color: rgb(162,74,50); }
div.DivClassName
{
background-color: #A24A32;
}
.BgClassName
{
background-color: #A24A32;
}
</style>
border-color css
<style>
span { border-color: #A24A32; }
span { border-color: rgb(162,74,50); }
td.TdClassName
{
border-color: #A24A32;
}
.TagClassName
{
border-color: #A24A32;
}
</style>