Shades of Rust #AA4000
Tints of Rust #AA4000
RGB
CMYK
RGB Variations
Color information
#AA4000 (or 0xAA4000) is known color: Rust. HEX triplet: AA, 40 and 00. RGB value is (170,64,0). Sum of RGB (Red+Green+Blue) = 170+64+0=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4000 is #55BFFF. Grayscale: #585858. Windows color (decimal): -5619712 or 16554. OLE color: 16554.
HSL color Cylindrical-coordinate representation of color #AA4000: hue angle of 22.59º 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 #AA4000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.33 |
| HSL | 22.59º | 1% | 0.33% | - |
| HSV(B) | 22.59º | 1% | 0.67% | - |
| XYZ | 18.41 | 12.21 | 1.39 | - |
| YUV | 88.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 0 | 0 | 0.62 | 1 | 0.33 | 22.59 | 1 | 0.33 |
| Hex | AA | 40 | 0 | 0 | 3E | 64 | 21 | 17 | 64 | 21 |
| Octal | 252 | 100 | 0 | 0 | 76 | 144 | 41 | 27 | 144 | 41 |
| Binary | 10101010 | 1000000 | 0 | 0 | 111110 | 1100100 | 100001 | 10111 | 1100100 | 100001 |
Color Harmonies of #AA4000
Complementary color
Monochromatic Colors of #AA4000
Black with #AA4000
Text Example
Text Example
White with #AA4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4000; }
p { color: rgb(170,64,0); }
H1.HeaderClassName
{
color: #AA4000;
}
.AnyTagClassName
{
color: #AA4000;
}
</style>
background-color css
<style>
a { background-color: #AA4000; }
a { background-color: rgb(170,64,0); }
div.DivClassName
{
background-color: #AA4000;
}
.BgClassName
{
background-color: #AA4000;
}
</style>
border-color css
<style>
span { border-color: #AA4000; }
span { border-color: rgb(170,64,0); }
td.TdClassName
{
border-color: #AA4000;
}
.TagClassName
{
border-color: #AA4000;
}
</style>