Shades of Rust #AA5000
Tints of Rust #AA5000
RGB
CMYK
RGB Variations
Color information
#AA5000 (or 0xAA5000) is known color: Rust. HEX triplet: AA, 50 and 00. RGB value is (170,80,0). Sum of RGB (Red+Green+Blue) = 170+80+0=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5000 is #55AFFF. Grayscale: #626262. Windows color (decimal): -5615616 or 20650. OLE color: 20650.
HSL color Cylindrical-coordinate representation of color #AA5000: hue angle of 28.24º 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 #AA5000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.33 |
| HSL | 28.24º | 1% | 0.33% | - |
| HSV(B) | 28.24º | 1% | 0.67% | - |
| XYZ | 19.45 | 14.28 | 1.73 | - |
| YUV | 97.79 | 72.82 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 0 | 0 | 0.53 | 1 | 0.33 | 28.24 | 1 | 0.33 |
| Hex | AA | 50 | 0 | 0 | 35 | 64 | 21 | 1C | 64 | 21 |
| Octal | 252 | 120 | 0 | 0 | 65 | 144 | 41 | 34 | 144 | 41 |
| Binary | 10101010 | 1010000 | 0 | 0 | 110101 | 1100100 | 100001 | 11100 | 1100100 | 100001 |
Color Harmonies of #AA5000
Complementary color
Monochromatic Colors of #AA5000
Black with #AA5000
Text Example
Text Example
White with #AA5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5000; }
p { color: rgb(170,80,0); }
H1.HeaderClassName
{
color: #AA5000;
}
.AnyTagClassName
{
color: #AA5000;
}
</style>
background-color css
<style>
a { background-color: #AA5000; }
a { background-color: rgb(170,80,0); }
div.DivClassName
{
background-color: #AA5000;
}
.BgClassName
{
background-color: #AA5000;
}
</style>
border-color css
<style>
span { border-color: #AA5000; }
span { border-color: rgb(170,80,0); }
td.TdClassName
{
border-color: #AA5000;
}
.TagClassName
{
border-color: #AA5000;
}
</style>