Shades of Rust #AA4D06
Tints of Rust #AA4D06
RGB
CMYK
RGB Variations
Color information
#AA4D06 (or 0xAA4D06) is known color: Rust. HEX triplet: AA, 4D and 06. RGB value is (170,77,6). Sum of RGB (Red+Green+Blue) = 170+77+6=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D06 is #55B2F9. Grayscale: #616161. Windows color (decimal): -5616378 or 413098. OLE color: 413098.
HSL color Cylindrical-coordinate representation of color #AA4D06: hue angle of 25.98º 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 #AA4D06 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 6 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.33 |
| HSL | 25.98º | 0.93% | 0.35% | - |
| HSV(B) | 25.98º | 0.96% | 0.67% | - |
| XYZ | 19.26 | 13.87 | 1.83 | - |
| YUV | 96.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 6 | 0 | 0.55 | 0.96 | 0.33 | 25.98 | 0.93 | 0.35 |
| Hex | AA | 4D | 6 | 0 | 37 | 60 | 21 | 1A | 5D | 23 |
| Octal | 252 | 115 | 6 | 0 | 67 | 140 | 41 | 32 | 135 | 43 |
| Binary | 10101010 | 1001101 | 110 | 0 | 110111 | 1100000 | 100001 | 11010 | 1011101 | 100011 |
Color Harmonies of #AA4D06
Complementary color
Monochromatic Colors of #AA4D06
Black with #AA4D06
Text Example
Text Example
White with #AA4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D06; }
p { color: rgb(170,77,6); }
H1.HeaderClassName
{
color: #AA4D06;
}
.AnyTagClassName
{
color: #AA4D06;
}
</style>
background-color css
<style>
a { background-color: #AA4D06; }
a { background-color: rgb(170,77,6); }
div.DivClassName
{
background-color: #AA4D06;
}
.BgClassName
{
background-color: #AA4D06;
}
</style>
border-color css
<style>
span { border-color: #AA4D06; }
span { border-color: rgb(170,77,6); }
td.TdClassName
{
border-color: #AA4D06;
}
.TagClassName
{
border-color: #AA4D06;
}
</style>