Shades of Rust #AA5202
Tints of Rust #AA5202
RGB
CMYK
RGB Variations
Color information
#AA5202 (or 0xAA5202) is known color: Rust. HEX triplet: AA, 52 and 02. RGB value is (170,82,2). Sum of RGB (Red+Green+Blue) = 170+82+2=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5202 is #55ADFD. Grayscale: #636363. Windows color (decimal): -5615102 or 152234. OLE color: 152234.
HSL color Cylindrical-coordinate representation of color #AA5202: hue angle of 28.57º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA5202 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.33 |
| HSL | 28.57º | 0.98% | 0.34% | - |
| HSV(B) | 28.57º | 0.99% | 0.67% | - |
| XYZ | 19.61 | 14.59 | 1.84 | - |
| YUV | 99.19 | 73.15 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 2 | 0 | 0.52 | 0.99 | 0.33 | 28.57 | 0.98 | 0.34 |
| Hex | AA | 52 | 2 | 0 | 34 | 63 | 21 | 1D | 62 | 22 |
| Octal | 252 | 122 | 2 | 0 | 64 | 143 | 41 | 35 | 142 | 42 |
| Binary | 10101010 | 1010010 | 10 | 0 | 110100 | 1100011 | 100001 | 11101 | 1100010 | 100010 |
Color Harmonies of #AA5202
Complementary color
Monochromatic Colors of #AA5202
Black with #AA5202
Text Example
Text Example
White with #AA5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5202; }
p { color: rgb(170,82,2); }
H1.HeaderClassName
{
color: #AA5202;
}
.AnyTagClassName
{
color: #AA5202;
}
</style>
background-color css
<style>
a { background-color: #AA5202; }
a { background-color: rgb(170,82,2); }
div.DivClassName
{
background-color: #AA5202;
}
.BgClassName
{
background-color: #AA5202;
}
</style>
border-color css
<style>
span { border-color: #AA5202; }
span { border-color: rgb(170,82,2); }
td.TdClassName
{
border-color: #AA5202;
}
.TagClassName
{
border-color: #AA5202;
}
</style>