Shades of Rust #AA460E
Tints of Rust #AA460E
RGB
CMYK
RGB Variations
Color information
#AA460E (or 0xAA460E) is known color: Rust. HEX triplet: AA, 46 and 0E. RGB value is (170,70,14). Sum of RGB (Red+Green+Blue) = 170+70+14=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA460E is #55B9F1. Grayscale: #5D5D5D. Windows color (decimal): -5618162 or 935594. OLE color: 935594.
HSL color Cylindrical-coordinate representation of color #AA460E: hue angle of 21.54º 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 #AA460E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.33 |
| HSL | 21.54º | 0.85% | 0.36% | - |
| HSV(B) | 21.54º | 0.92% | 0.67% | - |
| XYZ | 18.85 | 12.96 | 1.92 | - |
| YUV | 93.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 14 | 0 | 0.59 | 0.92 | 0.33 | 21.54 | 0.85 | 0.36 |
| Hex | AA | 46 | E | 0 | 3B | 5C | 21 | 16 | 55 | 24 |
| Octal | 252 | 106 | 16 | 0 | 73 | 134 | 41 | 26 | 125 | 44 |
| Binary | 10101010 | 1000110 | 1110 | 0 | 111011 | 1011100 | 100001 | 10110 | 1010101 | 100100 |
Color Harmonies of #AA460E
Complementary color
Monochromatic Colors of #AA460E
Black with #AA460E
Text Example
Text Example
White with #AA460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA460E; }
p { color: rgb(170,70,14); }
H1.HeaderClassName
{
color: #AA460E;
}
.AnyTagClassName
{
color: #AA460E;
}
</style>
background-color css
<style>
a { background-color: #AA460E; }
a { background-color: rgb(170,70,14); }
div.DivClassName
{
background-color: #AA460E;
}
.BgClassName
{
background-color: #AA460E;
}
</style>
border-color css
<style>
span { border-color: #AA460E; }
span { border-color: rgb(170,70,14); }
td.TdClassName
{
border-color: #AA460E;
}
.TagClassName
{
border-color: #AA460E;
}
</style>