Shades of Rust #AA3216
Tints of Rust #AA3216
RGB
CMYK
RGB Variations
Color information
#AA3216 (or 0xAA3216) is known color: Rust. HEX triplet: AA, 32 and 16. RGB value is (170,50,22). Sum of RGB (Red+Green+Blue) = 170+50+22=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3216 is #55CDE9. Grayscale: #525252. Windows color (decimal): -5623274 or 1454762. OLE color: 1454762.
HSL color Cylindrical-coordinate representation of color #AA3216: hue angle of 11.35º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA3216 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 22 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.33 |
| HSL | 11.35º | 0.77% | 0.38% | - |
| HSV(B) | 11.35º | 0.87% | 0.67% | - |
| XYZ | 17.86 | 10.89 | 1.92 | - |
| YUV | 82.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 22 | 0 | 0.71 | 0.87 | 0.33 | 11.35 | 0.77 | 0.38 |
| Hex | AA | 32 | 16 | 0 | 47 | 57 | 21 | B | 4D | 26 |
| Octal | 252 | 62 | 26 | 0 | 107 | 127 | 41 | 13 | 115 | 46 |
| Binary | 10101010 | 110010 | 10110 | 0 | 1000111 | 1010111 | 100001 | 1011 | 1001101 | 100110 |
Color Harmonies of #AA3216
Complementary color
Monochromatic Colors of #AA3216
Black with #AA3216
Text Example
Text Example
White with #AA3216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3216; }
p { color: rgb(170,50,22); }
H1.HeaderClassName
{
color: #AA3216;
}
.AnyTagClassName
{
color: #AA3216;
}
</style>
background-color css
<style>
a { background-color: #AA3216; }
a { background-color: rgb(170,50,22); }
div.DivClassName
{
background-color: #AA3216;
}
.BgClassName
{
background-color: #AA3216;
}
</style>
border-color css
<style>
span { border-color: #AA3216; }
span { border-color: rgb(170,50,22); }
td.TdClassName
{
border-color: #AA3216;
}
.TagClassName
{
border-color: #AA3216;
}
</style>