Shades of Rust #AA4818
Tints of Rust #AA4818
RGB
CMYK
RGB Variations
Color information
#AA4818 (or 0xAA4818) is known color: Rust. HEX triplet: AA, 48 and 18. RGB value is (170,72,24). Sum of RGB (Red+Green+Blue) = 170+72+24=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4818 is #55B7E7. Grayscale: #606060. Windows color (decimal): -5617640 or 1591466. OLE color: 1591466.
HSL color Cylindrical-coordinate representation of color #AA4818: hue angle of 19.73º 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 #AA4818 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 24 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.33 |
| HSL | 19.73º | 0.75% | 0.38% | - |
| HSV(B) | 19.73º | 0.86% | 0.67% | - |
| XYZ | 19.06 | 13.25 | 2.42 | - |
| YUV | 95.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 24 | 0 | 0.58 | 0.86 | 0.33 | 19.73 | 0.75 | 0.38 |
| Hex | AA | 48 | 18 | 0 | 3A | 56 | 21 | 14 | 4B | 26 |
| Octal | 252 | 110 | 30 | 0 | 72 | 126 | 41 | 24 | 113 | 46 |
| Binary | 10101010 | 1001000 | 11000 | 0 | 111010 | 1010110 | 100001 | 10100 | 1001011 | 100110 |
Color Harmonies of #AA4818
Complementary color
Monochromatic Colors of #AA4818
Black with #AA4818
Text Example
Text Example
White with #AA4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4818; }
p { color: rgb(170,72,24); }
H1.HeaderClassName
{
color: #AA4818;
}
.AnyTagClassName
{
color: #AA4818;
}
</style>
background-color css
<style>
a { background-color: #AA4818; }
a { background-color: rgb(170,72,24); }
div.DivClassName
{
background-color: #AA4818;
}
.BgClassName
{
background-color: #AA4818;
}
</style>
border-color css
<style>
span { border-color: #AA4818; }
span { border-color: rgb(170,72,24); }
td.TdClassName
{
border-color: #AA4818;
}
.TagClassName
{
border-color: #AA4818;
}
</style>