Shades of Rock Spray #A0472A
Tints of Rock Spray #A0472A
RGB
CMYK
RGB Variations
Color information
#A0472A (or 0xA0472A) is known color: Rock Spray. HEX triplet: A0, 47 and 2A. RGB value is (160,71,42). Sum of RGB (Red+Green+Blue) = 160+71+42=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0472A is #5FB8D5. Grayscale: #5E5E5E. Windows color (decimal): -6273238 or 2770848. OLE color: 2770848.
HSL color Cylindrical-coordinate representation of color #A0472A: hue angle of 14.75º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0472A is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 42 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.37 |
| HSL | 14.75º | 0.58% | 0.4% | - |
| HSV(B) | 14.75º | 0.74% | 0.63% | - |
| XYZ | 17.17 | 12.15 | 3.63 | - |
| YUV | 94.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 42 | 0 | 0.56 | 0.74 | 0.37 | 14.75 | 0.58 | 0.4 |
| Hex | A0 | 47 | 2A | 0 | 38 | 4A | 25 | F | 3A | 28 |
| Octal | 240 | 107 | 52 | 0 | 70 | 112 | 45 | 17 | 72 | 50 |
| Binary | 10100000 | 1000111 | 101010 | 0 | 111000 | 1001010 | 100101 | 1111 | 111010 | 101000 |
Color Harmonies of #A0472A
Complementary color
Monochromatic Colors of #A0472A
Black with #A0472A
Text Example
Text Example
White with #A0472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0472A; }
p { color: rgb(160,71,42); }
H1.HeaderClassName
{
color: #A0472A;
}
.AnyTagClassName
{
color: #A0472A;
}
</style>
background-color css
<style>
a { background-color: #A0472A; }
a { background-color: rgb(160,71,42); }
div.DivClassName
{
background-color: #A0472A;
}
.BgClassName
{
background-color: #A0472A;
}
</style>
border-color css
<style>
span { border-color: #A0472A; }
span { border-color: rgb(160,71,42); }
td.TdClassName
{
border-color: #A0472A;
}
.TagClassName
{
border-color: #A0472A;
}
</style>