Shades of Rock Spray #A0472C
Tints of Rock Spray #A0472C
RGB
CMYK
RGB Variations
Color information
#A0472C (or 0xA0472C) is known color: Rock Spray. HEX triplet: A0, 47 and 2C. RGB value is (160,71,44). Sum of RGB (Red+Green+Blue) = 160+71+44=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0472C is #5FB8D3. Grayscale: #5E5E5E. Windows color (decimal): -6273236 or 2901920. OLE color: 2901920.
HSL color Cylindrical-coordinate representation of color #A0472C: hue angle of 13.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0472C is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 44 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.37 |
| HSL | 13.97º | 0.57% | 0.4% | - |
| HSV(B) | 13.97º | 0.73% | 0.63% | - |
| XYZ | 17.21 | 12.16 | 3.82 | - |
| YUV | 94.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 44 | 0 | 0.56 | 0.72 | 0.37 | 13.97 | 0.57 | 0.4 |
| Hex | A0 | 47 | 2C | 0 | 38 | 48 | 25 | E | 39 | 28 |
| Octal | 240 | 107 | 54 | 0 | 70 | 110 | 45 | 16 | 71 | 50 |
| Binary | 10100000 | 1000111 | 101100 | 0 | 111000 | 1001000 | 100101 | 1110 | 111001 | 101000 |
Color Harmonies of #A0472C
Complementary color
Monochromatic Colors of #A0472C
Black with #A0472C
Text Example
Text Example
White with #A0472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0472C; }
p { color: rgb(160,71,44); }
H1.HeaderClassName
{
color: #A0472C;
}
.AnyTagClassName
{
color: #A0472C;
}
</style>
background-color css
<style>
a { background-color: #A0472C; }
a { background-color: rgb(160,71,44); }
div.DivClassName
{
background-color: #A0472C;
}
.BgClassName
{
background-color: #A0472C;
}
</style>
border-color css
<style>
span { border-color: #A0472C; }
span { border-color: rgb(160,71,44); }
td.TdClassName
{
border-color: #A0472C;
}
.TagClassName
{
border-color: #A0472C;
}
</style>