Shades of Rust #AA540B
Tints of Rust #AA540B
RGB
CMYK
RGB Variations
Color information
#AA540B (or 0xAA540B) is known color: Rust. HEX triplet: AA, 54 and 0B. RGB value is (170,84,11). Sum of RGB (Red+Green+Blue) = 170+84+11=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA540B is #55ABF4. Grayscale: #656565. Windows color (decimal): -5614581 or 742570. OLE color: 742570.
HSL color Cylindrical-coordinate representation of color #AA540B: hue angle of 27.55º degrees, saturation: 0.88, 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 #AA540B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.33 |
| HSL | 27.55º | 0.88% | 0.35% | - |
| HSV(B) | 27.55º | 0.94% | 0.67% | - |
| XYZ | 19.81 | 14.91 | 2.15 | - |
| YUV | 101.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 11 | 0 | 0.51 | 0.94 | 0.33 | 27.55 | 0.88 | 0.35 |
| Hex | AA | 54 | B | 0 | 33 | 5E | 21 | 1C | 58 | 23 |
| Octal | 252 | 124 | 13 | 0 | 63 | 136 | 41 | 34 | 130 | 43 |
| Binary | 10101010 | 1010100 | 1011 | 0 | 110011 | 1011110 | 100001 | 11100 | 1011000 | 100011 |
Color Harmonies of #AA540B
Complementary color
Monochromatic Colors of #AA540B
Black with #AA540B
Text Example
Text Example
White with #AA540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA540B; }
p { color: rgb(170,84,11); }
H1.HeaderClassName
{
color: #AA540B;
}
.AnyTagClassName
{
color: #AA540B;
}
</style>
background-color css
<style>
a { background-color: #AA540B; }
a { background-color: rgb(170,84,11); }
div.DivClassName
{
background-color: #AA540B;
}
.BgClassName
{
background-color: #AA540B;
}
</style>
border-color css
<style>
span { border-color: #AA540B; }
span { border-color: rgb(170,84,11); }
td.TdClassName
{
border-color: #AA540B;
}
.TagClassName
{
border-color: #AA540B;
}
</style>