Shades of Rust #AA5306
Tints of Rust #AA5306
RGB
CMYK
RGB Variations
Color information
#AA5306 (or 0xAA5306) is known color: Rust. HEX triplet: AA, 53 and 06. RGB value is (170,83,6). Sum of RGB (Red+Green+Blue) = 170+83+6=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5306 is #55ACF9. Grayscale: #646464. Windows color (decimal): -5614842 or 414634. OLE color: 414634.
HSL color Cylindrical-coordinate representation of color #AA5306: hue angle of 28.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA5306 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 6 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.33 |
| HSL | 28.17º | 0.93% | 0.35% | - |
| HSV(B) | 28.17º | 0.96% | 0.67% | - |
| XYZ | 19.7 | 14.75 | 1.98 | - |
| YUV | 100.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 6 | 0 | 0.51 | 0.96 | 0.33 | 28.17 | 0.93 | 0.35 |
| Hex | AA | 53 | 6 | 0 | 33 | 60 | 21 | 1C | 5D | 23 |
| Octal | 252 | 123 | 6 | 0 | 63 | 140 | 41 | 34 | 135 | 43 |
| Binary | 10101010 | 1010011 | 110 | 0 | 110011 | 1100000 | 100001 | 11100 | 1011101 | 100011 |
Color Harmonies of #AA5306
Complementary color
Monochromatic Colors of #AA5306
Black with #AA5306
Text Example
Text Example
White with #AA5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5306; }
p { color: rgb(170,83,6); }
H1.HeaderClassName
{
color: #AA5306;
}
.AnyTagClassName
{
color: #AA5306;
}
</style>
background-color css
<style>
a { background-color: #AA5306; }
a { background-color: rgb(170,83,6); }
div.DivClassName
{
background-color: #AA5306;
}
.BgClassName
{
background-color: #AA5306;
}
</style>
border-color css
<style>
span { border-color: #AA5306; }
span { border-color: rgb(170,83,6); }
td.TdClassName
{
border-color: #AA5306;
}
.TagClassName
{
border-color: #AA5306;
}
</style>