Shades of Rust #AA5111
Tints of Rust #AA5111
RGB
CMYK
RGB Variations
Color information
#AA5111 (or 0xAA5111) is known color: Rust. HEX triplet: AA, 51 and 11. RGB value is (170,81,17). Sum of RGB (Red+Green+Blue) = 170+81+17=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5111 is #55AEEE. Grayscale: #646464. Windows color (decimal): -5615343 or 1135018. OLE color: 1135018.
HSL color Cylindrical-coordinate representation of color #AA5111: hue angle of 25.1º 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 #AA5111 is Cyan = 0, Magento = 0.52, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 17 | - |
| CMYK | 0 | 0.52 | 0.9 | 0.33 |
| HSL | 25.1º | 0.82% | 0.37% | - |
| HSV(B) | 25.1º | 0.9% | 0.67% | - |
| XYZ | 19.62 | 14.47 | 2.29 | - |
| YUV | 100.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 17 | 0 | 0.52 | 0.9 | 0.33 | 25.1 | 0.82 | 0.37 |
| Hex | AA | 51 | 11 | 0 | 34 | 5A | 21 | 19 | 52 | 25 |
| Octal | 252 | 121 | 21 | 0 | 64 | 132 | 41 | 31 | 122 | 45 |
| Binary | 10101010 | 1010001 | 10001 | 0 | 110100 | 1011010 | 100001 | 11001 | 1010010 | 100101 |
Color Harmonies of #AA5111
Complementary color
Monochromatic Colors of #AA5111
Black with #AA5111
Text Example
Text Example
White with #AA5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5111; }
p { color: rgb(170,81,17); }
H1.HeaderClassName
{
color: #AA5111;
}
.AnyTagClassName
{
color: #AA5111;
}
</style>
background-color css
<style>
a { background-color: #AA5111; }
a { background-color: rgb(170,81,17); }
div.DivClassName
{
background-color: #AA5111;
}
.BgClassName
{
background-color: #AA5111;
}
</style>
border-color css
<style>
span { border-color: #AA5111; }
span { border-color: rgb(170,81,17); }
td.TdClassName
{
border-color: #AA5111;
}
.TagClassName
{
border-color: #AA5111;
}
</style>