Shades of Rock Spray #A04829
Tints of Rock Spray #A04829
RGB
CMYK
RGB Variations
Color information
#A04829 (or 0xA04829) is known color: Rock Spray. HEX triplet: A0, 48 and 29. RGB value is (160,72,41). Sum of RGB (Red+Green+Blue) = 160+72+41=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A04829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04829 is #5FB7D6. Grayscale: #5E5E5E. Windows color (decimal): -6272983 or 2705568. OLE color: 2705568.
HSL color Cylindrical-coordinate representation of color #A04829: hue angle of 15.63º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A04829 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 72 | 41 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.37 |
| HSL | 15.63º | 0.59% | 0.39% | - |
| HSV(B) | 15.63º | 0.74% | 0.63% | - |
| XYZ | 17.21 | 12.27 | 3.56 | - |
| YUV | 94.78 | 97.65 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 72 | 41 | 0 | 0.55 | 0.74 | 0.37 | 15.63 | 0.59 | 0.39 |
| Hex | A0 | 48 | 29 | 0 | 37 | 4A | 25 | 10 | 3B | 27 |
| Octal | 240 | 110 | 51 | 0 | 67 | 112 | 45 | 20 | 73 | 47 |
| Binary | 10100000 | 1001000 | 101001 | 0 | 110111 | 1001010 | 100101 | 10000 | 111011 | 100111 |
Color Harmonies of #A04829
Complementary color
Monochromatic Colors of #A04829
Black with #A04829
Text Example
Text Example
White with #A04829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04829; }
p { color: rgb(160,72,41); }
H1.HeaderClassName
{
color: #A04829;
}
.AnyTagClassName
{
color: #A04829;
}
</style>
background-color css
<style>
a { background-color: #A04829; }
a { background-color: rgb(160,72,41); }
div.DivClassName
{
background-color: #A04829;
}
.BgClassName
{
background-color: #A04829;
}
</style>
border-color css
<style>
span { border-color: #A04829; }
span { border-color: rgb(160,72,41); }
td.TdClassName
{
border-color: #A04829;
}
.TagClassName
{
border-color: #A04829;
}
</style>