Shades of Rust #AA510A
Tints of Rust #AA510A
RGB
CMYK
RGB Variations
Color information
#AA510A (or 0xAA510A) is known color: Rust. HEX triplet: AA, 51 and 0A. RGB value is (170,81,10). Sum of RGB (Red+Green+Blue) = 170+81+10=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA510A is #55AEF5. Grayscale: #636363. Windows color (decimal): -5615350 or 676266. OLE color: 676266.
HSL color Cylindrical-coordinate representation of color #AA510A: hue angle of 26.62º 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 #AA510A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 10 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.33 |
| HSL | 26.63º | 0.89% | 0.35% | - |
| HSV(B) | 26.63º | 0.94% | 0.67% | - |
| XYZ | 19.57 | 14.45 | 2.05 | - |
| YUV | 99.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 10 | 0 | 0.52 | 0.94 | 0.33 | 26.63 | 0.89 | 0.35 |
| Hex | AA | 51 | A | 0 | 34 | 5E | 21 | 1B | 59 | 23 |
| Octal | 252 | 121 | 12 | 0 | 64 | 136 | 41 | 33 | 131 | 43 |
| Binary | 10101010 | 1010001 | 1010 | 0 | 110100 | 1011110 | 100001 | 11011 | 1011001 | 100011 |
Color Harmonies of #AA510A
Complementary color
Monochromatic Colors of #AA510A
Black with #AA510A
Text Example
Text Example
White with #AA510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA510A; }
p { color: rgb(170,81,10); }
H1.HeaderClassName
{
color: #AA510A;
}
.AnyTagClassName
{
color: #AA510A;
}
</style>
background-color css
<style>
a { background-color: #AA510A; }
a { background-color: rgb(170,81,10); }
div.DivClassName
{
background-color: #AA510A;
}
.BgClassName
{
background-color: #AA510A;
}
</style>
border-color css
<style>
span { border-color: #AA510A; }
span { border-color: rgb(170,81,10); }
td.TdClassName
{
border-color: #AA510A;
}
.TagClassName
{
border-color: #AA510A;
}
</style>