Shades of Rust #AA4816
Tints of Rust #AA4816
RGB
CMYK
RGB Variations
Color information
#AA4816 (or 0xAA4816) is known color: Rust. HEX triplet: AA, 48 and 16. RGB value is (170,72,22). Sum of RGB (Red+Green+Blue) = 170+72+22=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4816 is #55B7E9. Grayscale: #5F5F5F. Windows color (decimal): -5617642 or 1460394. OLE color: 1460394.
HSL color Cylindrical-coordinate representation of color #AA4816: hue angle of 20.27º 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 #AA4816 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.33 |
| HSL | 20.27º | 0.77% | 0.38% | - |
| HSV(B) | 20.27º | 0.87% | 0.67% | - |
| XYZ | 19.04 | 13.24 | 2.31 | - |
| YUV | 95.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 22 | 0 | 0.58 | 0.87 | 0.33 | 20.27 | 0.77 | 0.38 |
| Hex | AA | 48 | 16 | 0 | 3A | 57 | 21 | 14 | 4D | 26 |
| Octal | 252 | 110 | 26 | 0 | 72 | 127 | 41 | 24 | 115 | 46 |
| Binary | 10101010 | 1001000 | 10110 | 0 | 111010 | 1010111 | 100001 | 10100 | 1001101 | 100110 |
Color Harmonies of #AA4816
Complementary color
Monochromatic Colors of #AA4816
Black with #AA4816
Text Example
Text Example
White with #AA4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4816; }
p { color: rgb(170,72,22); }
H1.HeaderClassName
{
color: #AA4816;
}
.AnyTagClassName
{
color: #AA4816;
}
</style>
background-color css
<style>
a { background-color: #AA4816; }
a { background-color: rgb(170,72,22); }
div.DivClassName
{
background-color: #AA4816;
}
.BgClassName
{
background-color: #AA4816;
}
</style>
border-color css
<style>
span { border-color: #AA4816; }
span { border-color: rgb(170,72,22); }
td.TdClassName
{
border-color: #AA4816;
}
.TagClassName
{
border-color: #AA4816;
}
</style>