Shades of Rust #AA490E
Tints of Rust #AA490E
RGB
CMYK
RGB Variations
Color information
#AA490E (or 0xAA490E) is known color: Rust. HEX triplet: AA, 49 and 0E. RGB value is (170,73,14). Sum of RGB (Red+Green+Blue) = 170+73+14=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA490E is #55B6F1. Grayscale: #5F5F5F. Windows color (decimal): -5617394 or 936362. OLE color: 936362.
HSL color Cylindrical-coordinate representation of color #AA490E: hue angle of 22.69º 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 #AA490E is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 14 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.33 |
| HSL | 22.69º | 0.85% | 0.36% | - |
| HSV(B) | 22.69º | 0.92% | 0.67% | - |
| XYZ | 19.04 | 13.34 | 1.99 | - |
| YUV | 95.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 14 | 0 | 0.57 | 0.92 | 0.33 | 22.69 | 0.85 | 0.36 |
| Hex | AA | 49 | E | 0 | 39 | 5C | 21 | 17 | 55 | 24 |
| Octal | 252 | 111 | 16 | 0 | 71 | 134 | 41 | 27 | 125 | 44 |
| Binary | 10101010 | 1001001 | 1110 | 0 | 111001 | 1011100 | 100001 | 10111 | 1010101 | 100100 |
Color Harmonies of #AA490E
Complementary color
Monochromatic Colors of #AA490E
Black with #AA490E
Text Example
Text Example
White with #AA490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA490E; }
p { color: rgb(170,73,14); }
H1.HeaderClassName
{
color: #AA490E;
}
.AnyTagClassName
{
color: #AA490E;
}
</style>
background-color css
<style>
a { background-color: #AA490E; }
a { background-color: rgb(170,73,14); }
div.DivClassName
{
background-color: #AA490E;
}
.BgClassName
{
background-color: #AA490E;
}
</style>
border-color css
<style>
span { border-color: #AA490E; }
span { border-color: rgb(170,73,14); }
td.TdClassName
{
border-color: #AA490E;
}
.TagClassName
{
border-color: #AA490E;
}
</style>