Shades of Rust #AA4D0A
Tints of Rust #AA4D0A
RGB
CMYK
RGB Variations
Color information
#AA4D0A (or 0xAA4D0A) is known color: Rust. HEX triplet: AA, 4D and 0A. RGB value is (170,77,10). Sum of RGB (Red+Green+Blue) = 170+77+10=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D0A is #55B2F5. Grayscale: #616161. Windows color (decimal): -5616374 or 675242. OLE color: 675242.
HSL color Cylindrical-coordinate representation of color #AA4D0A: hue angle of 25.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA4D0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.33 |
| HSL | 25.13º | 0.89% | 0.35% | - |
| HSV(B) | 25.13º | 0.94% | 0.67% | - |
| XYZ | 19.29 | 13.88 | 1.95 | - |
| YUV | 97.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 10 | 0 | 0.55 | 0.94 | 0.33 | 25.13 | 0.89 | 0.35 |
| Hex | AA | 4D | A | 0 | 37 | 5E | 21 | 19 | 59 | 23 |
| Octal | 252 | 115 | 12 | 0 | 67 | 136 | 41 | 31 | 131 | 43 |
| Binary | 10101010 | 1001101 | 1010 | 0 | 110111 | 1011110 | 100001 | 11001 | 1011001 | 100011 |
Color Harmonies of #AA4D0A
Complementary color
Monochromatic Colors of #AA4D0A
Black with #AA4D0A
Text Example
Text Example
White with #AA4D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D0A; }
p { color: rgb(170,77,10); }
H1.HeaderClassName
{
color: #AA4D0A;
}
.AnyTagClassName
{
color: #AA4D0A;
}
</style>
background-color css
<style>
a { background-color: #AA4D0A; }
a { background-color: rgb(170,77,10); }
div.DivClassName
{
background-color: #AA4D0A;
}
.BgClassName
{
background-color: #AA4D0A;
}
</style>
border-color css
<style>
span { border-color: #AA4D0A; }
span { border-color: rgb(170,77,10); }
td.TdClassName
{
border-color: #AA4D0A;
}
.TagClassName
{
border-color: #AA4D0A;
}
</style>