Shades of Rock Spray #AA3D21
Tints of Rock Spray #AA3D21
RGB
CMYK
RGB Variations
Color information
#AA3D21 (or 0xAA3D21) is known color: Rock Spray. HEX triplet: AA, 3D and 21. RGB value is (170,61,33). Sum of RGB (Red+Green+Blue) = 170+61+33=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D21 is #55C2DE. Grayscale: #5A5A5A. Windows color (decimal): -5620447 or 2178474. OLE color: 2178474.
HSL color Cylindrical-coordinate representation of color #AA3D21: hue angle of 12.26º 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 #AA3D21 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 33 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.33 |
| HSL | 12.26º | 0.67% | 0.4% | - |
| HSV(B) | 12.26º | 0.81% | 0.67% | - |
| XYZ | 18.52 | 11.99 | 2.78 | - |
| YUV | 90.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 33 | 0 | 0.64 | 0.81 | 0.33 | 12.26 | 0.67 | 0.4 |
| Hex | AA | 3D | 21 | 0 | 40 | 51 | 21 | C | 43 | 28 |
| Octal | 252 | 75 | 41 | 0 | 100 | 121 | 41 | 14 | 103 | 50 |
| Binary | 10101010 | 111101 | 100001 | 0 | 1000000 | 1010001 | 100001 | 1100 | 1000011 | 101000 |
Color Harmonies of #AA3D21
Complementary color
Monochromatic Colors of #AA3D21
Black with #AA3D21
Text Example
Text Example
White with #AA3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D21; }
p { color: rgb(170,61,33); }
H1.HeaderClassName
{
color: #AA3D21;
}
.AnyTagClassName
{
color: #AA3D21;
}
</style>
background-color css
<style>
a { background-color: #AA3D21; }
a { background-color: rgb(170,61,33); }
div.DivClassName
{
background-color: #AA3D21;
}
.BgClassName
{
background-color: #AA3D21;
}
</style>
border-color css
<style>
span { border-color: #AA3D21; }
span { border-color: rgb(170,61,33); }
td.TdClassName
{
border-color: #AA3D21;
}
.TagClassName
{
border-color: #AA3D21;
}
</style>