Shades of Rust #AA5004
Tints of Rust #AA5004
RGB
CMYK
RGB Variations
Color information
#AA5004 (or 0xAA5004) is known color: Rust. HEX triplet: AA, 50 and 04. RGB value is (170,80,4). Sum of RGB (Red+Green+Blue) = 170+80+4=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5004 is #55AFFB. Grayscale: #626262. Windows color (decimal): -5615612 or 282794. OLE color: 282794.
HSL color Cylindrical-coordinate representation of color #AA5004: hue angle of 27.47º 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 #AA5004 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.33 |
| HSL | 27.47º | 0.95% | 0.34% | - |
| HSV(B) | 27.47º | 0.98% | 0.67% | - |
| XYZ | 19.47 | 14.29 | 1.85 | - |
| YUV | 98.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 4 | 0 | 0.53 | 0.98 | 0.33 | 27.47 | 0.95 | 0.34 |
| Hex | AA | 50 | 4 | 0 | 35 | 62 | 21 | 1B | 5F | 22 |
| Octal | 252 | 120 | 4 | 0 | 65 | 142 | 41 | 33 | 137 | 42 |
| Binary | 10101010 | 1010000 | 100 | 0 | 110101 | 1100010 | 100001 | 11011 | 1011111 | 100010 |
Color Harmonies of #AA5004
Complementary color
Monochromatic Colors of #AA5004
Black with #AA5004
Text Example
Text Example
White with #AA5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5004; }
p { color: rgb(170,80,4); }
H1.HeaderClassName
{
color: #AA5004;
}
.AnyTagClassName
{
color: #AA5004;
}
</style>
background-color css
<style>
a { background-color: #AA5004; }
a { background-color: rgb(170,80,4); }
div.DivClassName
{
background-color: #AA5004;
}
.BgClassName
{
background-color: #AA5004;
}
</style>
border-color css
<style>
span { border-color: #AA5004; }
span { border-color: rgb(170,80,4); }
td.TdClassName
{
border-color: #AA5004;
}
.TagClassName
{
border-color: #AA5004;
}
</style>