Shades of Rust #AA4E12
Tints of Rust #AA4E12
RGB
CMYK
RGB Variations
Color information
#AA4E12 (or 0xAA4E12) is known color: Rust. HEX triplet: AA, 4E and 12. RGB value is (170,78,18). Sum of RGB (Red+Green+Blue) = 170+78+18=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E12 is #55B1ED. Grayscale: #636363. Windows color (decimal): -5616110 or 1199786. OLE color: 1199786.
HSL color Cylindrical-coordinate representation of color #AA4E12: hue angle of 23.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA4E12 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 18 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.33 |
| HSL | 23.68º | 0.81% | 0.37% | - |
| HSV(B) | 23.68º | 0.89% | 0.67% | - |
| XYZ | 19.41 | 14.04 | 2.26 | - |
| YUV | 98.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 18 | 0 | 0.54 | 0.89 | 0.33 | 23.68 | 0.81 | 0.37 |
| Hex | AA | 4E | 12 | 0 | 36 | 59 | 21 | 18 | 51 | 25 |
| Octal | 252 | 116 | 22 | 0 | 66 | 131 | 41 | 30 | 121 | 45 |
| Binary | 10101010 | 1001110 | 10010 | 0 | 110110 | 1011001 | 100001 | 11000 | 1010001 | 100101 |
Color Harmonies of #AA4E12
Complementary color
Monochromatic Colors of #AA4E12
Black with #AA4E12
Text Example
Text Example
White with #AA4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E12; }
p { color: rgb(170,78,18); }
H1.HeaderClassName
{
color: #AA4E12;
}
.AnyTagClassName
{
color: #AA4E12;
}
</style>
background-color css
<style>
a { background-color: #AA4E12; }
a { background-color: rgb(170,78,18); }
div.DivClassName
{
background-color: #AA4E12;
}
.BgClassName
{
background-color: #AA4E12;
}
</style>
border-color css
<style>
span { border-color: #AA4E12; }
span { border-color: rgb(170,78,18); }
td.TdClassName
{
border-color: #AA4E12;
}
.TagClassName
{
border-color: #AA4E12;
}
</style>