Shades of Rust #AA5501
Tints of Rust #AA5501
RGB
CMYK
RGB Variations
Color information
#AA5501 (or 0xAA5501) is known color: Rust. HEX triplet: AA, 55 and 01. RGB value is (170,85,1). Sum of RGB (Red+Green+Blue) = 170+85+1=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5501 is #55AAFE. Grayscale: #656565. Windows color (decimal): -5614335 or 87466. OLE color: 87466.
HSL color Cylindrical-coordinate representation of color #AA5501: hue angle of 29.82º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA5501 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 1 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.33 |
| HSL | 29.82º | 0.99% | 0.34% | - |
| HSV(B) | 29.82º | 0.99% | 0.67% | - |
| XYZ | 19.83 | 15.05 | 1.89 | - |
| YUV | 100.84 | 71.66 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 1 | 0 | 0.50 | 0.99 | 0.33 | 29.82 | 0.99 | 0.34 |
| Hex | AA | 55 | 1 | 0 | 32 | 63 | 21 | 1E | 63 | 22 |
| Octal | 252 | 125 | 1 | 0 | 62 | 143 | 41 | 36 | 143 | 42 |
| Binary | 10101010 | 1010101 | 1 | 0 | 110010 | 1100011 | 100001 | 11110 | 1100011 | 100010 |
Color Harmonies of #AA5501
Complementary color
Monochromatic Colors of #AA5501
Black with #AA5501
Text Example
Text Example
White with #AA5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5501; }
p { color: rgb(170,85,1); }
H1.HeaderClassName
{
color: #AA5501;
}
.AnyTagClassName
{
color: #AA5501;
}
</style>
background-color css
<style>
a { background-color: #AA5501; }
a { background-color: rgb(170,85,1); }
div.DivClassName
{
background-color: #AA5501;
}
.BgClassName
{
background-color: #AA5501;
}
</style>
border-color css
<style>
span { border-color: #AA5501; }
span { border-color: rgb(170,85,1); }
td.TdClassName
{
border-color: #AA5501;
}
.TagClassName
{
border-color: #AA5501;
}
</style>