Shades of Rust #AA5005
Tints of Rust #AA5005
RGB
CMYK
RGB Variations
Color information
#AA5005 (or 0xAA5005) is known color: Rust. HEX triplet: AA, 50 and 05. RGB value is (170,80,5). Sum of RGB (Red+Green+Blue) = 170+80+5=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5005 is #55AFFA. Grayscale: #626262. Windows color (decimal): -5615611 or 348330. OLE color: 348330.
HSL color Cylindrical-coordinate representation of color #AA5005: hue angle of 27.27º 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 #AA5005 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.33 |
| HSL | 27.27º | 0.94% | 0.34% | - |
| HSV(B) | 27.27º | 0.97% | 0.67% | - |
| XYZ | 19.47 | 14.29 | 1.88 | - |
| YUV | 98.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 5 | 0 | 0.53 | 0.97 | 0.33 | 27.27 | 0.94 | 0.34 |
| Hex | AA | 50 | 5 | 0 | 35 | 61 | 21 | 1B | 5E | 22 |
| Octal | 252 | 120 | 5 | 0 | 65 | 141 | 41 | 33 | 136 | 42 |
| Binary | 10101010 | 1010000 | 101 | 0 | 110101 | 1100001 | 100001 | 11011 | 1011110 | 100010 |
Color Harmonies of #AA5005
Complementary color
Monochromatic Colors of #AA5005
Black with #AA5005
Text Example
Text Example
White with #AA5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5005; }
p { color: rgb(170,80,5); }
H1.HeaderClassName
{
color: #AA5005;
}
.AnyTagClassName
{
color: #AA5005;
}
</style>
background-color css
<style>
a { background-color: #AA5005; }
a { background-color: rgb(170,80,5); }
div.DivClassName
{
background-color: #AA5005;
}
.BgClassName
{
background-color: #AA5005;
}
</style>
border-color css
<style>
span { border-color: #AA5005; }
span { border-color: rgb(170,80,5); }
td.TdClassName
{
border-color: #AA5005;
}
.TagClassName
{
border-color: #AA5005;
}
</style>