Shades of Rust #AA4F05
Tints of Rust #AA4F05
RGB
CMYK
RGB Variations
Color information
#AA4F05 (or 0xAA4F05) is known color: Rust. HEX triplet: AA, 4F and 05. RGB value is (170,79,5). Sum of RGB (Red+Green+Blue) = 170+79+5=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F05 is #55B0FA. Grayscale: #626262. Windows color (decimal): -5615867 or 348074. OLE color: 348074.
HSL color Cylindrical-coordinate representation of color #AA4F05: hue angle of 26.91º 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 #AA4F05 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 79 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.33 |
| HSL | 26.91º | 0.94% | 0.34% | - |
| HSV(B) | 26.91º | 0.97% | 0.67% | - |
| XYZ | 19.4 | 14.15 | 1.85 | - |
| YUV | 97.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 79 | 5 | 0 | 0.54 | 0.97 | 0.33 | 26.91 | 0.94 | 0.34 |
| Hex | AA | 4F | 5 | 0 | 36 | 61 | 21 | 1B | 5E | 22 |
| Octal | 252 | 117 | 5 | 0 | 66 | 141 | 41 | 33 | 136 | 42 |
| Binary | 10101010 | 1001111 | 101 | 0 | 110110 | 1100001 | 100001 | 11011 | 1011110 | 100010 |
Color Harmonies of #AA4F05
Complementary color
Monochromatic Colors of #AA4F05
Black with #AA4F05
Text Example
Text Example
White with #AA4F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4F05; }
p { color: rgb(170,79,5); }
H1.HeaderClassName
{
color: #AA4F05;
}
.AnyTagClassName
{
color: #AA4F05;
}
</style>
background-color css
<style>
a { background-color: #AA4F05; }
a { background-color: rgb(170,79,5); }
div.DivClassName
{
background-color: #AA4F05;
}
.BgClassName
{
background-color: #AA4F05;
}
</style>
border-color css
<style>
span { border-color: #AA4F05; }
span { border-color: rgb(170,79,5); }
td.TdClassName
{
border-color: #AA4F05;
}
.TagClassName
{
border-color: #AA4F05;
}
</style>