Shades of Rust #AA3606
Tints of Rust #AA3606
RGB
CMYK
RGB Variations
Color information
#AA3606 (or 0xAA3606) is known color: Rust. HEX triplet: AA, 36 and 06. RGB value is (170,54,6). Sum of RGB (Red+Green+Blue) = 170+54+6=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3606 is #55C9F9. Grayscale: #535353. Windows color (decimal): -5622266 or 407210. OLE color: 407210.
HSL color Cylindrical-coordinate representation of color #AA3606: hue angle of 17.56º 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 #AA3606 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.33 |
| HSL | 17.56º | 0.93% | 0.35% | - |
| HSV(B) | 17.56º | 0.96% | 0.67% | - |
| XYZ | 17.93 | 11.2 | 1.39 | - |
| YUV | 83.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 6 | 0 | 0.68 | 0.96 | 0.33 | 17.56 | 0.93 | 0.35 |
| Hex | AA | 36 | 6 | 0 | 44 | 60 | 21 | 12 | 5D | 23 |
| Octal | 252 | 66 | 6 | 0 | 104 | 140 | 41 | 22 | 135 | 43 |
| Binary | 10101010 | 110110 | 110 | 0 | 1000100 | 1100000 | 100001 | 10010 | 1011101 | 100011 |
Color Harmonies of #AA3606
Complementary color
Monochromatic Colors of #AA3606
Black with #AA3606
Text Example
Text Example
White with #AA3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3606; }
p { color: rgb(170,54,6); }
H1.HeaderClassName
{
color: #AA3606;
}
.AnyTagClassName
{
color: #AA3606;
}
</style>
background-color css
<style>
a { background-color: #AA3606; }
a { background-color: rgb(170,54,6); }
div.DivClassName
{
background-color: #AA3606;
}
.BgClassName
{
background-color: #AA3606;
}
</style>
border-color css
<style>
span { border-color: #AA3606; }
span { border-color: rgb(170,54,6); }
td.TdClassName
{
border-color: #AA3606;
}
.TagClassName
{
border-color: #AA3606;
}
</style>