Shades of Rust #AA4E00
Tints of Rust #AA4E00
RGB
CMYK
RGB Variations
Color information
#AA4E00 (or 0xAA4E00) is known color: Rust. HEX triplet: AA, 4E and 00. RGB value is (170,78,0). Sum of RGB (Red+Green+Blue) = 170+78+0=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E00 is #55B1FF. Grayscale: #616161. Windows color (decimal): -5616128 or 20138. OLE color: 20138.
HSL color Cylindrical-coordinate representation of color #AA4E00: hue angle of 27.53º 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 #AA4E00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.33 |
| HSL | 27.53º | 1% | 0.33% | - |
| HSV(B) | 27.53º | 1% | 0.67% | - |
| XYZ | 19.3 | 13.99 | 1.68 | - |
| YUV | 96.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 0 | 0 | 0.54 | 1 | 0.33 | 27.53 | 1 | 0.33 |
| Hex | AA | 4E | 0 | 0 | 36 | 64 | 21 | 1C | 64 | 21 |
| Octal | 252 | 116 | 0 | 0 | 66 | 144 | 41 | 34 | 144 | 41 |
| Binary | 10101010 | 1001110 | 0 | 0 | 110110 | 1100100 | 100001 | 11100 | 1100100 | 100001 |
Color Harmonies of #AA4E00
Complementary color
Monochromatic Colors of #AA4E00
Black with #AA4E00
Text Example
Text Example
White with #AA4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E00; }
p { color: rgb(170,78,0); }
H1.HeaderClassName
{
color: #AA4E00;
}
.AnyTagClassName
{
color: #AA4E00;
}
</style>
background-color css
<style>
a { background-color: #AA4E00; }
a { background-color: rgb(170,78,0); }
div.DivClassName
{
background-color: #AA4E00;
}
.BgClassName
{
background-color: #AA4E00;
}
</style>
border-color css
<style>
span { border-color: #AA4E00; }
span { border-color: rgb(170,78,0); }
td.TdClassName
{
border-color: #AA4E00;
}
.TagClassName
{
border-color: #AA4E00;
}
</style>