Shades of Rust #AA4A16
Tints of Rust #AA4A16
RGB
CMYK
RGB Variations
Color information
#AA4A16 (or 0xAA4A16) is known color: Rust. HEX triplet: AA, 4A and 16. RGB value is (170,74,22). Sum of RGB (Red+Green+Blue) = 170+74+22=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A16 is #55B5E9. Grayscale: #616161. Windows color (decimal): -5617130 or 1460906. OLE color: 1460906.
HSL color Cylindrical-coordinate representation of color #AA4A16: hue angle of 21.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA4A16 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 22 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.33 |
| HSL | 21.08º | 0.77% | 0.38% | - |
| HSV(B) | 21.08º | 0.87% | 0.67% | - |
| XYZ | 19.17 | 13.5 | 2.35 | - |
| YUV | 96.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 22 | 0 | 0.56 | 0.87 | 0.33 | 21.08 | 0.77 | 0.38 |
| Hex | AA | 4A | 16 | 0 | 38 | 57 | 21 | 15 | 4D | 26 |
| Octal | 252 | 112 | 26 | 0 | 70 | 127 | 41 | 25 | 115 | 46 |
| Binary | 10101010 | 1001010 | 10110 | 0 | 111000 | 1010111 | 100001 | 10101 | 1001101 | 100110 |
Color Harmonies of #AA4A16
Complementary color
Monochromatic Colors of #AA4A16
Black with #AA4A16
Text Example
Text Example
White with #AA4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A16; }
p { color: rgb(170,74,22); }
H1.HeaderClassName
{
color: #AA4A16;
}
.AnyTagClassName
{
color: #AA4A16;
}
</style>
background-color css
<style>
a { background-color: #AA4A16; }
a { background-color: rgb(170,74,22); }
div.DivClassName
{
background-color: #AA4A16;
}
.BgClassName
{
background-color: #AA4A16;
}
</style>
border-color css
<style>
span { border-color: #AA4A16; }
span { border-color: rgb(170,74,22); }
td.TdClassName
{
border-color: #AA4A16;
}
.TagClassName
{
border-color: #AA4A16;
}
</style>