Shades of Rust #AA4205
Tints of Rust #AA4205
RGB
CMYK
RGB Variations
Color information
#AA4205 (or 0xAA4205) is known color: Rust. HEX triplet: AA, 42 and 05. RGB value is (170,66,5). Sum of RGB (Red+Green+Blue) = 170+66+5=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4205 is #55BDFA. Grayscale: #5A5A5A. Windows color (decimal): -5619195 or 344746. OLE color: 344746.
HSL color Cylindrical-coordinate representation of color #AA4205: hue angle of 22.18º 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 #AA4205 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.33 |
| HSL | 22.18º | 0.94% | 0.34% | - |
| HSV(B) | 22.18º | 0.97% | 0.67% | - |
| XYZ | 18.55 | 12.45 | 1.57 | - |
| YUV | 90.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 5 | 0 | 0.61 | 0.97 | 0.33 | 22.18 | 0.94 | 0.34 |
| Hex | AA | 42 | 5 | 0 | 3D | 61 | 21 | 16 | 5E | 22 |
| Octal | 252 | 102 | 5 | 0 | 75 | 141 | 41 | 26 | 136 | 42 |
| Binary | 10101010 | 1000010 | 101 | 0 | 111101 | 1100001 | 100001 | 10110 | 1011110 | 100010 |
Color Harmonies of #AA4205
Complementary color
Monochromatic Colors of #AA4205
Black with #AA4205
Text Example
Text Example
White with #AA4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4205; }
p { color: rgb(170,66,5); }
H1.HeaderClassName
{
color: #AA4205;
}
.AnyTagClassName
{
color: #AA4205;
}
</style>
background-color css
<style>
a { background-color: #AA4205; }
a { background-color: rgb(170,66,5); }
div.DivClassName
{
background-color: #AA4205;
}
.BgClassName
{
background-color: #AA4205;
}
</style>
border-color css
<style>
span { border-color: #AA4205; }
span { border-color: rgb(170,66,5); }
td.TdClassName
{
border-color: #AA4205;
}
.TagClassName
{
border-color: #AA4205;
}
</style>