Shades of Rock Spray #A2492E
Tints of Rock Spray #A2492E
RGB
CMYK
RGB Variations
Color information
#A2492E (or 0xA2492E) is known color: Rock Spray. HEX triplet: A2, 49 and 2E. RGB value is (162,73,46). Sum of RGB (Red+Green+Blue) = 162+73+46=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A2492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2492E is #5DB6D1. Grayscale: #606060. Windows color (decimal): -6141650 or 3033506. OLE color: 3033506.
HSL color Cylindrical-coordinate representation of color #A2492E: hue angle of 13.97º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2492E is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 46 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.36 |
| HSL | 13.97º | 0.56% | 0.41% | - |
| HSV(B) | 13.97º | 0.72% | 0.64% | - |
| XYZ | 17.78 | 12.64 | 4.09 | - |
| YUV | 96.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 46 | 0 | 0.55 | 0.72 | 0.36 | 13.97 | 0.56 | 0.41 |
| Hex | A2 | 49 | 2E | 0 | 37 | 48 | 24 | E | 38 | 29 |
| Octal | 242 | 111 | 56 | 0 | 67 | 110 | 44 | 16 | 70 | 51 |
| Binary | 10100010 | 1001001 | 101110 | 0 | 110111 | 1001000 | 100100 | 1110 | 111000 | 101001 |
Color Harmonies of #A2492E
Complementary color
Monochromatic Colors of #A2492E
Black with #A2492E
Text Example
Text Example
White with #A2492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2492E; }
p { color: rgb(162,73,46); }
H1.HeaderClassName
{
color: #A2492E;
}
.AnyTagClassName
{
color: #A2492E;
}
</style>
background-color css
<style>
a { background-color: #A2492E; }
a { background-color: rgb(162,73,46); }
div.DivClassName
{
background-color: #A2492E;
}
.BgClassName
{
background-color: #A2492E;
}
</style>
border-color css
<style>
span { border-color: #A2492E; }
span { border-color: rgb(162,73,46); }
td.TdClassName
{
border-color: #A2492E;
}
.TagClassName
{
border-color: #A2492E;
}
</style>