Shades of Rust #AA5505
Tints of Rust #AA5505
RGB
CMYK
RGB Variations
Color information
#AA5505 (or 0xAA5505) is known color: Rust. HEX triplet: AA, 55 and 05. RGB value is (170,85,5). Sum of RGB (Red+Green+Blue) = 170+85+5=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5505 is #55AAFA. Grayscale: #656565. Windows color (decimal): -5614331 or 349610. OLE color: 349610.
HSL color Cylindrical-coordinate representation of color #AA5505: hue angle of 29.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA5505 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 5 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.33 |
| HSL | 29.09º | 0.94% | 0.34% | - |
| HSV(B) | 29.09º | 0.97% | 0.67% | - |
| XYZ | 19.85 | 15.05 | 2 | - |
| YUV | 101.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 5 | 0 | 0.50 | 0.97 | 0.33 | 29.09 | 0.94 | 0.34 |
| Hex | AA | 55 | 5 | 0 | 32 | 61 | 21 | 1D | 5E | 22 |
| Octal | 252 | 125 | 5 | 0 | 62 | 141 | 41 | 35 | 136 | 42 |
| Binary | 10101010 | 1010101 | 101 | 0 | 110010 | 1100001 | 100001 | 11101 | 1011110 | 100010 |
Color Harmonies of #AA5505
Complementary color
Monochromatic Colors of #AA5505
Black with #AA5505
Text Example
Text Example
White with #AA5505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5505; }
p { color: rgb(170,85,5); }
H1.HeaderClassName
{
color: #AA5505;
}
.AnyTagClassName
{
color: #AA5505;
}
</style>
background-color css
<style>
a { background-color: #AA5505; }
a { background-color: rgb(170,85,5); }
div.DivClassName
{
background-color: #AA5505;
}
.BgClassName
{
background-color: #AA5505;
}
</style>
border-color css
<style>
span { border-color: #AA5505; }
span { border-color: rgb(170,85,5); }
td.TdClassName
{
border-color: #AA5505;
}
.TagClassName
{
border-color: #AA5505;
}
</style>