Shades of Rust #AA4217
Tints of Rust #AA4217
RGB
CMYK
RGB Variations
Color information
#AA4217 (or 0xAA4217) is known color: Rust. HEX triplet: AA, 42 and 17. RGB value is (170,66,23). Sum of RGB (Red+Green+Blue) = 170+66+23=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4217 is #55BDE8. Grayscale: #5C5C5C. Windows color (decimal): -5619177 or 1524394. OLE color: 1524394.
HSL color Cylindrical-coordinate representation of color #AA4217: hue angle of 17.55º 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 #AA4217 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 23 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.33 |
| HSL | 17.55º | 0.76% | 0.38% | - |
| HSV(B) | 17.55º | 0.86% | 0.67% | - |
| XYZ | 18.68 | 12.5 | 2.24 | - |
| YUV | 92.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 23 | 0 | 0.61 | 0.86 | 0.33 | 17.55 | 0.76 | 0.38 |
| Hex | AA | 42 | 17 | 0 | 3D | 56 | 21 | 12 | 4C | 26 |
| Octal | 252 | 102 | 27 | 0 | 75 | 126 | 41 | 22 | 114 | 46 |
| Binary | 10101010 | 1000010 | 10111 | 0 | 111101 | 1010110 | 100001 | 10010 | 1001100 | 100110 |
Color Harmonies of #AA4217
Complementary color
Monochromatic Colors of #AA4217
Black with #AA4217
Text Example
Text Example
White with #AA4217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4217; }
p { color: rgb(170,66,23); }
H1.HeaderClassName
{
color: #AA4217;
}
.AnyTagClassName
{
color: #AA4217;
}
</style>
background-color css
<style>
a { background-color: #AA4217; }
a { background-color: rgb(170,66,23); }
div.DivClassName
{
background-color: #AA4217;
}
.BgClassName
{
background-color: #AA4217;
}
</style>
border-color css
<style>
span { border-color: #AA4217; }
span { border-color: rgb(170,66,23); }
td.TdClassName
{
border-color: #AA4217;
}
.TagClassName
{
border-color: #AA4217;
}
</style>