Shades of Rock Spray #A93922
Tints of Rock Spray #A93922
RGB
CMYK
RGB Variations
Color information
#A93922 (or 0xA93922) is known color: Rock Spray. HEX triplet: A9, 39 and 22. RGB value is (169,57,34). Sum of RGB (Red+Green+Blue) = 169+57+34=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A93922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93922 is #56C6DD. Grayscale: #585858. Windows color (decimal): -5687006 or 2242985. OLE color: 2242985.
HSL color Cylindrical-coordinate representation of color #A93922: hue angle of 10.22º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A93922 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 34 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.34 |
| HSL | 10.22º | 0.67% | 0.4% | - |
| HSV(B) | 10.22º | 0.8% | 0.66% | - |
| XYZ | 18.11 | 11.48 | 2.77 | - |
| YUV | 87.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 34 | 0 | 0.66 | 0.80 | 0.34 | 10.22 | 0.67 | 0.4 |
| Hex | A9 | 39 | 22 | 0 | 42 | 50 | 22 | A | 43 | 28 |
| Octal | 251 | 71 | 42 | 0 | 102 | 120 | 42 | 12 | 103 | 50 |
| Binary | 10101001 | 111001 | 100010 | 0 | 1000010 | 1010000 | 100010 | 1010 | 1000011 | 101000 |
Color Harmonies of #A93922
Complementary color
Monochromatic Colors of #A93922
Black with #A93922
Text Example
Text Example
White with #A93922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93922; }
p { color: rgb(169,57,34); }
H1.HeaderClassName
{
color: #A93922;
}
.AnyTagClassName
{
color: #A93922;
}
</style>
background-color css
<style>
a { background-color: #A93922; }
a { background-color: rgb(169,57,34); }
div.DivClassName
{
background-color: #A93922;
}
.BgClassName
{
background-color: #A93922;
}
</style>
border-color css
<style>
span { border-color: #A93922; }
span { border-color: rgb(169,57,34); }
td.TdClassName
{
border-color: #A93922;
}
.TagClassName
{
border-color: #A93922;
}
</style>