Shades of Rust #AA440E
Tints of Rust #AA440E
RGB
CMYK
RGB Variations
Color information
#AA440E (or 0xAA440E) is known color: Rust. HEX triplet: AA, 44 and 0E. RGB value is (170,68,14). Sum of RGB (Red+Green+Blue) = 170+68+14=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA440E is #55BBF1. Grayscale: #5C5C5C. Windows color (decimal): -5618674 or 935082. OLE color: 935082.
HSL color Cylindrical-coordinate representation of color #AA440E: hue angle of 20.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA440E is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 14 | - |
| CMYK | 0 | 0.6 | 0.92 | 0.33 |
| HSL | 20.77º | 0.85% | 0.36% | - |
| HSV(B) | 20.77º | 0.92% | 0.67% | - |
| XYZ | 18.72 | 12.71 | 1.88 | - |
| YUV | 92.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 14 | 0 | 0.6 | 0.92 | 0.33 | 20.77 | 0.85 | 0.36 |
| Hex | AA | 44 | E | 0 | 3C | 5C | 21 | 15 | 55 | 24 |
| Octal | 252 | 104 | 16 | 0 | 74 | 134 | 41 | 25 | 125 | 44 |
| Binary | 10101010 | 1000100 | 1110 | 0 | 111100 | 1011100 | 100001 | 10101 | 1010101 | 100100 |
Color Harmonies of #AA440E
Complementary color
Monochromatic Colors of #AA440E
Black with #AA440E
Text Example
Text Example
White with #AA440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA440E; }
p { color: rgb(170,68,14); }
H1.HeaderClassName
{
color: #AA440E;
}
.AnyTagClassName
{
color: #AA440E;
}
</style>
background-color css
<style>
a { background-color: #AA440E; }
a { background-color: rgb(170,68,14); }
div.DivClassName
{
background-color: #AA440E;
}
.BgClassName
{
background-color: #AA440E;
}
</style>
border-color css
<style>
span { border-color: #AA440E; }
span { border-color: rgb(170,68,14); }
td.TdClassName
{
border-color: #AA440E;
}
.TagClassName
{
border-color: #AA440E;
}
</style>