Shades of Rust #AA4817
Tints of Rust #AA4817
RGB
CMYK
RGB Variations
Color information
#AA4817 (or 0xAA4817) is known color: Rust. HEX triplet: AA, 48 and 17. RGB value is (170,72,23). Sum of RGB (Red+Green+Blue) = 170+72+23=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4817 is #55B7E8. Grayscale: #606060. Windows color (decimal): -5617641 or 1525930. OLE color: 1525930.
HSL color Cylindrical-coordinate representation of color #AA4817: hue angle of 20º 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 #AA4817 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 23 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.33 |
| HSL | 20º | 0.76% | 0.38% | - |
| HSV(B) | 20º | 0.86% | 0.67% | - |
| XYZ | 19.05 | 13.24 | 2.36 | - |
| YUV | 95.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 23 | 0 | 0.58 | 0.86 | 0.33 | 20 | 0.76 | 0.38 |
| Hex | AA | 48 | 17 | 0 | 3A | 56 | 21 | 14 | 4C | 26 |
| Octal | 252 | 110 | 27 | 0 | 72 | 126 | 41 | 24 | 114 | 46 |
| Binary | 10101010 | 1001000 | 10111 | 0 | 111010 | 1010110 | 100001 | 10100 | 1001100 | 100110 |
Color Harmonies of #AA4817
Complementary color
Monochromatic Colors of #AA4817
Black with #AA4817
Text Example
Text Example
White with #AA4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4817; }
p { color: rgb(170,72,23); }
H1.HeaderClassName
{
color: #AA4817;
}
.AnyTagClassName
{
color: #AA4817;
}
</style>
background-color css
<style>
a { background-color: #AA4817; }
a { background-color: rgb(170,72,23); }
div.DivClassName
{
background-color: #AA4817;
}
.BgClassName
{
background-color: #AA4817;
}
</style>
border-color css
<style>
span { border-color: #AA4817; }
span { border-color: rgb(170,72,23); }
td.TdClassName
{
border-color: #AA4817;
}
.TagClassName
{
border-color: #AA4817;
}
</style>