Shades of Rust #AA3517
Tints of Rust #AA3517
RGB
CMYK
RGB Variations
Color information
#AA3517 (or 0xAA3517) is known color: Rust. HEX triplet: AA, 35 and 17. RGB value is (170,53,23). Sum of RGB (Red+Green+Blue) = 170+53+23=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3517 is #55CAE8. Grayscale: #545454. Windows color (decimal): -5622505 or 1521066. OLE color: 1521066.
HSL color Cylindrical-coordinate representation of color #AA3517: hue angle of 12.24º 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 #AA3517 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 23 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.33 |
| HSL | 12.24º | 0.76% | 0.38% | - |
| HSV(B) | 12.24º | 0.86% | 0.67% | - |
| XYZ | 18.01 | 11.15 | 2.01 | - |
| YUV | 84.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 23 | 0 | 0.69 | 0.86 | 0.33 | 12.24 | 0.76 | 0.38 |
| Hex | AA | 35 | 17 | 0 | 45 | 56 | 21 | C | 4C | 26 |
| Octal | 252 | 65 | 27 | 0 | 105 | 126 | 41 | 14 | 114 | 46 |
| Binary | 10101010 | 110101 | 10111 | 0 | 1000101 | 1010110 | 100001 | 1100 | 1001100 | 100110 |
Color Harmonies of #AA3517
Complementary color
Monochromatic Colors of #AA3517
Black with #AA3517
Text Example
Text Example
White with #AA3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3517; }
p { color: rgb(170,53,23); }
H1.HeaderClassName
{
color: #AA3517;
}
.AnyTagClassName
{
color: #AA3517;
}
</style>
background-color css
<style>
a { background-color: #AA3517; }
a { background-color: rgb(170,53,23); }
div.DivClassName
{
background-color: #AA3517;
}
.BgClassName
{
background-color: #AA3517;
}
</style>
border-color css
<style>
span { border-color: #AA3517; }
span { border-color: rgb(170,53,23); }
td.TdClassName
{
border-color: #AA3517;
}
.TagClassName
{
border-color: #AA3517;
}
</style>