Shades of Rust #AA4806
Tints of Rust #AA4806
RGB
CMYK
RGB Variations
Color information
#AA4806 (or 0xAA4806) is known color: Rust. HEX triplet: AA, 48 and 06. RGB value is (170,72,6). Sum of RGB (Red+Green+Blue) = 170+72+6=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4806 is #55B7F9. Grayscale: #5E5E5E. Windows color (decimal): -5617658 or 411818. OLE color: 411818.
HSL color Cylindrical-coordinate representation of color #AA4806: hue angle of 24.15º 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 #AA4806 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 6 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.33 |
| HSL | 24.15º | 0.93% | 0.35% | - |
| HSV(B) | 24.15º | 0.96% | 0.67% | - |
| XYZ | 18.93 | 13.19 | 1.72 | - |
| YUV | 93.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 6 | 0 | 0.58 | 0.96 | 0.33 | 24.15 | 0.93 | 0.35 |
| Hex | AA | 48 | 6 | 0 | 3A | 60 | 21 | 18 | 5D | 23 |
| Octal | 252 | 110 | 6 | 0 | 72 | 140 | 41 | 30 | 135 | 43 |
| Binary | 10101010 | 1001000 | 110 | 0 | 111010 | 1100000 | 100001 | 11000 | 1011101 | 100011 |
Color Harmonies of #AA4806
Complementary color
Monochromatic Colors of #AA4806
Black with #AA4806
Text Example
Text Example
White with #AA4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4806; }
p { color: rgb(170,72,6); }
H1.HeaderClassName
{
color: #AA4806;
}
.AnyTagClassName
{
color: #AA4806;
}
</style>
background-color css
<style>
a { background-color: #AA4806; }
a { background-color: rgb(170,72,6); }
div.DivClassName
{
background-color: #AA4806;
}
.BgClassName
{
background-color: #AA4806;
}
</style>
border-color css
<style>
span { border-color: #AA4806; }
span { border-color: rgb(170,72,6); }
td.TdClassName
{
border-color: #AA4806;
}
.TagClassName
{
border-color: #AA4806;
}
</style>