Shades of Rust #AA4901
Tints of Rust #AA4901
RGB
CMYK
RGB Variations
Color information
#AA4901 (or 0xAA4901) is known color: Rust. HEX triplet: AA, 49 and 01. RGB value is (170,73,1). Sum of RGB (Red+Green+Blue) = 170+73+1=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4901 is #55B6FE. Grayscale: #5E5E5E. Windows color (decimal): -5617407 or 84394. OLE color: 84394.
HSL color Cylindrical-coordinate representation of color #AA4901: hue angle of 25.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA4901 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.33 |
| HSL | 25.56º | 0.99% | 0.34% | - |
| HSV(B) | 25.56º | 0.99% | 0.67% | - |
| XYZ | 18.97 | 13.31 | 1.6 | - |
| YUV | 93.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 1 | 0 | 0.57 | 0.99 | 0.33 | 25.56 | 0.99 | 0.34 |
| Hex | AA | 49 | 1 | 0 | 39 | 63 | 21 | 1A | 63 | 22 |
| Octal | 252 | 111 | 1 | 0 | 71 | 143 | 41 | 32 | 143 | 42 |
| Binary | 10101010 | 1001001 | 1 | 0 | 111001 | 1100011 | 100001 | 11010 | 1100011 | 100010 |
Color Harmonies of #AA4901
Complementary color
Monochromatic Colors of #AA4901
Black with #AA4901
Text Example
Text Example
White with #AA4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4901; }
p { color: rgb(170,73,1); }
H1.HeaderClassName
{
color: #AA4901;
}
.AnyTagClassName
{
color: #AA4901;
}
</style>
background-color css
<style>
a { background-color: #AA4901; }
a { background-color: rgb(170,73,1); }
div.DivClassName
{
background-color: #AA4901;
}
.BgClassName
{
background-color: #AA4901;
}
</style>
border-color css
<style>
span { border-color: #AA4901; }
span { border-color: rgb(170,73,1); }
td.TdClassName
{
border-color: #AA4901;
}
.TagClassName
{
border-color: #AA4901;
}
</style>