Shades of Rust #AA4714
Tints of Rust #AA4714
RGB
CMYK
RGB Variations
Color information
#AA4714 (or 0xAA4714) is known color: Rust. HEX triplet: AA, 47 and 14. RGB value is (170,71,20). Sum of RGB (Red+Green+Blue) = 170+71+20=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4714 is #55B8EB. Grayscale: #5F5F5F. Windows color (decimal): -5617900 or 1329066. OLE color: 1329066.
HSL color Cylindrical-coordinate representation of color #AA4714: hue angle of 20.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4714 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 71 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.33 |
| HSL | 20.4º | 0.79% | 0.37% | - |
| HSV(B) | 20.4º | 0.88% | 0.67% | - |
| XYZ | 18.96 | 13.1 | 2.19 | - |
| YUV | 94.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 20 | 0 | 0.58 | 0.88 | 0.33 | 20.4 | 0.79 | 0.37 |
| Hex | AA | 47 | 14 | 0 | 3A | 58 | 21 | 14 | 4F | 25 |
| Octal | 252 | 107 | 24 | 0 | 72 | 130 | 41 | 24 | 117 | 45 |
| Binary | 10101010 | 1000111 | 10100 | 0 | 111010 | 1011000 | 100001 | 10100 | 1001111 | 100101 |
Color Harmonies of #AA4714
Complementary color
Monochromatic Colors of #AA4714
Black with #AA4714
Text Example
Text Example
White with #AA4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4714; }
p { color: rgb(170,71,20); }
H1.HeaderClassName
{
color: #AA4714;
}
.AnyTagClassName
{
color: #AA4714;
}
</style>
background-color css
<style>
a { background-color: #AA4714; }
a { background-color: rgb(170,71,20); }
div.DivClassName
{
background-color: #AA4714;
}
.BgClassName
{
background-color: #AA4714;
}
</style>
border-color css
<style>
span { border-color: #AA4714; }
span { border-color: rgb(170,71,20); }
td.TdClassName
{
border-color: #AA4714;
}
.TagClassName
{
border-color: #AA4714;
}
</style>