Shades of Rust #AA4F06
Tints of Rust #AA4F06
RGB
CMYK
RGB Variations
Color information
#AA4F06 (or 0xAA4F06) is known color: Rust. HEX triplet: AA, 4F and 06. RGB value is (170,79,6). Sum of RGB (Red+Green+Blue) = 170+79+6=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F06 is #55B0F9. Grayscale: #626262. Windows color (decimal): -5615866 or 413610. OLE color: 413610.
HSL color Cylindrical-coordinate representation of color #AA4F06: hue angle of 26.71º 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 #AA4F06 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 6 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.33 |
| HSL | 26.71º | 0.93% | 0.35% | - |
| HSV(B) | 26.71º | 0.96% | 0.67% | - |
| XYZ | 19.41 | 14.15 | 1.88 | - |
| YUV | 97.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 6 | 0 | 0.54 | 0.96 | 0.33 | 26.71 | 0.93 | 0.35 |
| Hex | AA | 4F | 6 | 0 | 36 | 60 | 21 | 1B | 5D | 23 |
| Octal | 252 | 117 | 6 | 0 | 66 | 140 | 41 | 33 | 135 | 43 |
| Binary | 10101010 | 1001111 | 110 | 0 | 110110 | 1100000 | 100001 | 11011 | 1011101 | 100011 |
Color Harmonies of #AA4F06
Complementary color
Monochromatic Colors of #AA4F06
Black with #AA4F06
Text Example
Text Example
White with #AA4F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F06; }
p { color: rgb(170,79,6); }
H1.HeaderClassName
{
color: #AA4F06;
}
.AnyTagClassName
{
color: #AA4F06;
}
</style>
background-color css
<style>
a { background-color: #AA4F06; }
a { background-color: rgb(170,79,6); }
div.DivClassName
{
background-color: #AA4F06;
}
.BgClassName
{
background-color: #AA4F06;
}
</style>
border-color css
<style>
span { border-color: #AA4F06; }
span { border-color: rgb(170,79,6); }
td.TdClassName
{
border-color: #AA4F06;
}
.TagClassName
{
border-color: #AA4F06;
}
</style>