Shades of Rust #AA3E00
Tints of Rust #AA3E00
RGB
CMYK
RGB Variations
Color information
#AA3E00 (or 0xAA3E00) is known color: Rust. HEX triplet: AA, 3E and 00. RGB value is (170,62,0). Sum of RGB (Red+Green+Blue) = 170+62+0=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E00 is #55C1FF. Grayscale: #575757. Windows color (decimal): -5620224 or 16042. OLE color: 16042.
HSL color Cylindrical-coordinate representation of color #AA3E00: hue angle of 21.88º 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 #AA3E00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 62 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.33 |
| HSL | 21.88º | 1% | 0.33% | - |
| HSV(B) | 21.88º | 1% | 0.67% | - |
| XYZ | 18.3 | 11.99 | 1.35 | - |
| YUV | 87.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 0 | 0 | 0.64 | 1 | 0.33 | 21.88 | 1 | 0.33 |
| Hex | AA | 3E | 0 | 0 | 40 | 64 | 21 | 16 | 64 | 21 |
| Octal | 252 | 76 | 0 | 0 | 100 | 144 | 41 | 26 | 144 | 41 |
| Binary | 10101010 | 111110 | 0 | 0 | 1000000 | 1100100 | 100001 | 10110 | 1100100 | 100001 |
Color Harmonies of #AA3E00
Complementary color
Monochromatic Colors of #AA3E00
Black with #AA3E00
Text Example
Text Example
White with #AA3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3E00; }
p { color: rgb(170,62,0); }
H1.HeaderClassName
{
color: #AA3E00;
}
.AnyTagClassName
{
color: #AA3E00;
}
</style>
background-color css
<style>
a { background-color: #AA3E00; }
a { background-color: rgb(170,62,0); }
div.DivClassName
{
background-color: #AA3E00;
}
.BgClassName
{
background-color: #AA3E00;
}
</style>
border-color css
<style>
span { border-color: #AA3E00; }
span { border-color: rgb(170,62,0); }
td.TdClassName
{
border-color: #AA3E00;
}
.TagClassName
{
border-color: #AA3E00;
}
</style>