Shades of Rust #AA5204
Tints of Rust #AA5204
RGB
CMYK
RGB Variations
Color information
#AA5204 (or 0xAA5204) is known color: Rust. HEX triplet: AA, 52 and 04. RGB value is (170,82,4). Sum of RGB (Red+Green+Blue) = 170+82+4=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5204 is #55ADFB. Grayscale: #636363. Windows color (decimal): -5615100 or 283306. OLE color: 283306.
HSL color Cylindrical-coordinate representation of color #AA5204: hue angle of 28.19º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA5204 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.33 |
| HSL | 28.19º | 0.95% | 0.34% | - |
| HSV(B) | 28.19º | 0.98% | 0.67% | - |
| XYZ | 19.62 | 14.59 | 1.9 | - |
| YUV | 99.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 4 | 0 | 0.52 | 0.98 | 0.33 | 28.19 | 0.95 | 0.34 |
| Hex | AA | 52 | 4 | 0 | 34 | 62 | 21 | 1C | 5F | 22 |
| Octal | 252 | 122 | 4 | 0 | 64 | 142 | 41 | 34 | 137 | 42 |
| Binary | 10101010 | 1010010 | 100 | 0 | 110100 | 1100010 | 100001 | 11100 | 1011111 | 100010 |
Color Harmonies of #AA5204
Complementary color
Monochromatic Colors of #AA5204
Black with #AA5204
Text Example
Text Example
White with #AA5204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5204; }
p { color: rgb(170,82,4); }
H1.HeaderClassName
{
color: #AA5204;
}
.AnyTagClassName
{
color: #AA5204;
}
</style>
background-color css
<style>
a { background-color: #AA5204; }
a { background-color: rgb(170,82,4); }
div.DivClassName
{
background-color: #AA5204;
}
.BgClassName
{
background-color: #AA5204;
}
</style>
border-color css
<style>
span { border-color: #AA5204; }
span { border-color: rgb(170,82,4); }
td.TdClassName
{
border-color: #AA5204;
}
.TagClassName
{
border-color: #AA5204;
}
</style>