Shades of Rust #AA5007
Tints of Rust #AA5007
RGB
CMYK
RGB Variations
Color information
#AA5007 (or 0xAA5007) is known color: Rust. HEX triplet: AA, 50 and 07. RGB value is (170,80,7). Sum of RGB (Red+Green+Blue) = 170+80+7=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5007 is #55AFF8. Grayscale: #626262. Windows color (decimal): -5615609 or 479402. OLE color: 479402.
HSL color Cylindrical-coordinate representation of color #AA5007: hue angle of 26.87º degrees, saturation: 0.92, 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 #AA5007 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.33 |
| HSL | 26.87º | 0.92% | 0.35% | - |
| HSV(B) | 26.87º | 0.96% | 0.67% | - |
| XYZ | 19.48 | 14.3 | 1.93 | - |
| YUV | 98.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 7 | 0 | 0.53 | 0.96 | 0.33 | 26.87 | 0.92 | 0.35 |
| Hex | AA | 50 | 7 | 0 | 35 | 60 | 21 | 1B | 5C | 23 |
| Octal | 252 | 120 | 7 | 0 | 65 | 140 | 41 | 33 | 134 | 43 |
| Binary | 10101010 | 1010000 | 111 | 0 | 110101 | 1100000 | 100001 | 11011 | 1011100 | 100011 |
Color Harmonies of #AA5007
Complementary color
Monochromatic Colors of #AA5007
Black with #AA5007
Text Example
Text Example
White with #AA5007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5007; }
p { color: rgb(170,80,7); }
H1.HeaderClassName
{
color: #AA5007;
}
.AnyTagClassName
{
color: #AA5007;
}
</style>
background-color css
<style>
a { background-color: #AA5007; }
a { background-color: rgb(170,80,7); }
div.DivClassName
{
background-color: #AA5007;
}
.BgClassName
{
background-color: #AA5007;
}
</style>
border-color css
<style>
span { border-color: #AA5007; }
span { border-color: rgb(170,80,7); }
td.TdClassName
{
border-color: #AA5007;
}
.TagClassName
{
border-color: #AA5007;
}
</style>