Shades of Rust #AA4116
Tints of Rust #AA4116
RGB
CMYK
RGB Variations
Color information
#AA4116 (or 0xAA4116) is known color: Rust. HEX triplet: AA, 41 and 16. RGB value is (170,65,22). Sum of RGB (Red+Green+Blue) = 170+65+22=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4116 is #55BEE9. Grayscale: #5B5B5B. Windows color (decimal): -5619434 or 1458602. OLE color: 1458602.
HSL color Cylindrical-coordinate representation of color #AA4116: hue angle of 17.43º 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 #AA4116 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 22 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.33 |
| HSL | 17.43º | 0.77% | 0.38% | - |
| HSV(B) | 17.43º | 0.87% | 0.67% | - |
| XYZ | 18.61 | 12.38 | 2.17 | - |
| YUV | 91.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 22 | 0 | 0.62 | 0.87 | 0.33 | 17.43 | 0.77 | 0.38 |
| Hex | AA | 41 | 16 | 0 | 3E | 57 | 21 | 11 | 4D | 26 |
| Octal | 252 | 101 | 26 | 0 | 76 | 127 | 41 | 21 | 115 | 46 |
| Binary | 10101010 | 1000001 | 10110 | 0 | 111110 | 1010111 | 100001 | 10001 | 1001101 | 100110 |
Color Harmonies of #AA4116
Complementary color
Monochromatic Colors of #AA4116
Black with #AA4116
Text Example
Text Example
White with #AA4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4116; }
p { color: rgb(170,65,22); }
H1.HeaderClassName
{
color: #AA4116;
}
.AnyTagClassName
{
color: #AA4116;
}
</style>
background-color css
<style>
a { background-color: #AA4116; }
a { background-color: rgb(170,65,22); }
div.DivClassName
{
background-color: #AA4116;
}
.BgClassName
{
background-color: #AA4116;
}
</style>
border-color css
<style>
span { border-color: #AA4116; }
span { border-color: rgb(170,65,22); }
td.TdClassName
{
border-color: #AA4116;
}
.TagClassName
{
border-color: #AA4116;
}
</style>