Shades of Rock Spray #A0462D
Tints of Rock Spray #A0462D
RGB
CMYK
RGB Variations
Color information
#A0462D (or 0xA0462D) is known color: Rock Spray. HEX triplet: A0, 46 and 2D. RGB value is (160,70,45). Sum of RGB (Red+Green+Blue) = 160+70+45=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0462D is #5FB9D2. Grayscale: #5E5E5E. Windows color (decimal): -6273491 or 2967200. OLE color: 2967200.
HSL color Cylindrical-coordinate representation of color #A0462D: hue angle of 13.04º 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 #A0462D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 70 | 45 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.37 |
| HSL | 13.04º | 0.56% | 0.4% | - |
| HSV(B) | 13.04º | 0.72% | 0.63% | - |
| XYZ | 17.16 | 12.04 | 3.9 | - |
| YUV | 94.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 45 | 0 | 0.56 | 0.72 | 0.37 | 13.04 | 0.56 | 0.4 |
| Hex | A0 | 46 | 2D | 0 | 38 | 48 | 25 | D | 38 | 28 |
| Octal | 240 | 106 | 55 | 0 | 70 | 110 | 45 | 15 | 70 | 50 |
| Binary | 10100000 | 1000110 | 101101 | 0 | 111000 | 1001000 | 100101 | 1101 | 111000 | 101000 |
Color Harmonies of #A0462D
Complementary color
Monochromatic Colors of #A0462D
Black with #A0462D
Text Example
Text Example
White with #A0462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0462D; }
p { color: rgb(160,70,45); }
H1.HeaderClassName
{
color: #A0462D;
}
.AnyTagClassName
{
color: #A0462D;
}
</style>
background-color css
<style>
a { background-color: #A0462D; }
a { background-color: rgb(160,70,45); }
div.DivClassName
{
background-color: #A0462D;
}
.BgClassName
{
background-color: #A0462D;
}
</style>
border-color css
<style>
span { border-color: #A0462D; }
span { border-color: rgb(160,70,45); }
td.TdClassName
{
border-color: #A0462D;
}
.TagClassName
{
border-color: #A0462D;
}
</style>