Shades of Rust #AA4D11
Tints of Rust #AA4D11
RGB
CMYK
RGB Variations
Color information
#AA4D11 (or 0xAA4D11) is known color: Rust. HEX triplet: AA, 4D and 11. RGB value is (170,77,17). Sum of RGB (Red+Green+Blue) = 170+77+17=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D11 is #55B2EE. Grayscale: #626262. Windows color (decimal): -5616367 or 1133994. OLE color: 1133994.
HSL color Cylindrical-coordinate representation of color #AA4D11: hue angle of 23.53º 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 #AA4D11 is Cyan = 0, Magento = 0.55, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 17 | - |
| CMYK | 0 | 0.55 | 0.9 | 0.33 |
| HSL | 23.53º | 0.82% | 0.37% | - |
| HSV(B) | 23.53º | 0.9% | 0.67% | - |
| XYZ | 19.33 | 13.89 | 2.19 | - |
| YUV | 97.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 17 | 0 | 0.55 | 0.9 | 0.33 | 23.53 | 0.82 | 0.37 |
| Hex | AA | 4D | 11 | 0 | 37 | 5A | 21 | 18 | 52 | 25 |
| Octal | 252 | 115 | 21 | 0 | 67 | 132 | 41 | 30 | 122 | 45 |
| Binary | 10101010 | 1001101 | 10001 | 0 | 110111 | 1011010 | 100001 | 11000 | 1010010 | 100101 |
Color Harmonies of #AA4D11
Complementary color
Monochromatic Colors of #AA4D11
Black with #AA4D11
Text Example
Text Example
White with #AA4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D11; }
p { color: rgb(170,77,17); }
H1.HeaderClassName
{
color: #AA4D11;
}
.AnyTagClassName
{
color: #AA4D11;
}
</style>
background-color css
<style>
a { background-color: #AA4D11; }
a { background-color: rgb(170,77,17); }
div.DivClassName
{
background-color: #AA4D11;
}
.BgClassName
{
background-color: #AA4D11;
}
</style>
border-color css
<style>
span { border-color: #AA4D11; }
span { border-color: rgb(170,77,17); }
td.TdClassName
{
border-color: #AA4D11;
}
.TagClassName
{
border-color: #AA4D11;
}
</style>