Shades of Rust #AA540E
Tints of Rust #AA540E
RGB
CMYK
RGB Variations
Color information
#AA540E (or 0xAA540E) is known color: Rust. HEX triplet: AA, 54 and 0E. RGB value is (170,84,14). Sum of RGB (Red+Green+Blue) = 170+84+14=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA540E is #55ABF1. Grayscale: #666666. Windows color (decimal): -5614578 or 939178. OLE color: 939178.
HSL color Cylindrical-coordinate representation of color #AA540E: hue angle of 26.92º 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 #AA540E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 14 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.33 |
| HSL | 26.92º | 0.85% | 0.36% | - |
| HSV(B) | 26.92º | 0.92% | 0.67% | - |
| XYZ | 19.83 | 14.92 | 2.25 | - |
| YUV | 101.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 14 | 0 | 0.51 | 0.92 | 0.33 | 26.92 | 0.85 | 0.36 |
| Hex | AA | 54 | E | 0 | 33 | 5C | 21 | 1B | 55 | 24 |
| Octal | 252 | 124 | 16 | 0 | 63 | 134 | 41 | 33 | 125 | 44 |
| Binary | 10101010 | 1010100 | 1110 | 0 | 110011 | 1011100 | 100001 | 11011 | 1010101 | 100100 |
Color Harmonies of #AA540E
Complementary color
Monochromatic Colors of #AA540E
Black with #AA540E
Text Example
Text Example
White with #AA540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA540E; }
p { color: rgb(170,84,14); }
H1.HeaderClassName
{
color: #AA540E;
}
.AnyTagClassName
{
color: #AA540E;
}
</style>
background-color css
<style>
a { background-color: #AA540E; }
a { background-color: rgb(170,84,14); }
div.DivClassName
{
background-color: #AA540E;
}
.BgClassName
{
background-color: #AA540E;
}
</style>
border-color css
<style>
span { border-color: #AA540E; }
span { border-color: rgb(170,84,14); }
td.TdClassName
{
border-color: #AA540E;
}
.TagClassName
{
border-color: #AA540E;
}
</style>