Shades of Rock Spray #A04322
Tints of Rock Spray #A04322
RGB
CMYK
RGB Variations
Color information
#A04322 (or 0xA04322) is known color: Rock Spray. HEX triplet: A0, 43 and 22. RGB value is (160,67,34). Sum of RGB (Red+Green+Blue) = 160+67+34=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04322 is #5FBCDD. Grayscale: #5B5B5B. Windows color (decimal): -6274270 or 2245536. OLE color: 2245536.
HSL color Cylindrical-coordinate representation of color #A04322: hue angle of 15.71º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A04322 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 34 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.37 |
| HSL | 15.71º | 0.65% | 0.38% | - |
| HSV(B) | 15.71º | 0.79% | 0.63% | - |
| XYZ | 16.79 | 11.6 | 2.87 | - |
| YUV | 91.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 34 | 0 | 0.58 | 0.79 | 0.37 | 15.71 | 0.65 | 0.38 |
| Hex | A0 | 43 | 22 | 0 | 3A | 4F | 25 | 10 | 41 | 26 |
| Octal | 240 | 103 | 42 | 0 | 72 | 117 | 45 | 20 | 101 | 46 |
| Binary | 10100000 | 1000011 | 100010 | 0 | 111010 | 1001111 | 100101 | 10000 | 1000001 | 100110 |
Color Harmonies of #A04322
Complementary color
Monochromatic Colors of #A04322
Black with #A04322
Text Example
Text Example
White with #A04322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04322; }
p { color: rgb(160,67,34); }
H1.HeaderClassName
{
color: #A04322;
}
.AnyTagClassName
{
color: #A04322;
}
</style>
background-color css
<style>
a { background-color: #A04322; }
a { background-color: rgb(160,67,34); }
div.DivClassName
{
background-color: #A04322;
}
.BgClassName
{
background-color: #A04322;
}
</style>
border-color css
<style>
span { border-color: #A04322; }
span { border-color: rgb(160,67,34); }
td.TdClassName
{
border-color: #A04322;
}
.TagClassName
{
border-color: #A04322;
}
</style>