Shades of Rust #AA5300
Tints of Rust #AA5300
RGB
CMYK
RGB Variations
Color information
#AA5300 (or 0xAA5300) is known color: Rust. HEX triplet: AA, 53 and 00. RGB value is (170,83,0). Sum of RGB (Red+Green+Blue) = 170+83+0=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5300 is #55ACFF. Grayscale: #636363. Windows color (decimal): -5614848 or 21418. OLE color: 21418.
HSL color Cylindrical-coordinate representation of color #AA5300: hue angle of 29.29º 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 #AA5300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.33 |
| HSL | 29.29º | 1% | 0.33% | - |
| HSV(B) | 29.29º | 1% | 0.67% | - |
| XYZ | 19.67 | 14.73 | 1.81 | - |
| YUV | 99.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 0 | 0 | 0.51 | 1 | 0.33 | 29.29 | 1 | 0.33 |
| Hex | AA | 53 | 0 | 0 | 33 | 64 | 21 | 1D | 64 | 21 |
| Octal | 252 | 123 | 0 | 0 | 63 | 144 | 41 | 35 | 144 | 41 |
| Binary | 10101010 | 1010011 | 0 | 0 | 110011 | 1100100 | 100001 | 11101 | 1100100 | 100001 |
Color Harmonies of #AA5300
Complementary color
Monochromatic Colors of #AA5300
Black with #AA5300
Text Example
Text Example
White with #AA5300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5300; }
p { color: rgb(170,83,0); }
H1.HeaderClassName
{
color: #AA5300;
}
.AnyTagClassName
{
color: #AA5300;
}
</style>
background-color css
<style>
a { background-color: #AA5300; }
a { background-color: rgb(170,83,0); }
div.DivClassName
{
background-color: #AA5300;
}
.BgClassName
{
background-color: #AA5300;
}
</style>
border-color css
<style>
span { border-color: #AA5300; }
span { border-color: rgb(170,83,0); }
td.TdClassName
{
border-color: #AA5300;
}
.TagClassName
{
border-color: #AA5300;
}
</style>