Shades of Rock Spray #A03922
Tints of Rock Spray #A03922
RGB
CMYK
RGB Variations
Color information
#A03922 (or 0xA03922) is known color: Rock Spray. HEX triplet: A0, 39 and 22. RGB value is (160,57,34). Sum of RGB (Red+Green+Blue) = 160+57+34=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A03922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03922 is #5FC6DD. Grayscale: #555555. Windows color (decimal): -6276830 or 2242976. OLE color: 2242976.
HSL color Cylindrical-coordinate representation of color #A03922: hue angle of 10.95º 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 #A03922 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 34 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.37 |
| HSL | 10.95º | 0.65% | 0.38% | - |
| HSV(B) | 10.95º | 0.79% | 0.63% | - |
| XYZ | 16.25 | 10.52 | 2.69 | - |
| YUV | 85.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 34 | 0 | 0.64 | 0.79 | 0.37 | 10.95 | 0.65 | 0.38 |
| Hex | A0 | 39 | 22 | 0 | 40 | 4F | 25 | B | 41 | 26 |
| Octal | 240 | 71 | 42 | 0 | 100 | 117 | 45 | 13 | 101 | 46 |
| Binary | 10100000 | 111001 | 100010 | 0 | 1000000 | 1001111 | 100101 | 1011 | 1000001 | 100110 |
Color Harmonies of #A03922
Complementary color
Monochromatic Colors of #A03922
Black with #A03922
Text Example
Text Example
White with #A03922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03922; }
p { color: rgb(160,57,34); }
H1.HeaderClassName
{
color: #A03922;
}
.AnyTagClassName
{
color: #A03922;
}
</style>
background-color css
<style>
a { background-color: #A03922; }
a { background-color: rgb(160,57,34); }
div.DivClassName
{
background-color: #A03922;
}
.BgClassName
{
background-color: #A03922;
}
</style>
border-color css
<style>
span { border-color: #A03922; }
span { border-color: rgb(160,57,34); }
td.TdClassName
{
border-color: #A03922;
}
.TagClassName
{
border-color: #A03922;
}
</style>