Shades of Rust #AA4018
Tints of Rust #AA4018
RGB
CMYK
RGB Variations
Color information
#AA4018 (or 0xAA4018) is known color: Rust. HEX triplet: AA, 40 and 18. RGB value is (170,64,24). Sum of RGB (Red+Green+Blue) = 170+64+24=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4018 is #55BFE7. Grayscale: #5B5B5B. Windows color (decimal): -5619688 or 1589418. OLE color: 1589418.
HSL color Cylindrical-coordinate representation of color #AA4018: hue angle of 16.44º degrees, saturation: 0.75, 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 #AA4018 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 24 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.33 |
| HSL | 16.44º | 0.75% | 0.38% | - |
| HSV(B) | 16.44º | 0.86% | 0.67% | - |
| XYZ | 18.58 | 12.28 | 2.26 | - |
| YUV | 91.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 24 | 0 | 0.62 | 0.86 | 0.33 | 16.44 | 0.75 | 0.38 |
| Hex | AA | 40 | 18 | 0 | 3E | 56 | 21 | 10 | 4B | 26 |
| Octal | 252 | 100 | 30 | 0 | 76 | 126 | 41 | 20 | 113 | 46 |
| Binary | 10101010 | 1000000 | 11000 | 0 | 111110 | 1010110 | 100001 | 10000 | 1001011 | 100110 |
Color Harmonies of #AA4018
Complementary color
Monochromatic Colors of #AA4018
Black with #AA4018
Text Example
Text Example
White with #AA4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4018; }
p { color: rgb(170,64,24); }
H1.HeaderClassName
{
color: #AA4018;
}
.AnyTagClassName
{
color: #AA4018;
}
</style>
background-color css
<style>
a { background-color: #AA4018; }
a { background-color: rgb(170,64,24); }
div.DivClassName
{
background-color: #AA4018;
}
.BgClassName
{
background-color: #AA4018;
}
</style>
border-color css
<style>
span { border-color: #AA4018; }
span { border-color: rgb(170,64,24); }
td.TdClassName
{
border-color: #AA4018;
}
.TagClassName
{
border-color: #AA4018;
}
</style>