Shades of Rust #AA4615
Tints of Rust #AA4615
RGB
CMYK
RGB Variations
Color information
#AA4615 (or 0xAA4615) is known color: Rust. HEX triplet: AA, 46 and 15. RGB value is (170,70,21). Sum of RGB (Red+Green+Blue) = 170+70+21=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4615 is #55B9EA. Grayscale: #5E5E5E. Windows color (decimal): -5618155 or 1394346. OLE color: 1394346.
HSL color Cylindrical-coordinate representation of color #AA4615: hue angle of 19.73º 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 #AA4615 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 21 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.33 |
| HSL | 19.73º | 0.78% | 0.37% | - |
| HSV(B) | 19.73º | 0.88% | 0.67% | - |
| XYZ | 18.9 | 12.98 | 2.22 | - |
| YUV | 94.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 21 | 0 | 0.59 | 0.88 | 0.33 | 19.73 | 0.78 | 0.37 |
| Hex | AA | 46 | 15 | 0 | 3B | 58 | 21 | 14 | 4E | 25 |
| Octal | 252 | 106 | 25 | 0 | 73 | 130 | 41 | 24 | 116 | 45 |
| Binary | 10101010 | 1000110 | 10101 | 0 | 111011 | 1011000 | 100001 | 10100 | 1001110 | 100101 |
Color Harmonies of #AA4615
Complementary color
Monochromatic Colors of #AA4615
Black with #AA4615
Text Example
Text Example
White with #AA4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4615; }
p { color: rgb(170,70,21); }
H1.HeaderClassName
{
color: #AA4615;
}
.AnyTagClassName
{
color: #AA4615;
}
</style>
background-color css
<style>
a { background-color: #AA4615; }
a { background-color: rgb(170,70,21); }
div.DivClassName
{
background-color: #AA4615;
}
.BgClassName
{
background-color: #AA4615;
}
</style>
border-color css
<style>
span { border-color: #AA4615; }
span { border-color: rgb(170,70,21); }
td.TdClassName
{
border-color: #AA4615;
}
.TagClassName
{
border-color: #AA4615;
}
</style>