Shades of Rock Spray #A04031
Tints of Rock Spray #A04031
RGB
CMYK
RGB Variations
Color information
#A04031 (or 0xA04031) is known color: Rock Spray. HEX triplet: A0, 40 and 31. RGB value is (160,64,49). Sum of RGB (Red+Green+Blue) = 160+64+49=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A04031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04031 is #5FBFCE. Grayscale: #5B5B5B. Windows color (decimal): -6275023 or 3227808. OLE color: 3227808.
HSL color Cylindrical-coordinate representation of color #A04031: hue angle of 8.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04031 is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 49 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.37 |
| HSL | 8.11º | 0.53% | 0.41% | - |
| HSV(B) | 8.11º | 0.69% | 0.63% | - |
| XYZ | 16.88 | 11.36 | 4.21 | - |
| YUV | 90.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 49 | 0 | 0.6 | 0.69 | 0.37 | 8.11 | 0.53 | 0.41 |
| Hex | A0 | 40 | 31 | 0 | 3C | 45 | 25 | 8 | 35 | 29 |
| Octal | 240 | 100 | 61 | 0 | 74 | 105 | 45 | 10 | 65 | 51 |
| Binary | 10100000 | 1000000 | 110001 | 0 | 111100 | 1000101 | 100101 | 1000 | 110101 | 101001 |
Color Harmonies of #A04031
Complementary color
Monochromatic Colors of #A04031
Black with #A04031
Text Example
Text Example
White with #A04031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04031; }
p { color: rgb(160,64,49); }
H1.HeaderClassName
{
color: #A04031;
}
.AnyTagClassName
{
color: #A04031;
}
</style>
background-color css
<style>
a { background-color: #A04031; }
a { background-color: rgb(160,64,49); }
div.DivClassName
{
background-color: #A04031;
}
.BgClassName
{
background-color: #A04031;
}
</style>
border-color css
<style>
span { border-color: #A04031; }
span { border-color: rgb(160,64,49); }
td.TdClassName
{
border-color: #A04031;
}
.TagClassName
{
border-color: #A04031;
}
</style>