Shades of Rust #AA3217
Tints of Rust #AA3217
RGB
CMYK
RGB Variations
Color information
#AA3217 (or 0xAA3217) is known color: Rust. HEX triplet: AA, 32 and 17. RGB value is (170,50,23). Sum of RGB (Red+Green+Blue) = 170+50+23=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3217 is #55CDE8. Grayscale: #535353. Windows color (decimal): -5623273 or 1520298. OLE color: 1520298.
HSL color Cylindrical-coordinate representation of color #AA3217: hue angle of 11.02º 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 #AA3217 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 23 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.33 |
| HSL | 11.02º | 0.76% | 0.38% | - |
| HSV(B) | 11.02º | 0.86% | 0.67% | - |
| XYZ | 17.87 | 10.89 | 1.97 | - |
| YUV | 82.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 23 | 0 | 0.71 | 0.86 | 0.33 | 11.02 | 0.76 | 0.38 |
| Hex | AA | 32 | 17 | 0 | 47 | 56 | 21 | B | 4C | 26 |
| Octal | 252 | 62 | 27 | 0 | 107 | 126 | 41 | 13 | 114 | 46 |
| Binary | 10101010 | 110010 | 10111 | 0 | 1000111 | 1010110 | 100001 | 1011 | 1001100 | 100110 |
Color Harmonies of #AA3217
Complementary color
Monochromatic Colors of #AA3217
Black with #AA3217
Text Example
Text Example
White with #AA3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3217; }
p { color: rgb(170,50,23); }
H1.HeaderClassName
{
color: #AA3217;
}
.AnyTagClassName
{
color: #AA3217;
}
</style>
background-color css
<style>
a { background-color: #AA3217; }
a { background-color: rgb(170,50,23); }
div.DivClassName
{
background-color: #AA3217;
}
.BgClassName
{
background-color: #AA3217;
}
</style>
border-color css
<style>
span { border-color: #AA3217; }
span { border-color: rgb(170,50,23); }
td.TdClassName
{
border-color: #AA3217;
}
.TagClassName
{
border-color: #AA3217;
}
</style>