Shades of Rust #AA4804
Tints of Rust #AA4804
RGB
CMYK
RGB Variations
Color information
#AA4804 (or 0xAA4804) is known color: Rust. HEX triplet: AA, 48 and 04. RGB value is (170,72,4). Sum of RGB (Red+Green+Blue) = 170+72+4=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4804 is #55B7FB. Grayscale: #5D5D5D. Windows color (decimal): -5617660 or 280746. OLE color: 280746.
HSL color Cylindrical-coordinate representation of color #AA4804: hue angle of 24.58º 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 #AA4804 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.33 |
| HSL | 24.58º | 0.95% | 0.34% | - |
| HSV(B) | 24.58º | 0.98% | 0.67% | - |
| XYZ | 18.92 | 13.19 | 1.66 | - |
| YUV | 93.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 4 | 0 | 0.58 | 0.98 | 0.33 | 24.58 | 0.95 | 0.34 |
| Hex | AA | 48 | 4 | 0 | 3A | 62 | 21 | 19 | 5F | 22 |
| Octal | 252 | 110 | 4 | 0 | 72 | 142 | 41 | 31 | 137 | 42 |
| Binary | 10101010 | 1001000 | 100 | 0 | 111010 | 1100010 | 100001 | 11001 | 1011111 | 100010 |
Color Harmonies of #AA4804
Complementary color
Monochromatic Colors of #AA4804
Black with #AA4804
Text Example
Text Example
White with #AA4804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4804; }
p { color: rgb(170,72,4); }
H1.HeaderClassName
{
color: #AA4804;
}
.AnyTagClassName
{
color: #AA4804;
}
</style>
background-color css
<style>
a { background-color: #AA4804; }
a { background-color: rgb(170,72,4); }
div.DivClassName
{
background-color: #AA4804;
}
.BgClassName
{
background-color: #AA4804;
}
</style>
border-color css
<style>
span { border-color: #AA4804; }
span { border-color: rgb(170,72,4); }
td.TdClassName
{
border-color: #AA4804;
}
.TagClassName
{
border-color: #AA4804;
}
</style>