Shades of Rust #AA3417
Tints of Rust #AA3417
RGB
CMYK
RGB Variations
Color information
#AA3417 (or 0xAA3417) is known color: Rust. HEX triplet: AA, 34 and 17. RGB value is (170,52,23). Sum of RGB (Red+Green+Blue) = 170+52+23=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3417 is #55CBE8. Grayscale: #545454. Windows color (decimal): -5622761 or 1520810. OLE color: 1520810.
HSL color Cylindrical-coordinate representation of color #AA3417: hue angle of 11.84º 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 #AA3417 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 23 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.33 |
| HSL | 11.84º | 0.76% | 0.38% | - |
| HSV(B) | 11.84º | 0.86% | 0.67% | - |
| XYZ | 17.96 | 11.06 | 2 | - |
| YUV | 83.98 | 93.59 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 23 | 0 | 0.69 | 0.86 | 0.33 | 11.84 | 0.76 | 0.38 |
| Hex | AA | 34 | 17 | 0 | 45 | 56 | 21 | C | 4C | 26 |
| Octal | 252 | 64 | 27 | 0 | 105 | 126 | 41 | 14 | 114 | 46 |
| Binary | 10101010 | 110100 | 10111 | 0 | 1000101 | 1010110 | 100001 | 1100 | 1001100 | 100110 |
Color Harmonies of #AA3417
Complementary color
Monochromatic Colors of #AA3417
Black with #AA3417
Text Example
Text Example
White with #AA3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3417; }
p { color: rgb(170,52,23); }
H1.HeaderClassName
{
color: #AA3417;
}
.AnyTagClassName
{
color: #AA3417;
}
</style>
background-color css
<style>
a { background-color: #AA3417; }
a { background-color: rgb(170,52,23); }
div.DivClassName
{
background-color: #AA3417;
}
.BgClassName
{
background-color: #AA3417;
}
</style>
border-color css
<style>
span { border-color: #AA3417; }
span { border-color: rgb(170,52,23); }
td.TdClassName
{
border-color: #AA3417;
}
.TagClassName
{
border-color: #AA3417;
}
</style>