Shades of Rust #AA5405
Tints of Rust #AA5405
RGB
CMYK
RGB Variations
Color information
#AA5405 (or 0xAA5405) is known color: Rust. HEX triplet: AA, 54 and 05. RGB value is (170,84,5). Sum of RGB (Red+Green+Blue) = 170+84+5=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5405 is #55ABFA. Grayscale: #656565. Windows color (decimal): -5614587 or 349354. OLE color: 349354.
HSL color Cylindrical-coordinate representation of color #AA5405: hue angle of 28.73º 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 #AA5405 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.33 |
| HSL | 28.73º | 0.94% | 0.34% | - |
| HSV(B) | 28.73º | 0.97% | 0.67% | - |
| XYZ | 19.78 | 14.9 | 1.98 | - |
| YUV | 100.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 5 | 0 | 0.51 | 0.97 | 0.33 | 28.73 | 0.94 | 0.34 |
| Hex | AA | 54 | 5 | 0 | 33 | 61 | 21 | 1D | 5E | 22 |
| Octal | 252 | 124 | 5 | 0 | 63 | 141 | 41 | 35 | 136 | 42 |
| Binary | 10101010 | 1010100 | 101 | 0 | 110011 | 1100001 | 100001 | 11101 | 1011110 | 100010 |
Color Harmonies of #AA5405
Complementary color
Monochromatic Colors of #AA5405
Black with #AA5405
Text Example
Text Example
White with #AA5405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5405; }
p { color: rgb(170,84,5); }
H1.HeaderClassName
{
color: #AA5405;
}
.AnyTagClassName
{
color: #AA5405;
}
</style>
background-color css
<style>
a { background-color: #AA5405; }
a { background-color: rgb(170,84,5); }
div.DivClassName
{
background-color: #AA5405;
}
.BgClassName
{
background-color: #AA5405;
}
</style>
border-color css
<style>
span { border-color: #AA5405; }
span { border-color: rgb(170,84,5); }
td.TdClassName
{
border-color: #AA5405;
}
.TagClassName
{
border-color: #AA5405;
}
</style>