Shades of Rust #AA4206
Tints of Rust #AA4206
RGB
CMYK
RGB Variations
Color information
#AA4206 (or 0xAA4206) is known color: Rust. HEX triplet: AA, 42 and 06. RGB value is (170,66,6). Sum of RGB (Red+Green+Blue) = 170+66+6=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4206 is #55BDF9. Grayscale: #5A5A5A. Windows color (decimal): -5619194 or 410282. OLE color: 410282.
HSL color Cylindrical-coordinate representation of color #AA4206: hue angle of 21.95º 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 #AA4206 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 6 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.33 |
| HSL | 21.95º | 0.93% | 0.35% | - |
| HSV(B) | 21.95º | 0.96% | 0.67% | - |
| XYZ | 18.56 | 12.46 | 1.6 | - |
| YUV | 90.26 | 80.46 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 6 | 0 | 0.61 | 0.96 | 0.33 | 21.95 | 0.93 | 0.35 |
| Hex | AA | 42 | 6 | 0 | 3D | 60 | 21 | 16 | 5D | 23 |
| Octal | 252 | 102 | 6 | 0 | 75 | 140 | 41 | 26 | 135 | 43 |
| Binary | 10101010 | 1000010 | 110 | 0 | 111101 | 1100000 | 100001 | 10110 | 1011101 | 100011 |
Color Harmonies of #AA4206
Complementary color
Monochromatic Colors of #AA4206
Black with #AA4206
Text Example
Text Example
White with #AA4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4206; }
p { color: rgb(170,66,6); }
H1.HeaderClassName
{
color: #AA4206;
}
.AnyTagClassName
{
color: #AA4206;
}
</style>
background-color css
<style>
a { background-color: #AA4206; }
a { background-color: rgb(170,66,6); }
div.DivClassName
{
background-color: #AA4206;
}
.BgClassName
{
background-color: #AA4206;
}
</style>
border-color css
<style>
span { border-color: #AA4206; }
span { border-color: rgb(170,66,6); }
td.TdClassName
{
border-color: #AA4206;
}
.TagClassName
{
border-color: #AA4206;
}
</style>