Shades of Rock Spray #AA3F21
Tints of Rock Spray #AA3F21
RGB
CMYK
RGB Variations
Color information
#AA3F21 (or 0xAA3F21) is known color: Rock Spray. HEX triplet: AA, 3F and 21. RGB value is (170,63,33). Sum of RGB (Red+Green+Blue) = 170+63+33=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F21 is #55C0DE. Grayscale: #5B5B5B. Windows color (decimal): -5619935 or 2178986. OLE color: 2178986.
HSL color Cylindrical-coordinate representation of color #AA3F21: hue angle of 13.14º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA3F21 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 33 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.33 |
| HSL | 13.14º | 0.67% | 0.4% | - |
| HSV(B) | 13.14º | 0.81% | 0.67% | - |
| XYZ | 18.63 | 12.21 | 2.81 | - |
| YUV | 91.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 33 | 0 | 0.63 | 0.81 | 0.33 | 13.14 | 0.67 | 0.4 |
| Hex | AA | 3F | 21 | 0 | 3F | 51 | 21 | D | 43 | 28 |
| Octal | 252 | 77 | 41 | 0 | 77 | 121 | 41 | 15 | 103 | 50 |
| Binary | 10101010 | 111111 | 100001 | 0 | 111111 | 1010001 | 100001 | 1101 | 1000011 | 101000 |
Color Harmonies of #AA3F21
Complementary color
Monochromatic Colors of #AA3F21
Black with #AA3F21
Text Example
Text Example
White with #AA3F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F21; }
p { color: rgb(170,63,33); }
H1.HeaderClassName
{
color: #AA3F21;
}
.AnyTagClassName
{
color: #AA3F21;
}
</style>
background-color css
<style>
a { background-color: #AA3F21; }
a { background-color: rgb(170,63,33); }
div.DivClassName
{
background-color: #AA3F21;
}
.BgClassName
{
background-color: #AA3F21;
}
</style>
border-color css
<style>
span { border-color: #AA3F21; }
span { border-color: rgb(170,63,33); }
td.TdClassName
{
border-color: #AA3F21;
}
.TagClassName
{
border-color: #AA3F21;
}
</style>