Shades of Rock Spray #A24931
Tints of Rock Spray #A24931
RGB
CMYK
RGB Variations
Color information
#A24931 (or 0xA24931) is known color: Rock Spray. HEX triplet: A2, 49 and 31. RGB value is (162,73,49). Sum of RGB (Red+Green+Blue) = 162+73+49=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A24931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24931 is #5DB6CE. Grayscale: #616161. Windows color (decimal): -6141647 or 3230114. OLE color: 3230114.
HSL color Cylindrical-coordinate representation of color #A24931: hue angle of 12.74º 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 #A24931 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 49 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.36 |
| HSL | 12.74º | 0.54% | 0.41% | - |
| HSV(B) | 12.74º | 0.7% | 0.64% | - |
| XYZ | 17.84 | 12.67 | 4.41 | - |
| YUV | 96.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 49 | 0 | 0.55 | 0.70 | 0.36 | 12.74 | 0.54 | 0.41 |
| Hex | A2 | 49 | 31 | 0 | 37 | 46 | 24 | D | 36 | 29 |
| Octal | 242 | 111 | 61 | 0 | 67 | 106 | 44 | 15 | 66 | 51 |
| Binary | 10100010 | 1001001 | 110001 | 0 | 110111 | 1000110 | 100100 | 1101 | 110110 | 101001 |
Color Harmonies of #A24931
Complementary color
Monochromatic Colors of #A24931
Black with #A24931
Text Example
Text Example
White with #A24931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24931; }
p { color: rgb(162,73,49); }
H1.HeaderClassName
{
color: #A24931;
}
.AnyTagClassName
{
color: #A24931;
}
</style>
background-color css
<style>
a { background-color: #A24931; }
a { background-color: rgb(162,73,49); }
div.DivClassName
{
background-color: #A24931;
}
.BgClassName
{
background-color: #A24931;
}
</style>
border-color css
<style>
span { border-color: #A24931; }
span { border-color: rgb(162,73,49); }
td.TdClassName
{
border-color: #A24931;
}
.TagClassName
{
border-color: #A24931;
}
</style>