Shades of Rust #AA5010
Tints of Rust #AA5010
RGB
CMYK
RGB Variations
Color information
#AA5010 (or 0xAA5010) is known color: Rust. HEX triplet: AA, 50 and 10. RGB value is (170,80,16). Sum of RGB (Red+Green+Blue) = 170+80+16=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5010 is #55AFEF. Grayscale: #636363. Windows color (decimal): -5615600 or 1069226. OLE color: 1069226.
HSL color Cylindrical-coordinate representation of color #AA5010: hue angle of 24.94º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA5010 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.33 |
| HSL | 24.94º | 0.83% | 0.36% | - |
| HSV(B) | 24.94º | 0.91% | 0.67% | - |
| XYZ | 19.54 | 14.32 | 2.22 | - |
| YUV | 99.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 16 | 0 | 0.53 | 0.91 | 0.33 | 24.94 | 0.83 | 0.36 |
| Hex | AA | 50 | 10 | 0 | 35 | 5B | 21 | 19 | 53 | 24 |
| Octal | 252 | 120 | 20 | 0 | 65 | 133 | 41 | 31 | 123 | 44 |
| Binary | 10101010 | 1010000 | 10000 | 0 | 110101 | 1011011 | 100001 | 11001 | 1010011 | 100100 |
Color Harmonies of #AA5010
Complementary color
Monochromatic Colors of #AA5010
Black with #AA5010
Text Example
Text Example
White with #AA5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5010; }
p { color: rgb(170,80,16); }
H1.HeaderClassName
{
color: #AA5010;
}
.AnyTagClassName
{
color: #AA5010;
}
</style>
background-color css
<style>
a { background-color: #AA5010; }
a { background-color: rgb(170,80,16); }
div.DivClassName
{
background-color: #AA5010;
}
.BgClassName
{
background-color: #AA5010;
}
</style>
border-color css
<style>
span { border-color: #AA5010; }
span { border-color: rgb(170,80,16); }
td.TdClassName
{
border-color: #AA5010;
}
.TagClassName
{
border-color: #AA5010;
}
</style>