Shades of Rust #AA4B05
Tints of Rust #AA4B05
RGB
CMYK
RGB Variations
Color information
#AA4B05 (or 0xAA4B05) is known color: Rust. HEX triplet: AA, 4B and 05. RGB value is (170,75,5). Sum of RGB (Red+Green+Blue) = 170+75+5=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B05 is #55B4FA. Grayscale: #5F5F5F. Windows color (decimal): -5616891 or 347050. OLE color: 347050.
HSL color Cylindrical-coordinate representation of color #AA4B05: hue angle of 25.45º 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 #AA4B05 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.33 |
| HSL | 25.45º | 0.94% | 0.34% | - |
| HSV(B) | 25.45º | 0.97% | 0.67% | - |
| XYZ | 19.12 | 13.59 | 1.76 | - |
| YUV | 95.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 5 | 0 | 0.56 | 0.97 | 0.33 | 25.45 | 0.94 | 0.34 |
| Hex | AA | 4B | 5 | 0 | 38 | 61 | 21 | 19 | 5E | 22 |
| Octal | 252 | 113 | 5 | 0 | 70 | 141 | 41 | 31 | 136 | 42 |
| Binary | 10101010 | 1001011 | 101 | 0 | 111000 | 1100001 | 100001 | 11001 | 1011110 | 100010 |
Color Harmonies of #AA4B05
Complementary color
Monochromatic Colors of #AA4B05
Black with #AA4B05
Text Example
Text Example
White with #AA4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B05; }
p { color: rgb(170,75,5); }
H1.HeaderClassName
{
color: #AA4B05;
}
.AnyTagClassName
{
color: #AA4B05;
}
</style>
background-color css
<style>
a { background-color: #AA4B05; }
a { background-color: rgb(170,75,5); }
div.DivClassName
{
background-color: #AA4B05;
}
.BgClassName
{
background-color: #AA4B05;
}
</style>
border-color css
<style>
span { border-color: #AA4B05; }
span { border-color: rgb(170,75,5); }
td.TdClassName
{
border-color: #AA4B05;
}
.TagClassName
{
border-color: #AA4B05;
}
</style>