Shades of Rust #AA3F17
Tints of Rust #AA3F17
RGB
CMYK
RGB Variations
Color information
#AA3F17 (or 0xAA3F17) is known color: Rust. HEX triplet: AA, 3F and 17. RGB value is (170,63,23). Sum of RGB (Red+Green+Blue) = 170+63+23=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F17 is #55C0E8. Grayscale: #5A5A5A. Windows color (decimal): -5619945 or 1523626. OLE color: 1523626.
HSL color Cylindrical-coordinate representation of color #AA3F17: hue angle of 16.33º 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 #AA3F17 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 23 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.33 |
| HSL | 16.33º | 0.76% | 0.38% | - |
| HSV(B) | 16.33º | 0.86% | 0.67% | - |
| XYZ | 18.51 | 12.16 | 2.18 | - |
| YUV | 90.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 23 | 0 | 0.63 | 0.86 | 0.33 | 16.33 | 0.76 | 0.38 |
| Hex | AA | 3F | 17 | 0 | 3F | 56 | 21 | 10 | 4C | 26 |
| Octal | 252 | 77 | 27 | 0 | 77 | 126 | 41 | 20 | 114 | 46 |
| Binary | 10101010 | 111111 | 10111 | 0 | 111111 | 1010110 | 100001 | 10000 | 1001100 | 100110 |
Color Harmonies of #AA3F17
Complementary color
Monochromatic Colors of #AA3F17
Black with #AA3F17
Text Example
Text Example
White with #AA3F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F17; }
p { color: rgb(170,63,23); }
H1.HeaderClassName
{
color: #AA3F17;
}
.AnyTagClassName
{
color: #AA3F17;
}
</style>
background-color css
<style>
a { background-color: #AA3F17; }
a { background-color: rgb(170,63,23); }
div.DivClassName
{
background-color: #AA3F17;
}
.BgClassName
{
background-color: #AA3F17;
}
</style>
border-color css
<style>
span { border-color: #AA3F17; }
span { border-color: rgb(170,63,23); }
td.TdClassName
{
border-color: #AA3F17;
}
.TagClassName
{
border-color: #AA3F17;
}
</style>