Shades of Rust #AA500E
Tints of Rust #AA500E
RGB
CMYK
RGB Variations
Color information
#AA500E (or 0xAA500E) is known color: Rust. HEX triplet: AA, 50 and 0E. RGB value is (170,80,14). Sum of RGB (Red+Green+Blue) = 170+80+14=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA500E is #55AFF1. Grayscale: #636363. Windows color (decimal): -5615602 or 938154. OLE color: 938154.
HSL color Cylindrical-coordinate representation of color #AA500E: hue angle of 25.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA500E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 14 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.33 |
| HSL | 25.38º | 0.85% | 0.36% | - |
| HSV(B) | 25.38º | 0.92% | 0.67% | - |
| XYZ | 19.53 | 14.32 | 2.15 | - |
| YUV | 99.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 14 | 0 | 0.53 | 0.92 | 0.33 | 25.38 | 0.85 | 0.36 |
| Hex | AA | 50 | E | 0 | 35 | 5C | 21 | 19 | 55 | 24 |
| Octal | 252 | 120 | 16 | 0 | 65 | 134 | 41 | 31 | 125 | 44 |
| Binary | 10101010 | 1010000 | 1110 | 0 | 110101 | 1011100 | 100001 | 11001 | 1010101 | 100100 |
Color Harmonies of #AA500E
Complementary color
Monochromatic Colors of #AA500E
Black with #AA500E
Text Example
Text Example
White with #AA500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA500E; }
p { color: rgb(170,80,14); }
H1.HeaderClassName
{
color: #AA500E;
}
.AnyTagClassName
{
color: #AA500E;
}
</style>
background-color css
<style>
a { background-color: #AA500E; }
a { background-color: rgb(170,80,14); }
div.DivClassName
{
background-color: #AA500E;
}
.BgClassName
{
background-color: #AA500E;
}
</style>
border-color css
<style>
span { border-color: #AA500E; }
span { border-color: rgb(170,80,14); }
td.TdClassName
{
border-color: #AA500E;
}
.TagClassName
{
border-color: #AA500E;
}
</style>