Shades of Rust #AA3916
Tints of Rust #AA3916
RGB
CMYK
RGB Variations
Color information
#AA3916 (or 0xAA3916) is known color: Rust. HEX triplet: AA, 39 and 16. RGB value is (170,57,22). Sum of RGB (Red+Green+Blue) = 170+57+22=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3916 is #55C6E9. Grayscale: #575757. Windows color (decimal): -5621482 or 1456554. OLE color: 1456554.
HSL color Cylindrical-coordinate representation of color #AA3916: hue angle of 14.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA3916 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 22 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.33 |
| HSL | 14.19º | 0.77% | 0.38% | - |
| HSV(B) | 14.19º | 0.87% | 0.67% | - |
| XYZ | 18.19 | 11.53 | 2.03 | - |
| YUV | 86.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 22 | 0 | 0.66 | 0.87 | 0.33 | 14.19 | 0.77 | 0.38 |
| Hex | AA | 39 | 16 | 0 | 42 | 57 | 21 | E | 4D | 26 |
| Octal | 252 | 71 | 26 | 0 | 102 | 127 | 41 | 16 | 115 | 46 |
| Binary | 10101010 | 111001 | 10110 | 0 | 1000010 | 1010111 | 100001 | 1110 | 1001101 | 100110 |
Color Harmonies of #AA3916
Complementary color
Monochromatic Colors of #AA3916
Black with #AA3916
Text Example
Text Example
White with #AA3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3916; }
p { color: rgb(170,57,22); }
H1.HeaderClassName
{
color: #AA3916;
}
.AnyTagClassName
{
color: #AA3916;
}
</style>
background-color css
<style>
a { background-color: #AA3916; }
a { background-color: rgb(170,57,22); }
div.DivClassName
{
background-color: #AA3916;
}
.BgClassName
{
background-color: #AA3916;
}
</style>
border-color css
<style>
span { border-color: #AA3916; }
span { border-color: rgb(170,57,22); }
td.TdClassName
{
border-color: #AA3916;
}
.TagClassName
{
border-color: #AA3916;
}
</style>