Shades of Rust #AA4017
Tints of Rust #AA4017
RGB
CMYK
RGB Variations
Color information
#AA4017 (or 0xAA4017) is known color: Rust. HEX triplet: AA, 40 and 17. RGB value is (170,64,23). Sum of RGB (Red+Green+Blue) = 170+64+23=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4017 is #55BFE8. Grayscale: #5B5B5B. Windows color (decimal): -5619689 or 1523882. OLE color: 1523882.
HSL color Cylindrical-coordinate representation of color #AA4017: hue angle of 16.73º 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 #AA4017 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 23 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.33 |
| HSL | 16.73º | 0.76% | 0.38% | - |
| HSV(B) | 16.73º | 0.86% | 0.67% | - |
| XYZ | 18.57 | 12.27 | 2.2 | - |
| YUV | 91.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 23 | 0 | 0.62 | 0.86 | 0.33 | 16.73 | 0.76 | 0.38 |
| Hex | AA | 40 | 17 | 0 | 3E | 56 | 21 | 11 | 4C | 26 |
| Octal | 252 | 100 | 27 | 0 | 76 | 126 | 41 | 21 | 114 | 46 |
| Binary | 10101010 | 1000000 | 10111 | 0 | 111110 | 1010110 | 100001 | 10001 | 1001100 | 100110 |
Color Harmonies of #AA4017
Complementary color
Monochromatic Colors of #AA4017
Black with #AA4017
Text Example
Text Example
White with #AA4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4017; }
p { color: rgb(170,64,23); }
H1.HeaderClassName
{
color: #AA4017;
}
.AnyTagClassName
{
color: #AA4017;
}
</style>
background-color css
<style>
a { background-color: #AA4017; }
a { background-color: rgb(170,64,23); }
div.DivClassName
{
background-color: #AA4017;
}
.BgClassName
{
background-color: #AA4017;
}
</style>
border-color css
<style>
span { border-color: #AA4017; }
span { border-color: rgb(170,64,23); }
td.TdClassName
{
border-color: #AA4017;
}
.TagClassName
{
border-color: #AA4017;
}
</style>