Shades of Rust #AA4711
Tints of Rust #AA4711
RGB
CMYK
RGB Variations
Color information
#AA4711 (or 0xAA4711) is known color: Rust. HEX triplet: AA, 47 and 11. RGB value is (170,71,17). Sum of RGB (Red+Green+Blue) = 170+71+17=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4711 is #55B8EE. Grayscale: #5E5E5E. Windows color (decimal): -5617903 or 1132458. OLE color: 1132458.
HSL color Cylindrical-coordinate representation of color #AA4711: hue angle of 21.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA4711 is Cyan = 0, Magento = 0.58, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 17 | - |
| CMYK | 0 | 0.58 | 0.9 | 0.33 |
| HSL | 21.18º | 0.82% | 0.37% | - |
| HSV(B) | 21.18º | 0.9% | 0.67% | - |
| XYZ | 18.93 | 13.09 | 2.06 | - |
| YUV | 94.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 17 | 0 | 0.58 | 0.9 | 0.33 | 21.18 | 0.82 | 0.37 |
| Hex | AA | 47 | 11 | 0 | 3A | 5A | 21 | 15 | 52 | 25 |
| Octal | 252 | 107 | 21 | 0 | 72 | 132 | 41 | 25 | 122 | 45 |
| Binary | 10101010 | 1000111 | 10001 | 0 | 111010 | 1011010 | 100001 | 10101 | 1010010 | 100101 |
Color Harmonies of #AA4711
Complementary color
Monochromatic Colors of #AA4711
Black with #AA4711
Text Example
Text Example
White with #AA4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4711; }
p { color: rgb(170,71,17); }
H1.HeaderClassName
{
color: #AA4711;
}
.AnyTagClassName
{
color: #AA4711;
}
</style>
background-color css
<style>
a { background-color: #AA4711; }
a { background-color: rgb(170,71,17); }
div.DivClassName
{
background-color: #AA4711;
}
.BgClassName
{
background-color: #AA4711;
}
</style>
border-color css
<style>
span { border-color: #AA4711; }
span { border-color: rgb(170,71,17); }
td.TdClassName
{
border-color: #AA4711;
}
.TagClassName
{
border-color: #AA4711;
}
</style>