Shades of Rock Spray #A03722
Tints of Rock Spray #A03722
RGB
CMYK
RGB Variations
Color information
#A03722 (or 0xA03722) is known color: Rock Spray. HEX triplet: A0, 37 and 22. RGB value is (160,55,34). Sum of RGB (Red+Green+Blue) = 160+55+34=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A03722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03722 is #5FC8DD. Grayscale: #545454. Windows color (decimal): -6277342 or 2242464. OLE color: 2242464.
HSL color Cylindrical-coordinate representation of color #A03722: hue angle of 10º 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 #A03722 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 34 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.37 |
| HSL | 10º | 0.65% | 0.38% | - |
| HSV(B) | 10º | 0.79% | 0.63% | - |
| XYZ | 16.15 | 10.32 | 2.65 | - |
| YUV | 84 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 34 | 0 | 0.66 | 0.79 | 0.37 | 10 | 0.65 | 0.38 |
| Hex | A0 | 37 | 22 | 0 | 42 | 4F | 25 | A | 41 | 26 |
| Octal | 240 | 67 | 42 | 0 | 102 | 117 | 45 | 12 | 101 | 46 |
| Binary | 10100000 | 110111 | 100010 | 0 | 1000010 | 1001111 | 100101 | 1010 | 1000001 | 100110 |
Color Harmonies of #A03722
Complementary color
Monochromatic Colors of #A03722
Black with #A03722
Text Example
Text Example
White with #A03722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03722; }
p { color: rgb(160,55,34); }
H1.HeaderClassName
{
color: #A03722;
}
.AnyTagClassName
{
color: #A03722;
}
</style>
background-color css
<style>
a { background-color: #A03722; }
a { background-color: rgb(160,55,34); }
div.DivClassName
{
background-color: #A03722;
}
.BgClassName
{
background-color: #A03722;
}
</style>
border-color css
<style>
span { border-color: #A03722; }
span { border-color: rgb(160,55,34); }
td.TdClassName
{
border-color: #A03722;
}
.TagClassName
{
border-color: #A03722;
}
</style>