Shades of Rust #AA5105
Tints of Rust #AA5105
RGB
CMYK
RGB Variations
Color information
#AA5105 (or 0xAA5105) is known color: Rust. HEX triplet: AA, 51 and 05. RGB value is (170,81,5). Sum of RGB (Red+Green+Blue) = 170+81+5=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5105 is #55AEFA. Grayscale: #636363. Windows color (decimal): -5615355 or 348586. OLE color: 348586.
HSL color Cylindrical-coordinate representation of color #AA5105: hue angle of 27.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA5105 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.33 |
| HSL | 27.64º | 0.94% | 0.34% | - |
| HSV(B) | 27.64º | 0.97% | 0.67% | - |
| XYZ | 19.55 | 14.44 | 1.9 | - |
| YUV | 98.95 | 74.99 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 5 | 0 | 0.52 | 0.97 | 0.33 | 27.64 | 0.94 | 0.34 |
| Hex | AA | 51 | 5 | 0 | 34 | 61 | 21 | 1C | 5E | 22 |
| Octal | 252 | 121 | 5 | 0 | 64 | 141 | 41 | 34 | 136 | 42 |
| Binary | 10101010 | 1010001 | 101 | 0 | 110100 | 1100001 | 100001 | 11100 | 1011110 | 100010 |
Color Harmonies of #AA5105
Complementary color
Monochromatic Colors of #AA5105
Black with #AA5105
Text Example
Text Example
White with #AA5105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5105; }
p { color: rgb(170,81,5); }
H1.HeaderClassName
{
color: #AA5105;
}
.AnyTagClassName
{
color: #AA5105;
}
</style>
background-color css
<style>
a { background-color: #AA5105; }
a { background-color: rgb(170,81,5); }
div.DivClassName
{
background-color: #AA5105;
}
.BgClassName
{
background-color: #AA5105;
}
</style>
border-color css
<style>
span { border-color: #AA5105; }
span { border-color: rgb(170,81,5); }
td.TdClassName
{
border-color: #AA5105;
}
.TagClassName
{
border-color: #AA5105;
}
</style>