Shades of Rust #AA4E05
Tints of Rust #AA4E05
RGB
CMYK
RGB Variations
Color information
#AA4E05 (or 0xAA4E05) is known color: Rust. HEX triplet: AA, 4E and 05. RGB value is (170,78,5). Sum of RGB (Red+Green+Blue) = 170+78+5=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E05 is #55B1FA. Grayscale: #616161. Windows color (decimal): -5616123 or 347818. OLE color: 347818.
HSL color Cylindrical-coordinate representation of color #AA4E05: hue angle of 26.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA4E05 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.33 |
| HSL | 26.55º | 0.94% | 0.34% | - |
| HSV(B) | 26.55º | 0.97% | 0.67% | - |
| XYZ | 19.33 | 14.01 | 1.83 | - |
| YUV | 97.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 5 | 0 | 0.54 | 0.97 | 0.33 | 26.55 | 0.94 | 0.34 |
| Hex | AA | 4E | 5 | 0 | 36 | 61 | 21 | 1B | 5E | 22 |
| Octal | 252 | 116 | 5 | 0 | 66 | 141 | 41 | 33 | 136 | 42 |
| Binary | 10101010 | 1001110 | 101 | 0 | 110110 | 1100001 | 100001 | 11011 | 1011110 | 100010 |
Color Harmonies of #AA4E05
Complementary color
Monochromatic Colors of #AA4E05
Black with #AA4E05
Text Example
Text Example
White with #AA4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E05; }
p { color: rgb(170,78,5); }
H1.HeaderClassName
{
color: #AA4E05;
}
.AnyTagClassName
{
color: #AA4E05;
}
</style>
background-color css
<style>
a { background-color: #AA4E05; }
a { background-color: rgb(170,78,5); }
div.DivClassName
{
background-color: #AA4E05;
}
.BgClassName
{
background-color: #AA4E05;
}
</style>
border-color css
<style>
span { border-color: #AA4E05; }
span { border-color: rgb(170,78,5); }
td.TdClassName
{
border-color: #AA4E05;
}
.TagClassName
{
border-color: #AA4E05;
}
</style>