Shades of Rust #AA4900
Tints of Rust #AA4900
RGB
CMYK
RGB Variations
Color information
#AA4900 (or 0xAA4900) is known color: Rust. HEX triplet: AA, 49 and 00. RGB value is (170,73,0). Sum of RGB (Red+Green+Blue) = 170+73+0=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4900 is #55B6FF. Grayscale: #5E5E5E. Windows color (decimal): -5617408 or 18858. OLE color: 18858.
HSL color Cylindrical-coordinate representation of color #AA4900: hue angle of 25.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA4900 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.33 |
| HSL | 25.76º | 1% | 0.33% | - |
| HSV(B) | 25.76º | 1% | 0.67% | - |
| XYZ | 18.96 | 13.31 | 1.57 | - |
| YUV | 93.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 0 | 0 | 0.57 | 1 | 0.33 | 25.76 | 1 | 0.33 |
| Hex | AA | 49 | 0 | 0 | 39 | 64 | 21 | 1A | 64 | 21 |
| Octal | 252 | 111 | 0 | 0 | 71 | 144 | 41 | 32 | 144 | 41 |
| Binary | 10101010 | 1001001 | 0 | 0 | 111001 | 1100100 | 100001 | 11010 | 1100100 | 100001 |
Color Harmonies of #AA4900
Complementary color
Monochromatic Colors of #AA4900
Black with #AA4900
Text Example
Text Example
White with #AA4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4900; }
p { color: rgb(170,73,0); }
H1.HeaderClassName
{
color: #AA4900;
}
.AnyTagClassName
{
color: #AA4900;
}
</style>
background-color css
<style>
a { background-color: #AA4900; }
a { background-color: rgb(170,73,0); }
div.DivClassName
{
background-color: #AA4900;
}
.BgClassName
{
background-color: #AA4900;
}
</style>
border-color css
<style>
span { border-color: #AA4900; }
span { border-color: rgb(170,73,0); }
td.TdClassName
{
border-color: #AA4900;
}
.TagClassName
{
border-color: #AA4900;
}
</style>