Shades of Rust #AA4815
Tints of Rust #AA4815
RGB
CMYK
RGB Variations
Color information
#AA4815 (or 0xAA4815) is known color: Rust. HEX triplet: AA, 48 and 15. RGB value is (170,72,21). Sum of RGB (Red+Green+Blue) = 170+72+21=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4815 is #55B7EA. Grayscale: #5F5F5F. Windows color (decimal): -5617643 or 1394858. OLE color: 1394858.
HSL color Cylindrical-coordinate representation of color #AA4815: hue angle of 20.54º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4815 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 21 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.33 |
| HSL | 20.54º | 0.78% | 0.37% | - |
| HSV(B) | 20.54º | 0.88% | 0.67% | - |
| XYZ | 19.03 | 13.23 | 2.26 | - |
| YUV | 95.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 21 | 0 | 0.58 | 0.88 | 0.33 | 20.54 | 0.78 | 0.37 |
| Hex | AA | 48 | 15 | 0 | 3A | 58 | 21 | 15 | 4E | 25 |
| Octal | 252 | 110 | 25 | 0 | 72 | 130 | 41 | 25 | 116 | 45 |
| Binary | 10101010 | 1001000 | 10101 | 0 | 111010 | 1011000 | 100001 | 10101 | 1001110 | 100101 |
Color Harmonies of #AA4815
Complementary color
Monochromatic Colors of #AA4815
Black with #AA4815
Text Example
Text Example
White with #AA4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4815; }
p { color: rgb(170,72,21); }
H1.HeaderClassName
{
color: #AA4815;
}
.AnyTagClassName
{
color: #AA4815;
}
</style>
background-color css
<style>
a { background-color: #AA4815; }
a { background-color: rgb(170,72,21); }
div.DivClassName
{
background-color: #AA4815;
}
.BgClassName
{
background-color: #AA4815;
}
</style>
border-color css
<style>
span { border-color: #AA4815; }
span { border-color: rgb(170,72,21); }
td.TdClassName
{
border-color: #AA4815;
}
.TagClassName
{
border-color: #AA4815;
}
</style>