Shades of Rust #AA5006
Tints of Rust #AA5006
RGB
CMYK
RGB Variations
Color information
#AA5006 (or 0xAA5006) is known color: Rust. HEX triplet: AA, 50 and 06. RGB value is (170,80,6). Sum of RGB (Red+Green+Blue) = 170+80+6=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5006 is #55AFF9. Grayscale: #626262. Windows color (decimal): -5615610 or 413866. OLE color: 413866.
HSL color Cylindrical-coordinate representation of color #AA5006: hue angle of 27.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA5006 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 6 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.33 |
| HSL | 27.07º | 0.93% | 0.35% | - |
| HSV(B) | 27.07º | 0.96% | 0.67% | - |
| XYZ | 19.48 | 14.3 | 1.91 | - |
| YUV | 98.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 6 | 0 | 0.53 | 0.96 | 0.33 | 27.07 | 0.93 | 0.35 |
| Hex | AA | 50 | 6 | 0 | 35 | 60 | 21 | 1B | 5D | 23 |
| Octal | 252 | 120 | 6 | 0 | 65 | 140 | 41 | 33 | 135 | 43 |
| Binary | 10101010 | 1010000 | 110 | 0 | 110101 | 1100000 | 100001 | 11011 | 1011101 | 100011 |
Color Harmonies of #AA5006
Complementary color
Monochromatic Colors of #AA5006
Black with #AA5006
Text Example
Text Example
White with #AA5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5006; }
p { color: rgb(170,80,6); }
H1.HeaderClassName
{
color: #AA5006;
}
.AnyTagClassName
{
color: #AA5006;
}
</style>
background-color css
<style>
a { background-color: #AA5006; }
a { background-color: rgb(170,80,6); }
div.DivClassName
{
background-color: #AA5006;
}
.BgClassName
{
background-color: #AA5006;
}
</style>
border-color css
<style>
span { border-color: #AA5006; }
span { border-color: rgb(170,80,6); }
td.TdClassName
{
border-color: #AA5006;
}
.TagClassName
{
border-color: #AA5006;
}
</style>