Shades of Rust #AA4710
Tints of Rust #AA4710
RGB
CMYK
RGB Variations
Color information
#AA4710 (or 0xAA4710) is known color: Rust. HEX triplet: AA, 47 and 10. RGB value is (170,71,16). Sum of RGB (Red+Green+Blue) = 170+71+16=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4710 is #55B8EF. Grayscale: #5E5E5E. Windows color (decimal): -5617904 or 1066922. OLE color: 1066922.
HSL color Cylindrical-coordinate representation of color #AA4710: hue angle of 21.43º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4710 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 16 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.33 |
| HSL | 21.43º | 0.83% | 0.36% | - |
| HSV(B) | 21.43º | 0.91% | 0.67% | - |
| XYZ | 18.92 | 13.09 | 2.02 | - |
| YUV | 94.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 16 | 0 | 0.58 | 0.91 | 0.33 | 21.43 | 0.83 | 0.36 |
| Hex | AA | 47 | 10 | 0 | 3A | 5B | 21 | 15 | 53 | 24 |
| Octal | 252 | 107 | 20 | 0 | 72 | 133 | 41 | 25 | 123 | 44 |
| Binary | 10101010 | 1000111 | 10000 | 0 | 111010 | 1011011 | 100001 | 10101 | 1010011 | 100100 |
Color Harmonies of #AA4710
Complementary color
Monochromatic Colors of #AA4710
Black with #AA4710
Text Example
Text Example
White with #AA4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4710; }
p { color: rgb(170,71,16); }
H1.HeaderClassName
{
color: #AA4710;
}
.AnyTagClassName
{
color: #AA4710;
}
</style>
background-color css
<style>
a { background-color: #AA4710; }
a { background-color: rgb(170,71,16); }
div.DivClassName
{
background-color: #AA4710;
}
.BgClassName
{
background-color: #AA4710;
}
</style>
border-color css
<style>
span { border-color: #AA4710; }
span { border-color: rgb(170,71,16); }
td.TdClassName
{
border-color: #AA4710;
}
.TagClassName
{
border-color: #AA4710;
}
</style>