Shades of Rock Spray #A94421
Tints of Rock Spray #A94421
RGB
CMYK
RGB Variations
Color information
#A94421 (or 0xA94421) is known color: Rock Spray. HEX triplet: A9, 44 and 21. RGB value is (169,68,33). Sum of RGB (Red+Green+Blue) = 169+68+33=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A94421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94421 is #56BBDE. Grayscale: #5E5E5E. Windows color (decimal): -5684191 or 2180265. OLE color: 2180265.
HSL color Cylindrical-coordinate representation of color #A94421: hue angle of 15.44º 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 #A94421 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 68 | 33 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.34 |
| HSL | 15.44º | 0.67% | 0.4% | - |
| HSV(B) | 15.44º | 0.8% | 0.66% | - |
| XYZ | 18.7 | 12.68 | 2.9 | - |
| YUV | 94.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 33 | 0 | 0.60 | 0.80 | 0.34 | 15.44 | 0.67 | 0.4 |
| Hex | A9 | 44 | 21 | 0 | 3C | 50 | 22 | F | 43 | 28 |
| Octal | 251 | 104 | 41 | 0 | 74 | 120 | 42 | 17 | 103 | 50 |
| Binary | 10101001 | 1000100 | 100001 | 0 | 111100 | 1010000 | 100010 | 1111 | 1000011 | 101000 |
Color Harmonies of #A94421
Complementary color
Monochromatic Colors of #A94421
Black with #A94421
Text Example
Text Example
White with #A94421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94421; }
p { color: rgb(169,68,33); }
H1.HeaderClassName
{
color: #A94421;
}
.AnyTagClassName
{
color: #A94421;
}
</style>
background-color css
<style>
a { background-color: #A94421; }
a { background-color: rgb(169,68,33); }
div.DivClassName
{
background-color: #A94421;
}
.BgClassName
{
background-color: #A94421;
}
</style>
border-color css
<style>
span { border-color: #A94421; }
span { border-color: rgb(169,68,33); }
td.TdClassName
{
border-color: #A94421;
}
.TagClassName
{
border-color: #A94421;
}
</style>