Shades of Rust #AA4A05
Tints of Rust #AA4A05
RGB
CMYK
RGB Variations
Color information
#AA4A05 (or 0xAA4A05) is known color: Rust. HEX triplet: AA, 4A and 05. RGB value is (170,74,5). Sum of RGB (Red+Green+Blue) = 170+74+5=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A05 is #55B5FA. Grayscale: #5F5F5F. Windows color (decimal): -5617147 or 346794. OLE color: 346794.
HSL color Cylindrical-coordinate representation of color #AA4A05: hue angle of 25.09º 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 #AA4A05 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.33 |
| HSL | 25.09º | 0.94% | 0.34% | - |
| HSV(B) | 25.09º | 0.97% | 0.67% | - |
| XYZ | 19.05 | 13.45 | 1.74 | - |
| YUV | 94.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 5 | 0 | 0.56 | 0.97 | 0.33 | 25.09 | 0.94 | 0.34 |
| Hex | AA | 4A | 5 | 0 | 38 | 61 | 21 | 19 | 5E | 22 |
| Octal | 252 | 112 | 5 | 0 | 70 | 141 | 41 | 31 | 136 | 42 |
| Binary | 10101010 | 1001010 | 101 | 0 | 111000 | 1100001 | 100001 | 11001 | 1011110 | 100010 |
Color Harmonies of #AA4A05
Complementary color
Monochromatic Colors of #AA4A05
Black with #AA4A05
Text Example
Text Example
White with #AA4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A05; }
p { color: rgb(170,74,5); }
H1.HeaderClassName
{
color: #AA4A05;
}
.AnyTagClassName
{
color: #AA4A05;
}
</style>
background-color css
<style>
a { background-color: #AA4A05; }
a { background-color: rgb(170,74,5); }
div.DivClassName
{
background-color: #AA4A05;
}
.BgClassName
{
background-color: #AA4A05;
}
</style>
border-color css
<style>
span { border-color: #AA4A05; }
span { border-color: rgb(170,74,5); }
td.TdClassName
{
border-color: #AA4A05;
}
.TagClassName
{
border-color: #AA4A05;
}
</style>