Shades of Rust #AA4F04
Tints of Rust #AA4F04
RGB
CMYK
RGB Variations
Color information
#AA4F04 (or 0xAA4F04) is known color: Rust. HEX triplet: AA, 4F and 04. RGB value is (170,79,4). Sum of RGB (Red+Green+Blue) = 170+79+4=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F04 is #55B0FB. Grayscale: #626262. Windows color (decimal): -5615868 or 282538. OLE color: 282538.
HSL color Cylindrical-coordinate representation of color #AA4F04: hue angle of 27.11º 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 #AA4F04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 4 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.33 |
| HSL | 27.11º | 0.95% | 0.34% | - |
| HSV(B) | 27.11º | 0.98% | 0.67% | - |
| XYZ | 19.4 | 14.15 | 1.82 | - |
| YUV | 97.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 4 | 0 | 0.54 | 0.98 | 0.33 | 27.11 | 0.95 | 0.34 |
| Hex | AA | 4F | 4 | 0 | 36 | 62 | 21 | 1B | 5F | 22 |
| Octal | 252 | 117 | 4 | 0 | 66 | 142 | 41 | 33 | 137 | 42 |
| Binary | 10101010 | 1001111 | 100 | 0 | 110110 | 1100010 | 100001 | 11011 | 1011111 | 100010 |
Color Harmonies of #AA4F04
Complementary color
Monochromatic Colors of #AA4F04
Black with #AA4F04
Text Example
Text Example
White with #AA4F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F04; }
p { color: rgb(170,79,4); }
H1.HeaderClassName
{
color: #AA4F04;
}
.AnyTagClassName
{
color: #AA4F04;
}
</style>
background-color css
<style>
a { background-color: #AA4F04; }
a { background-color: rgb(170,79,4); }
div.DivClassName
{
background-color: #AA4F04;
}
.BgClassName
{
background-color: #AA4F04;
}
</style>
border-color css
<style>
span { border-color: #AA4F04; }
span { border-color: rgb(170,79,4); }
td.TdClassName
{
border-color: #AA4F04;
}
.TagClassName
{
border-color: #AA4F04;
}
</style>