Shades of Rust #AA4005
Tints of Rust #AA4005
RGB
CMYK
RGB Variations
Color information
#AA4005 (or 0xAA4005) is known color: Rust. HEX triplet: AA, 40 and 05. RGB value is (170,64,5). Sum of RGB (Red+Green+Blue) = 170+64+5=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4005 is #55BFFA. Grayscale: #595959. Windows color (decimal): -5619707 or 344234. OLE color: 344234.
HSL color Cylindrical-coordinate representation of color #AA4005: hue angle of 21.45º 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 #AA4005 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.33 |
| HSL | 21.45º | 0.94% | 0.34% | - |
| HSV(B) | 21.45º | 0.97% | 0.67% | - |
| XYZ | 18.44 | 12.22 | 1.53 | - |
| YUV | 88.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 5 | 0 | 0.62 | 0.97 | 0.33 | 21.45 | 0.94 | 0.34 |
| Hex | AA | 40 | 5 | 0 | 3E | 61 | 21 | 15 | 5E | 22 |
| Octal | 252 | 100 | 5 | 0 | 76 | 141 | 41 | 25 | 136 | 42 |
| Binary | 10101010 | 1000000 | 101 | 0 | 111110 | 1100001 | 100001 | 10101 | 1011110 | 100010 |
Color Harmonies of #AA4005
Complementary color
Monochromatic Colors of #AA4005
Black with #AA4005
Text Example
Text Example
White with #AA4005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4005; }
p { color: rgb(170,64,5); }
H1.HeaderClassName
{
color: #AA4005;
}
.AnyTagClassName
{
color: #AA4005;
}
</style>
background-color css
<style>
a { background-color: #AA4005; }
a { background-color: rgb(170,64,5); }
div.DivClassName
{
background-color: #AA4005;
}
.BgClassName
{
background-color: #AA4005;
}
</style>
border-color css
<style>
span { border-color: #AA4005; }
span { border-color: rgb(170,64,5); }
td.TdClassName
{
border-color: #AA4005;
}
.TagClassName
{
border-color: #AA4005;
}
</style>