Shades of Rust #AA4417
Tints of Rust #AA4417
RGB
CMYK
RGB Variations
Color information
#AA4417 (or 0xAA4417) is known color: Rust. HEX triplet: AA, 44 and 17. RGB value is (170,68,23). Sum of RGB (Red+Green+Blue) = 170+68+23=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4417 is #55BBE8. Grayscale: #5D5D5D. Windows color (decimal): -5618665 or 1524906. OLE color: 1524906.
HSL color Cylindrical-coordinate representation of color #AA4417: hue angle of 18.37º 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 #AA4417 is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 23 | - |
| CMYK | 0 | 0.6 | 0.86 | 0.33 |
| HSL | 18.37º | 0.76% | 0.38% | - |
| HSV(B) | 18.37º | 0.86% | 0.67% | - |
| XYZ | 18.8 | 12.74 | 2.28 | - |
| YUV | 93.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 23 | 0 | 0.6 | 0.86 | 0.33 | 18.37 | 0.76 | 0.38 |
| Hex | AA | 44 | 17 | 0 | 3C | 56 | 21 | 12 | 4C | 26 |
| Octal | 252 | 104 | 27 | 0 | 74 | 126 | 41 | 22 | 114 | 46 |
| Binary | 10101010 | 1000100 | 10111 | 0 | 111100 | 1010110 | 100001 | 10010 | 1001100 | 100110 |
Color Harmonies of #AA4417
Complementary color
Monochromatic Colors of #AA4417
Black with #AA4417
Text Example
Text Example
White with #AA4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4417; }
p { color: rgb(170,68,23); }
H1.HeaderClassName
{
color: #AA4417;
}
.AnyTagClassName
{
color: #AA4417;
}
</style>
background-color css
<style>
a { background-color: #AA4417; }
a { background-color: rgb(170,68,23); }
div.DivClassName
{
background-color: #AA4417;
}
.BgClassName
{
background-color: #AA4417;
}
</style>
border-color css
<style>
span { border-color: #AA4417; }
span { border-color: rgb(170,68,23); }
td.TdClassName
{
border-color: #AA4417;
}
.TagClassName
{
border-color: #AA4417;
}
</style>