Shades of Rust #AA4617
Tints of Rust #AA4617
RGB
CMYK
RGB Variations
Color information
#AA4617 (or 0xAA4617) is known color: Rust. HEX triplet: AA, 46 and 17. RGB value is (170,70,23). Sum of RGB (Red+Green+Blue) = 170+70+23=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4617 is #55B9E8. Grayscale: #5E5E5E. Windows color (decimal): -5618153 or 1525418. OLE color: 1525418.
HSL color Cylindrical-coordinate representation of color #AA4617: hue angle of 19.18º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA4617 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 23 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.33 |
| HSL | 19.18º | 0.76% | 0.38% | - |
| HSV(B) | 19.18º | 0.86% | 0.67% | - |
| XYZ | 18.92 | 12.99 | 2.32 | - |
| YUV | 94.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 23 | 0 | 0.59 | 0.86 | 0.33 | 19.18 | 0.76 | 0.38 |
| Hex | AA | 46 | 17 | 0 | 3B | 56 | 21 | 13 | 4C | 26 |
| Octal | 252 | 106 | 27 | 0 | 73 | 126 | 41 | 23 | 114 | 46 |
| Binary | 10101010 | 1000110 | 10111 | 0 | 111011 | 1010110 | 100001 | 10011 | 1001100 | 100110 |
Color Harmonies of #AA4617
Complementary color
Monochromatic Colors of #AA4617
Black with #AA4617
Text Example
Text Example
White with #AA4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4617; }
p { color: rgb(170,70,23); }
H1.HeaderClassName
{
color: #AA4617;
}
.AnyTagClassName
{
color: #AA4617;
}
</style>
background-color css
<style>
a { background-color: #AA4617; }
a { background-color: rgb(170,70,23); }
div.DivClassName
{
background-color: #AA4617;
}
.BgClassName
{
background-color: #AA4617;
}
</style>
border-color css
<style>
span { border-color: #AA4617; }
span { border-color: rgb(170,70,23); }
td.TdClassName
{
border-color: #AA4617;
}
.TagClassName
{
border-color: #AA4617;
}
</style>