Shades of Rust #AA4204
Tints of Rust #AA4204
RGB
CMYK
RGB Variations
Color information
#AA4204 (or 0xAA4204) is known color: Rust. HEX triplet: AA, 42 and 04. RGB value is (170,66,4). Sum of RGB (Red+Green+Blue) = 170+66+4=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4204 is #55BDFB. Grayscale: #5A5A5A. Windows color (decimal): -5619196 or 279210. OLE color: 279210.
HSL color Cylindrical-coordinate representation of color #AA4204: hue angle of 22.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA4204 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.33 |
| HSL | 22.41º | 0.95% | 0.34% | - |
| HSV(B) | 22.41º | 0.98% | 0.67% | - |
| XYZ | 18.55 | 12.45 | 1.54 | - |
| YUV | 90.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 4 | 0 | 0.61 | 0.98 | 0.33 | 22.41 | 0.95 | 0.34 |
| Hex | AA | 42 | 4 | 0 | 3D | 62 | 21 | 16 | 5F | 22 |
| Octal | 252 | 102 | 4 | 0 | 75 | 142 | 41 | 26 | 137 | 42 |
| Binary | 10101010 | 1000010 | 100 | 0 | 111101 | 1100010 | 100001 | 10110 | 1011111 | 100010 |
Color Harmonies of #AA4204
Complementary color
Monochromatic Colors of #AA4204
Black with #AA4204
Text Example
Text Example
White with #AA4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4204; }
p { color: rgb(170,66,4); }
H1.HeaderClassName
{
color: #AA4204;
}
.AnyTagClassName
{
color: #AA4204;
}
</style>
background-color css
<style>
a { background-color: #AA4204; }
a { background-color: rgb(170,66,4); }
div.DivClassName
{
background-color: #AA4204;
}
.BgClassName
{
background-color: #AA4204;
}
</style>
border-color css
<style>
span { border-color: #AA4204; }
span { border-color: rgb(170,66,4); }
td.TdClassName
{
border-color: #AA4204;
}
.TagClassName
{
border-color: #AA4204;
}
</style>