Shades of Rock Spray #A1462D
Tints of Rock Spray #A1462D
RGB
CMYK
RGB Variations
Color information
#A1462D (or 0xA1462D) is known color: Rock Spray. HEX triplet: A1, 46 and 2D. RGB value is (161,70,45). Sum of RGB (Red+Green+Blue) = 161+70+45=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1462D is #5EB9D2. Grayscale: #5E5E5E. Windows color (decimal): -6207955 or 2967201. OLE color: 2967201.
HSL color Cylindrical-coordinate representation of color #A1462D: hue angle of 12.93º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1462D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 45 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.37 |
| HSL | 12.93º | 0.56% | 0.4% | - |
| HSV(B) | 12.93º | 0.72% | 0.63% | - |
| XYZ | 17.36 | 12.15 | 3.91 | - |
| YUV | 94.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 45 | 0 | 0.57 | 0.72 | 0.37 | 12.93 | 0.56 | 0.4 |
| Hex | A1 | 46 | 2D | 0 | 39 | 48 | 25 | D | 38 | 28 |
| Octal | 241 | 106 | 55 | 0 | 71 | 110 | 45 | 15 | 70 | 50 |
| Binary | 10100001 | 1000110 | 101101 | 0 | 111001 | 1001000 | 100101 | 1101 | 111000 | 101000 |
Color Harmonies of #A1462D
Complementary color
Monochromatic Colors of #A1462D
Black with #A1462D
Text Example
Text Example
White with #A1462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1462D; }
p { color: rgb(161,70,45); }
H1.HeaderClassName
{
color: #A1462D;
}
.AnyTagClassName
{
color: #A1462D;
}
</style>
background-color css
<style>
a { background-color: #A1462D; }
a { background-color: rgb(161,70,45); }
div.DivClassName
{
background-color: #A1462D;
}
.BgClassName
{
background-color: #A1462D;
}
</style>
border-color css
<style>
span { border-color: #A1462D; }
span { border-color: rgb(161,70,45); }
td.TdClassName
{
border-color: #A1462D;
}
.TagClassName
{
border-color: #A1462D;
}
</style>