Shades of Rust #AA4014
Tints of Rust #AA4014
RGB
CMYK
RGB Variations
Color information
#AA4014 (or 0xAA4014) is known color: Rust. HEX triplet: AA, 40 and 14. RGB value is (170,64,20). Sum of RGB (Red+Green+Blue) = 170+64+20=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4014 is #55BFEB. Grayscale: #5A5A5A. Windows color (decimal): -5619692 or 1327274. OLE color: 1327274.
HSL color Cylindrical-coordinate representation of color #AA4014: hue angle of 17.6º 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 #AA4014 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.33 |
| HSL | 17.6º | 0.79% | 0.37% | - |
| HSV(B) | 17.6º | 0.88% | 0.67% | - |
| XYZ | 18.54 | 12.26 | 2.05 | - |
| YUV | 90.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 20 | 0 | 0.62 | 0.88 | 0.33 | 17.6 | 0.79 | 0.37 |
| Hex | AA | 40 | 14 | 0 | 3E | 58 | 21 | 12 | 4F | 25 |
| Octal | 252 | 100 | 24 | 0 | 76 | 130 | 41 | 22 | 117 | 45 |
| Binary | 10101010 | 1000000 | 10100 | 0 | 111110 | 1011000 | 100001 | 10010 | 1001111 | 100101 |
Color Harmonies of #AA4014
Complementary color
Monochromatic Colors of #AA4014
Black with #AA4014
Text Example
Text Example
White with #AA4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4014; }
p { color: rgb(170,64,20); }
H1.HeaderClassName
{
color: #AA4014;
}
.AnyTagClassName
{
color: #AA4014;
}
</style>
background-color css
<style>
a { background-color: #AA4014; }
a { background-color: rgb(170,64,20); }
div.DivClassName
{
background-color: #AA4014;
}
.BgClassName
{
background-color: #AA4014;
}
</style>
border-color css
<style>
span { border-color: #AA4014; }
span { border-color: rgb(170,64,20); }
td.TdClassName
{
border-color: #AA4014;
}
.TagClassName
{
border-color: #AA4014;
}
</style>