Shades of Rock Spray #A1462E
Tints of Rock Spray #A1462E
RGB
CMYK
RGB Variations
Color information
#A1462E (or 0xA1462E) is known color: Rock Spray. HEX triplet: A1, 46 and 2E. RGB value is (161,70,46). Sum of RGB (Red+Green+Blue) = 161+70+46=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1462E is #5EB9D1. Grayscale: #5E5E5E. Windows color (decimal): -6207954 or 3032737. OLE color: 3032737.
HSL color Cylindrical-coordinate representation of color #A1462E: hue angle of 12.52º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1462E is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 46 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.37 |
| HSL | 12.52º | 0.56% | 0.41% | - |
| HSV(B) | 12.52º | 0.71% | 0.63% | - |
| XYZ | 17.38 | 12.15 | 4.01 | - |
| YUV | 94.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 46 | 0 | 0.57 | 0.71 | 0.37 | 12.52 | 0.56 | 0.41 |
| Hex | A1 | 46 | 2E | 0 | 39 | 47 | 25 | D | 38 | 29 |
| Octal | 241 | 106 | 56 | 0 | 71 | 107 | 45 | 15 | 70 | 51 |
| Binary | 10100001 | 1000110 | 101110 | 0 | 111001 | 1000111 | 100101 | 1101 | 111000 | 101001 |
Color Harmonies of #A1462E
Complementary color
Monochromatic Colors of #A1462E
Black with #A1462E
Text Example
Text Example
White with #A1462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1462E; }
p { color: rgb(161,70,46); }
H1.HeaderClassName
{
color: #A1462E;
}
.AnyTagClassName
{
color: #A1462E;
}
</style>
background-color css
<style>
a { background-color: #A1462E; }
a { background-color: rgb(161,70,46); }
div.DivClassName
{
background-color: #A1462E;
}
.BgClassName
{
background-color: #A1462E;
}
</style>
border-color css
<style>
span { border-color: #A1462E; }
span { border-color: rgb(161,70,46); }
td.TdClassName
{
border-color: #A1462E;
}
.TagClassName
{
border-color: #A1462E;
}
</style>