Shades of Rust #AA500A
Tints of Rust #AA500A
RGB
CMYK
RGB Variations
Color information
#AA500A (or 0xAA500A) is known color: Rust. HEX triplet: AA, 50 and 0A. RGB value is (170,80,10). Sum of RGB (Red+Green+Blue) = 170+80+10=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA500A is #55AFF5. Grayscale: #636363. Windows color (decimal): -5615606 or 676010. OLE color: 676010.
HSL color Cylindrical-coordinate representation of color #AA500A: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA500A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 10 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.33 |
| HSL | 26.25º | 0.89% | 0.35% | - |
| HSV(B) | 26.25º | 0.94% | 0.67% | - |
| XYZ | 19.5 | 14.31 | 2.02 | - |
| YUV | 98.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 10 | 0 | 0.53 | 0.94 | 0.33 | 26.25 | 0.89 | 0.35 |
| Hex | AA | 50 | A | 0 | 35 | 5E | 21 | 1A | 59 | 23 |
| Octal | 252 | 120 | 12 | 0 | 65 | 136 | 41 | 32 | 131 | 43 |
| Binary | 10101010 | 1010000 | 1010 | 0 | 110101 | 1011110 | 100001 | 11010 | 1011001 | 100011 |
Color Harmonies of #AA500A
Complementary color
Monochromatic Colors of #AA500A
Black with #AA500A
Text Example
Text Example
White with #AA500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA500A; }
p { color: rgb(170,80,10); }
H1.HeaderClassName
{
color: #AA500A;
}
.AnyTagClassName
{
color: #AA500A;
}
</style>
background-color css
<style>
a { background-color: #AA500A; }
a { background-color: rgb(170,80,10); }
div.DivClassName
{
background-color: #AA500A;
}
.BgClassName
{
background-color: #AA500A;
}
</style>
border-color css
<style>
span { border-color: #AA500A; }
span { border-color: rgb(170,80,10); }
td.TdClassName
{
border-color: #AA500A;
}
.TagClassName
{
border-color: #AA500A;
}
</style>