Shades of Rust #AA4F11
Tints of Rust #AA4F11
RGB
CMYK
RGB Variations
Color information
#AA4F11 (or 0xAA4F11) is known color: Rust. HEX triplet: AA, 4F and 11. RGB value is (170,79,17). Sum of RGB (Red+Green+Blue) = 170+79+17=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F11 is #55B0EE. Grayscale: #636363. Windows color (decimal): -5615855 or 1134506. OLE color: 1134506.
HSL color Cylindrical-coordinate representation of color #AA4F11: hue angle of 24.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA4F11 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 17 | - |
| CMYK | 0 | 0.54 | 0.9 | 0.33 |
| HSL | 24.31º | 0.82% | 0.37% | - |
| HSV(B) | 24.31º | 0.9% | 0.67% | - |
| XYZ | 19.47 | 14.18 | 2.24 | - |
| YUV | 99.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 17 | 0 | 0.54 | 0.9 | 0.33 | 24.31 | 0.82 | 0.37 |
| Hex | AA | 4F | 11 | 0 | 36 | 5A | 21 | 18 | 52 | 25 |
| Octal | 252 | 117 | 21 | 0 | 66 | 132 | 41 | 30 | 122 | 45 |
| Binary | 10101010 | 1001111 | 10001 | 0 | 110110 | 1011010 | 100001 | 11000 | 1010010 | 100101 |
Color Harmonies of #AA4F11
Complementary color
Monochromatic Colors of #AA4F11
Black with #AA4F11
Text Example
Text Example
White with #AA4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F11; }
p { color: rgb(170,79,17); }
H1.HeaderClassName
{
color: #AA4F11;
}
.AnyTagClassName
{
color: #AA4F11;
}
</style>
background-color css
<style>
a { background-color: #AA4F11; }
a { background-color: rgb(170,79,17); }
div.DivClassName
{
background-color: #AA4F11;
}
.BgClassName
{
background-color: #AA4F11;
}
</style>
border-color css
<style>
span { border-color: #AA4F11; }
span { border-color: rgb(170,79,17); }
td.TdClassName
{
border-color: #AA4F11;
}
.TagClassName
{
border-color: #AA4F11;
}
</style>