Shades of Rock Spray #A04930
Tints of Rock Spray #A04930
RGB
CMYK
RGB Variations
Color information
#A04930 (or 0xA04930) is known color: Rock Spray. HEX triplet: A0, 49 and 30. RGB value is (160,73,48). Sum of RGB (Red+Green+Blue) = 160+73+48=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A04930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04930 is #5FB6CF. Grayscale: #606060. Windows color (decimal): -6272720 or 3164576. OLE color: 3164576.
HSL color Cylindrical-coordinate representation of color #A04930: hue angle of 13.39º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04930 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 73 | 48 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.37 |
| HSL | 13.39º | 0.54% | 0.41% | - |
| HSV(B) | 13.39º | 0.7% | 0.63% | - |
| XYZ | 17.41 | 12.45 | 4.28 | - |
| YUV | 96.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 73 | 48 | 0 | 0.54 | 0.70 | 0.37 | 13.39 | 0.54 | 0.41 |
| Hex | A0 | 49 | 30 | 0 | 36 | 46 | 25 | D | 36 | 29 |
| Octal | 240 | 111 | 60 | 0 | 66 | 106 | 45 | 15 | 66 | 51 |
| Binary | 10100000 | 1001001 | 110000 | 0 | 110110 | 1000110 | 100101 | 1101 | 110110 | 101001 |
Color Harmonies of #A04930
Complementary color
Monochromatic Colors of #A04930
Black with #A04930
Text Example
Text Example
White with #A04930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04930; }
p { color: rgb(160,73,48); }
H1.HeaderClassName
{
color: #A04930;
}
.AnyTagClassName
{
color: #A04930;
}
</style>
background-color css
<style>
a { background-color: #A04930; }
a { background-color: rgb(160,73,48); }
div.DivClassName
{
background-color: #A04930;
}
.BgClassName
{
background-color: #A04930;
}
</style>
border-color css
<style>
span { border-color: #A04930; }
span { border-color: rgb(160,73,48); }
td.TdClassName
{
border-color: #A04930;
}
.TagClassName
{
border-color: #A04930;
}
</style>