Shades of Rust #AA3206
Tints of Rust #AA3206
RGB
CMYK
RGB Variations
Color information
#AA3206 (or 0xAA3206) is known color: Rust. HEX triplet: AA, 32 and 06. RGB value is (170,50,6). Sum of RGB (Red+Green+Blue) = 170+50+6=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3206 is #55CDF9. Grayscale: #515151. Windows color (decimal): -5623290 or 406186. OLE color: 406186.
HSL color Cylindrical-coordinate representation of color #AA3206: hue angle of 16.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3206 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 6 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.33 |
| HSL | 16.1º | 0.93% | 0.35% | - |
| HSV(B) | 16.1º | 0.96% | 0.67% | - |
| XYZ | 17.75 | 10.84 | 1.33 | - |
| YUV | 80.86 | 85.76 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 6 | 0 | 0.71 | 0.96 | 0.33 | 16.1 | 0.93 | 0.35 |
| Hex | AA | 32 | 6 | 0 | 47 | 60 | 21 | 10 | 5D | 23 |
| Octal | 252 | 62 | 6 | 0 | 107 | 140 | 41 | 20 | 135 | 43 |
| Binary | 10101010 | 110010 | 110 | 0 | 1000111 | 1100000 | 100001 | 10000 | 1011101 | 100011 |
Color Harmonies of #AA3206
Complementary color
Monochromatic Colors of #AA3206
Black with #AA3206
Text Example
Text Example
White with #AA3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3206; }
p { color: rgb(170,50,6); }
H1.HeaderClassName
{
color: #AA3206;
}
.AnyTagClassName
{
color: #AA3206;
}
</style>
background-color css
<style>
a { background-color: #AA3206; }
a { background-color: rgb(170,50,6); }
div.DivClassName
{
background-color: #AA3206;
}
.BgClassName
{
background-color: #AA3206;
}
</style>
border-color css
<style>
span { border-color: #AA3206; }
span { border-color: rgb(170,50,6); }
td.TdClassName
{
border-color: #AA3206;
}
.TagClassName
{
border-color: #AA3206;
}
</style>