Shades of Rust #AA4906
Tints of Rust #AA4906
RGB
CMYK
RGB Variations
Color information
#AA4906 (or 0xAA4906) is known color: Rust. HEX triplet: AA, 49 and 06. RGB value is (170,73,6). Sum of RGB (Red+Green+Blue) = 170+73+6=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4906 is #55B6F9. Grayscale: #5E5E5E. Windows color (decimal): -5617402 or 412074. OLE color: 412074.
HSL color Cylindrical-coordinate representation of color #AA4906: hue angle of 24.51º 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 #AA4906 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 6 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.33 |
| HSL | 24.51º | 0.93% | 0.35% | - |
| HSV(B) | 24.51º | 0.96% | 0.67% | - |
| XYZ | 18.99 | 13.32 | 1.74 | - |
| YUV | 94.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 6 | 0 | 0.57 | 0.96 | 0.33 | 24.51 | 0.93 | 0.35 |
| Hex | AA | 49 | 6 | 0 | 39 | 60 | 21 | 19 | 5D | 23 |
| Octal | 252 | 111 | 6 | 0 | 71 | 140 | 41 | 31 | 135 | 43 |
| Binary | 10101010 | 1001001 | 110 | 0 | 111001 | 1100000 | 100001 | 11001 | 1011101 | 100011 |
Color Harmonies of #AA4906
Complementary color
Monochromatic Colors of #AA4906
Black with #AA4906
Text Example
Text Example
White with #AA4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4906; }
p { color: rgb(170,73,6); }
H1.HeaderClassName
{
color: #AA4906;
}
.AnyTagClassName
{
color: #AA4906;
}
</style>
background-color css
<style>
a { background-color: #AA4906; }
a { background-color: rgb(170,73,6); }
div.DivClassName
{
background-color: #AA4906;
}
.BgClassName
{
background-color: #AA4906;
}
</style>
border-color css
<style>
span { border-color: #AA4906; }
span { border-color: rgb(170,73,6); }
td.TdClassName
{
border-color: #AA4906;
}
.TagClassName
{
border-color: #AA4906;
}
</style>