Shades of Rust #AA5500
Tints of Rust #AA5500
RGB
CMYK
RGB Variations
Color information
#AA5500 (or 0xAA5500) is known color: Rust. HEX triplet: AA, 55 and 00. RGB value is (170,85,0). Sum of RGB (Red+Green+Blue) = 170+85+0=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5500 is #55AAFF. Grayscale: #656565. Windows color (decimal): -5614336 or 21930. OLE color: 21930.
HSL color Cylindrical-coordinate representation of color #AA5500: hue angle of 30º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA5500 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.33 |
| HSL | 30º | 1% | 0.33% | - |
| HSV(B) | 30º | 1% | 0.67% | - |
| XYZ | 19.83 | 15.04 | 1.86 | - |
| YUV | 100.73 | 71.16 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 0 | 0 | 0.50 | 1 | 0.33 | 30 | 1 | 0.33 |
| Hex | AA | 55 | 0 | 0 | 32 | 64 | 21 | 1E | 64 | 21 |
| Octal | 252 | 125 | 0 | 0 | 62 | 144 | 41 | 36 | 144 | 41 |
| Binary | 10101010 | 1010101 | 0 | 0 | 110010 | 1100100 | 100001 | 11110 | 1100100 | 100001 |
Color Harmonies of #AA5500
Complementary color
Monochromatic Colors of #AA5500
Black with #AA5500
Text Example
Text Example
White with #AA5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5500; }
p { color: rgb(170,85,0); }
H1.HeaderClassName
{
color: #AA5500;
}
.AnyTagClassName
{
color: #AA5500;
}
</style>
background-color css
<style>
a { background-color: #AA5500; }
a { background-color: rgb(170,85,0); }
div.DivClassName
{
background-color: #AA5500;
}
.BgClassName
{
background-color: #AA5500;
}
</style>
border-color css
<style>
span { border-color: #AA5500; }
span { border-color: rgb(170,85,0); }
td.TdClassName
{
border-color: #AA5500;
}
.TagClassName
{
border-color: #AA5500;
}
</style>