Shades of Rust #AA4006
Tints of Rust #AA4006
RGB
CMYK
RGB Variations
Color information
#AA4006 (or 0xAA4006) is known color: Rust. HEX triplet: AA, 40 and 06. RGB value is (170,64,6). Sum of RGB (Red+Green+Blue) = 170+64+6=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4006 is #55BFF9. Grayscale: #595959. Windows color (decimal): -5619706 or 409770. OLE color: 409770.
HSL color Cylindrical-coordinate representation of color #AA4006: hue angle of 21.22º 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 #AA4006 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 6 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.33 |
| HSL | 21.22º | 0.93% | 0.35% | - |
| HSV(B) | 21.22º | 0.96% | 0.67% | - |
| XYZ | 18.44 | 12.23 | 1.56 | - |
| YUV | 89.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 6 | 0 | 0.62 | 0.96 | 0.33 | 21.22 | 0.93 | 0.35 |
| Hex | AA | 40 | 6 | 0 | 3E | 60 | 21 | 15 | 5D | 23 |
| Octal | 252 | 100 | 6 | 0 | 76 | 140 | 41 | 25 | 135 | 43 |
| Binary | 10101010 | 1000000 | 110 | 0 | 111110 | 1100000 | 100001 | 10101 | 1011101 | 100011 |
Color Harmonies of #AA4006
Complementary color
Monochromatic Colors of #AA4006
Black with #AA4006
Text Example
Text Example
White with #AA4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4006; }
p { color: rgb(170,64,6); }
H1.HeaderClassName
{
color: #AA4006;
}
.AnyTagClassName
{
color: #AA4006;
}
</style>
background-color css
<style>
a { background-color: #AA4006; }
a { background-color: rgb(170,64,6); }
div.DivClassName
{
background-color: #AA4006;
}
.BgClassName
{
background-color: #AA4006;
}
</style>
border-color css
<style>
span { border-color: #AA4006; }
span { border-color: rgb(170,64,6); }
td.TdClassName
{
border-color: #AA4006;
}
.TagClassName
{
border-color: #AA4006;
}
</style>