Shades of Rock Spray #A04931
Tints of Rock Spray #A04931
RGB
CMYK
RGB Variations
Color information
#A04931 (or 0xA04931) is known color: Rock Spray. HEX triplet: A0, 49 and 31. RGB value is (160,73,49). Sum of RGB (Red+Green+Blue) = 160+73+49=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04931 is #5FB6CE. Grayscale: #606060. Windows color (decimal): -6272719 or 3230112. OLE color: 3230112.
HSL color Cylindrical-coordinate representation of color #A04931: hue angle of 12.97º 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 #A04931 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 49 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.37 |
| HSL | 12.97º | 0.53% | 0.41% | - |
| HSV(B) | 12.97º | 0.69% | 0.63% | - |
| XYZ | 17.43 | 12.46 | 4.39 | - |
| YUV | 96.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 49 | 0 | 0.54 | 0.69 | 0.37 | 12.97 | 0.53 | 0.41 |
| Hex | A0 | 49 | 31 | 0 | 36 | 45 | 25 | D | 35 | 29 |
| Octal | 240 | 111 | 61 | 0 | 66 | 105 | 45 | 15 | 65 | 51 |
| Binary | 10100000 | 1001001 | 110001 | 0 | 110110 | 1000101 | 100101 | 1101 | 110101 | 101001 |
Color Harmonies of #A04931
Complementary color
Monochromatic Colors of #A04931
Black with #A04931
Text Example
Text Example
White with #A04931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04931; }
p { color: rgb(160,73,49); }
H1.HeaderClassName
{
color: #A04931;
}
.AnyTagClassName
{
color: #A04931;
}
</style>
background-color css
<style>
a { background-color: #A04931; }
a { background-color: rgb(160,73,49); }
div.DivClassName
{
background-color: #A04931;
}
.BgClassName
{
background-color: #A04931;
}
</style>
border-color css
<style>
span { border-color: #A04931; }
span { border-color: rgb(160,73,49); }
td.TdClassName
{
border-color: #A04931;
}
.TagClassName
{
border-color: #A04931;
}
</style>