Shades of Rust #AA5503
Tints of Rust #AA5503
RGB
CMYK
RGB Variations
Color information
#AA5503 (or 0xAA5503) is known color: Rust. HEX triplet: AA, 55 and 03. RGB value is (170,85,3). Sum of RGB (Red+Green+Blue) = 170+85+3=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5503 is #55AAFC. Grayscale: #656565. Windows color (decimal): -5614333 or 218538. OLE color: 218538.
HSL color Cylindrical-coordinate representation of color #AA5503: hue angle of 29.46º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA5503 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.33 |
| HSL | 29.46º | 0.97% | 0.34% | - |
| HSV(B) | 29.46º | 0.98% | 0.67% | - |
| XYZ | 19.84 | 15.05 | 1.95 | - |
| YUV | 101.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 3 | 0 | 0.50 | 0.98 | 0.33 | 29.46 | 0.97 | 0.34 |
| Hex | AA | 55 | 3 | 0 | 32 | 62 | 21 | 1D | 61 | 22 |
| Octal | 252 | 125 | 3 | 0 | 62 | 142 | 41 | 35 | 141 | 42 |
| Binary | 10101010 | 1010101 | 11 | 0 | 110010 | 1100010 | 100001 | 11101 | 1100001 | 100010 |
Color Harmonies of #AA5503
Complementary color
Monochromatic Colors of #AA5503
Black with #AA5503
Text Example
Text Example
White with #AA5503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5503; }
p { color: rgb(170,85,3); }
H1.HeaderClassName
{
color: #AA5503;
}
.AnyTagClassName
{
color: #AA5503;
}
</style>
background-color css
<style>
a { background-color: #AA5503; }
a { background-color: rgb(170,85,3); }
div.DivClassName
{
background-color: #AA5503;
}
.BgClassName
{
background-color: #AA5503;
}
</style>
border-color css
<style>
span { border-color: #AA5503; }
span { border-color: rgb(170,85,3); }
td.TdClassName
{
border-color: #AA5503;
}
.TagClassName
{
border-color: #AA5503;
}
</style>