Shades of Rock Spray #A24431
Tints of Rock Spray #A24431
RGB
CMYK
RGB Variations
Color information
#A24431 (or 0xA24431) is known color: Rock Spray. HEX triplet: A2, 44 and 31. RGB value is (162,68,49). Sum of RGB (Red+Green+Blue) = 162+68+49=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A24431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24431 is #5DBBCE. Grayscale: #5E5E5E. Windows color (decimal): -6142927 or 3228834. OLE color: 3228834.
HSL color Cylindrical-coordinate representation of color #A24431: hue angle of 10.09º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A24431 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 49 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.36 |
| HSL | 10.09º | 0.54% | 0.41% | - |
| HSV(B) | 10.09º | 0.7% | 0.64% | - |
| XYZ | 17.52 | 12.04 | 4.31 | - |
| YUV | 93.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 49 | 0 | 0.58 | 0.70 | 0.36 | 10.09 | 0.54 | 0.41 |
| Hex | A2 | 44 | 31 | 0 | 3A | 46 | 24 | A | 36 | 29 |
| Octal | 242 | 104 | 61 | 0 | 72 | 106 | 44 | 12 | 66 | 51 |
| Binary | 10100010 | 1000100 | 110001 | 0 | 111010 | 1000110 | 100100 | 1010 | 110110 | 101001 |
Color Harmonies of #A24431
Complementary color
Monochromatic Colors of #A24431
Black with #A24431
Text Example
Text Example
White with #A24431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24431; }
p { color: rgb(162,68,49); }
H1.HeaderClassName
{
color: #A24431;
}
.AnyTagClassName
{
color: #A24431;
}
</style>
background-color css
<style>
a { background-color: #A24431; }
a { background-color: rgb(162,68,49); }
div.DivClassName
{
background-color: #A24431;
}
.BgClassName
{
background-color: #A24431;
}
</style>
border-color css
<style>
span { border-color: #A24431; }
span { border-color: rgb(162,68,49); }
td.TdClassName
{
border-color: #A24431;
}
.TagClassName
{
border-color: #A24431;
}
</style>