Shades of Rust #AA4C15
Tints of Rust #AA4C15
RGB
CMYK
RGB Variations
Color information
#AA4C15 (or 0xAA4C15) is known color: Rust. HEX triplet: AA, 4C and 15. RGB value is (170,76,21). Sum of RGB (Red+Green+Blue) = 170+76+21=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C15 is #55B3EA. Grayscale: #626262. Windows color (decimal): -5616619 or 1395882. OLE color: 1395882.
HSL color Cylindrical-coordinate representation of color #AA4C15: hue angle of 22.15º degrees, saturation: 0.78, 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 #AA4C15 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 21 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.33 |
| HSL | 22.15º | 0.78% | 0.37% | - |
| HSV(B) | 22.15º | 0.88% | 0.67% | - |
| XYZ | 19.3 | 13.77 | 2.35 | - |
| YUV | 97.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 21 | 0 | 0.55 | 0.88 | 0.33 | 22.15 | 0.78 | 0.37 |
| Hex | AA | 4C | 15 | 0 | 37 | 58 | 21 | 16 | 4E | 25 |
| Octal | 252 | 114 | 25 | 0 | 67 | 130 | 41 | 26 | 116 | 45 |
| Binary | 10101010 | 1001100 | 10101 | 0 | 110111 | 1011000 | 100001 | 10110 | 1001110 | 100101 |
Color Harmonies of #AA4C15
Complementary color
Monochromatic Colors of #AA4C15
Black with #AA4C15
Text Example
Text Example
White with #AA4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C15; }
p { color: rgb(170,76,21); }
H1.HeaderClassName
{
color: #AA4C15;
}
.AnyTagClassName
{
color: #AA4C15;
}
</style>
background-color css
<style>
a { background-color: #AA4C15; }
a { background-color: rgb(170,76,21); }
div.DivClassName
{
background-color: #AA4C15;
}
.BgClassName
{
background-color: #AA4C15;
}
</style>
border-color css
<style>
span { border-color: #AA4C15; }
span { border-color: rgb(170,76,21); }
td.TdClassName
{
border-color: #AA4C15;
}
.TagClassName
{
border-color: #AA4C15;
}
</style>