Shades of Rust #AA5403
Tints of Rust #AA5403
RGB
CMYK
RGB Variations
Color information
#AA5403 (or 0xAA5403) is known color: Rust. HEX triplet: AA, 54 and 03. RGB value is (170,84,3). Sum of RGB (Red+Green+Blue) = 170+84+3=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5403 is #55ABFC. Grayscale: #646464. Windows color (decimal): -5614589 or 218282. OLE color: 218282.
HSL color Cylindrical-coordinate representation of color #AA5403: hue angle of 29.1º 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 #AA5403 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.33 |
| HSL | 29.1º | 0.97% | 0.34% | - |
| HSV(B) | 29.1º | 0.98% | 0.67% | - |
| XYZ | 19.76 | 14.89 | 1.92 | - |
| YUV | 100.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 3 | 0 | 0.51 | 0.98 | 0.33 | 29.1 | 0.97 | 0.34 |
| Hex | AA | 54 | 3 | 0 | 33 | 62 | 21 | 1D | 61 | 22 |
| Octal | 252 | 124 | 3 | 0 | 63 | 142 | 41 | 35 | 141 | 42 |
| Binary | 10101010 | 1010100 | 11 | 0 | 110011 | 1100010 | 100001 | 11101 | 1100001 | 100010 |
Color Harmonies of #AA5403
Complementary color
Monochromatic Colors of #AA5403
Black with #AA5403
Text Example
Text Example
White with #AA5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5403; }
p { color: rgb(170,84,3); }
H1.HeaderClassName
{
color: #AA5403;
}
.AnyTagClassName
{
color: #AA5403;
}
</style>
background-color css
<style>
a { background-color: #AA5403; }
a { background-color: rgb(170,84,3); }
div.DivClassName
{
background-color: #AA5403;
}
.BgClassName
{
background-color: #AA5403;
}
</style>
border-color css
<style>
span { border-color: #AA5403; }
span { border-color: rgb(170,84,3); }
td.TdClassName
{
border-color: #AA5403;
}
.TagClassName
{
border-color: #AA5403;
}
</style>