Shades of Rust #AA5109
Tints of Rust #AA5109
RGB
CMYK
RGB Variations
Color information
#AA5109 (or 0xAA5109) is known color: Rust. HEX triplet: AA, 51 and 09. RGB value is (170,81,9). Sum of RGB (Red+Green+Blue) = 170+81+9=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5109 is #55AEF6. Grayscale: #636363. Windows color (decimal): -5615351 or 610730. OLE color: 610730.
HSL color Cylindrical-coordinate representation of color #AA5109: hue angle of 26.83º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA5109 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 9 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.33 |
| HSL | 26.83º | 0.9% | 0.35% | - |
| HSV(B) | 26.83º | 0.95% | 0.67% | - |
| XYZ | 19.57 | 14.45 | 2.02 | - |
| YUV | 99.4 | 76.99 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 9 | 0 | 0.52 | 0.95 | 0.33 | 26.83 | 0.9 | 0.35 |
| Hex | AA | 51 | 9 | 0 | 34 | 5F | 21 | 1B | 5A | 23 |
| Octal | 252 | 121 | 11 | 0 | 64 | 137 | 41 | 33 | 132 | 43 |
| Binary | 10101010 | 1010001 | 1001 | 0 | 110100 | 1011111 | 100001 | 11011 | 1011010 | 100011 |
Color Harmonies of #AA5109
Complementary color
Monochromatic Colors of #AA5109
Black with #AA5109
Text Example
Text Example
White with #AA5109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5109; }
p { color: rgb(170,81,9); }
H1.HeaderClassName
{
color: #AA5109;
}
.AnyTagClassName
{
color: #AA5109;
}
</style>
background-color css
<style>
a { background-color: #AA5109; }
a { background-color: rgb(170,81,9); }
div.DivClassName
{
background-color: #AA5109;
}
.BgClassName
{
background-color: #AA5109;
}
</style>
border-color css
<style>
span { border-color: #AA5109; }
span { border-color: rgb(170,81,9); }
td.TdClassName
{
border-color: #AA5109;
}
.TagClassName
{
border-color: #AA5109;
}
</style>