Shades of Rust #AA5200
Tints of Rust #AA5200
RGB
CMYK
RGB Variations
Color information
#AA5200 (or 0xAA5200) is known color: Rust. HEX triplet: AA, 52 and 00. RGB value is (170,82,0). Sum of RGB (Red+Green+Blue) = 170+82+0=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5200 is #55ADFF. Grayscale: #636363. Windows color (decimal): -5615104 or 21162. OLE color: 21162.
HSL color Cylindrical-coordinate representation of color #AA5200: hue angle of 28.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA5200 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 82 | 0 | - |
CMYK | 0 | 0.52 | 1 | 0.33 |
HSL | 28.94º | 1% | 0.33% | - |
HSV(B) | 28.94º | 1% | 0.67% | - |
XYZ | 19.59 | 14.58 | 1.78 | - |
YUV | 98.96 | 72.15 | 178.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 82 | 0 | 0 | 0.52 | 1 | 0.33 | 28.94 | 1 | 0.33 |
Hex | AA | 52 | 0 | 0 | 34 | 64 | 21 | 1D | 64 | 21 |
Octal | 252 | 122 | 0 | 0 | 64 | 144 | 41 | 35 | 144 | 41 |
Binary | 10101010 | 1010010 | 0 | 0 | 110100 | 1100100 | 100001 | 11101 | 1100100 | 100001 |
Color Harmonies of #AA5200
Complementary color
Monochromatic Colors of #AA5200
Black with #AA5200
Text Example
Text Example
White with #AA5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5200; }
p { color: rgb(170,82,0); }
H1.HeaderClassName
{
color: #AA5200;
}
.AnyTagClassName
{
color: #AA5200;
}
</style>
background-color css
<style>
a { background-color: #AA5200; }
a { background-color: rgb(170,82,0); }
div.DivClassName
{
background-color: #AA5200;
}
.BgClassName
{
background-color: #AA5200;
}
</style>
border-color css
<style>
span { border-color: #AA5200; }
span { border-color: rgb(170,82,0); }
td.TdClassName
{
border-color: #AA5200;
}
.TagClassName
{
border-color: #AA5200;
}
</style>