Shades of Rock Spray #A2462B
Tints of Rock Spray #A2462B
RGB
CMYK
RGB Variations
Color information
#A2462B (or 0xA2462B) is known color: Rock Spray. HEX triplet: A2, 46 and 2B. RGB value is (162,70,43). Sum of RGB (Red+Green+Blue) = 162+70+43=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2462B is #5DB9D4. Grayscale: #5E5E5E. Windows color (decimal): -6142421 or 2836130. OLE color: 2836130.
HSL color Cylindrical-coordinate representation of color #A2462B: hue angle of 13.61º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2462B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 43 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.36 |
| HSL | 13.61º | 0.58% | 0.4% | - |
| HSV(B) | 13.61º | 0.73% | 0.64% | - |
| XYZ | 17.53 | 12.24 | 3.72 | - |
| YUV | 94.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 43 | 0 | 0.57 | 0.73 | 0.36 | 13.61 | 0.58 | 0.4 |
| Hex | A2 | 46 | 2B | 0 | 39 | 49 | 24 | E | 3A | 28 |
| Octal | 242 | 106 | 53 | 0 | 71 | 111 | 44 | 16 | 72 | 50 |
| Binary | 10100010 | 1000110 | 101011 | 0 | 111001 | 1001001 | 100100 | 1110 | 111010 | 101000 |
Color Harmonies of #A2462B
Complementary color
Monochromatic Colors of #A2462B
Black with #A2462B
Text Example
Text Example
White with #A2462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2462B; }
p { color: rgb(162,70,43); }
H1.HeaderClassName
{
color: #A2462B;
}
.AnyTagClassName
{
color: #A2462B;
}
</style>
background-color css
<style>
a { background-color: #A2462B; }
a { background-color: rgb(162,70,43); }
div.DivClassName
{
background-color: #A2462B;
}
.BgClassName
{
background-color: #A2462B;
}
</style>
border-color css
<style>
span { border-color: #A2462B; }
span { border-color: rgb(162,70,43); }
td.TdClassName
{
border-color: #A2462B;
}
.TagClassName
{
border-color: #A2462B;
}
</style>