Shades of Rust #AA4805
Tints of Rust #AA4805
RGB
CMYK
RGB Variations
Color information
#AA4805 (or 0xAA4805) is known color: Rust. HEX triplet: AA, 48 and 05. RGB value is (170,72,5). Sum of RGB (Red+Green+Blue) = 170+72+5=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4805 is #55B7FA. Grayscale: #5E5E5E. Windows color (decimal): -5617659 or 346282. OLE color: 346282.
HSL color Cylindrical-coordinate representation of color #AA4805: hue angle of 24.36º 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 #AA4805 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.33 |
| HSL | 24.36º | 0.94% | 0.34% | - |
| HSV(B) | 24.36º | 0.97% | 0.67% | - |
| XYZ | 18.92 | 13.19 | 1.69 | - |
| YUV | 93.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 5 | 0 | 0.58 | 0.97 | 0.33 | 24.36 | 0.94 | 0.34 |
| Hex | AA | 48 | 5 | 0 | 3A | 61 | 21 | 18 | 5E | 22 |
| Octal | 252 | 110 | 5 | 0 | 72 | 141 | 41 | 30 | 136 | 42 |
| Binary | 10101010 | 1001000 | 101 | 0 | 111010 | 1100001 | 100001 | 11000 | 1011110 | 100010 |
Color Harmonies of #AA4805
Complementary color
Monochromatic Colors of #AA4805
Black with #AA4805
Text Example
Text Example
White with #AA4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4805; }
p { color: rgb(170,72,5); }
H1.HeaderClassName
{
color: #AA4805;
}
.AnyTagClassName
{
color: #AA4805;
}
</style>
background-color css
<style>
a { background-color: #AA4805; }
a { background-color: rgb(170,72,5); }
div.DivClassName
{
background-color: #AA4805;
}
.BgClassName
{
background-color: #AA4805;
}
</style>
border-color css
<style>
span { border-color: #AA4805; }
span { border-color: rgb(170,72,5); }
td.TdClassName
{
border-color: #AA4805;
}
.TagClassName
{
border-color: #AA4805;
}
</style>