Shades of Rust #AA540A
Tints of Rust #AA540A
RGB
CMYK
RGB Variations
Color information
#AA540A (or 0xAA540A) is known color: Rust. HEX triplet: AA, 54 and 0A. RGB value is (170,84,10). Sum of RGB (Red+Green+Blue) = 170+84+10=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA540A is #55ABF5. Grayscale: #656565. Windows color (decimal): -5614582 or 677034. OLE color: 677034.
HSL color Cylindrical-coordinate representation of color #AA540A: hue angle of 27.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA540A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.33 |
| HSL | 27.75º | 0.89% | 0.35% | - |
| HSV(B) | 27.75º | 0.94% | 0.67% | - |
| XYZ | 19.8 | 14.91 | 2.12 | - |
| YUV | 101.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 10 | 0 | 0.51 | 0.94 | 0.33 | 27.75 | 0.89 | 0.35 |
| Hex | AA | 54 | A | 0 | 33 | 5E | 21 | 1C | 59 | 23 |
| Octal | 252 | 124 | 12 | 0 | 63 | 136 | 41 | 34 | 131 | 43 |
| Binary | 10101010 | 1010100 | 1010 | 0 | 110011 | 1011110 | 100001 | 11100 | 1011001 | 100011 |
Color Harmonies of #AA540A
Complementary color
Monochromatic Colors of #AA540A
Black with #AA540A
Text Example
Text Example
White with #AA540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA540A; }
p { color: rgb(170,84,10); }
H1.HeaderClassName
{
color: #AA540A;
}
.AnyTagClassName
{
color: #AA540A;
}
</style>
background-color css
<style>
a { background-color: #AA540A; }
a { background-color: rgb(170,84,10); }
div.DivClassName
{
background-color: #AA540A;
}
.BgClassName
{
background-color: #AA540A;
}
</style>
border-color css
<style>
span { border-color: #AA540A; }
span { border-color: rgb(170,84,10); }
td.TdClassName
{
border-color: #AA540A;
}
.TagClassName
{
border-color: #AA540A;
}
</style>