Shades of Rust #AA4518
Tints of Rust #AA4518
RGB
CMYK
RGB Variations
Color information
#AA4518 (or 0xAA4518) is known color: Rust. HEX triplet: AA, 45 and 18. RGB value is (170,69,24). Sum of RGB (Red+Green+Blue) = 170+69+24=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4518 is #55BAE7. Grayscale: #5E5E5E. Windows color (decimal): -5618408 or 1590698. OLE color: 1590698.
HSL color Cylindrical-coordinate representation of color #AA4518: hue angle of 18.49º 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 #AA4518 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 24 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.33 |
| HSL | 18.49º | 0.75% | 0.38% | - |
| HSV(B) | 18.49º | 0.86% | 0.67% | - |
| XYZ | 18.87 | 12.87 | 2.35 | - |
| YUV | 94.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 24 | 0 | 0.59 | 0.86 | 0.33 | 18.49 | 0.75 | 0.38 |
| Hex | AA | 45 | 18 | 0 | 3B | 56 | 21 | 12 | 4B | 26 |
| Octal | 252 | 105 | 30 | 0 | 73 | 126 | 41 | 22 | 113 | 46 |
| Binary | 10101010 | 1000101 | 11000 | 0 | 111011 | 1010110 | 100001 | 10010 | 1001011 | 100110 |
Color Harmonies of #AA4518
Complementary color
Monochromatic Colors of #AA4518
Black with #AA4518
Text Example
Text Example
White with #AA4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4518; }
p { color: rgb(170,69,24); }
H1.HeaderClassName
{
color: #AA4518;
}
.AnyTagClassName
{
color: #AA4518;
}
</style>
background-color css
<style>
a { background-color: #AA4518; }
a { background-color: rgb(170,69,24); }
div.DivClassName
{
background-color: #AA4518;
}
.BgClassName
{
background-color: #AA4518;
}
</style>
border-color css
<style>
span { border-color: #AA4518; }
span { border-color: rgb(170,69,24); }
td.TdClassName
{
border-color: #AA4518;
}
.TagClassName
{
border-color: #AA4518;
}
</style>