Shades of Rust #AA4800
Tints of Rust #AA4800
RGB
CMYK
RGB Variations
Color information
#AA4800 (or 0xAA4800) is known color: Rust. HEX triplet: AA, 48 and 00. RGB value is (170,72,0). Sum of RGB (Red+Green+Blue) = 170+72+0=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4800 is #55B7FF. Grayscale: #5D5D5D. Windows color (decimal): -5617664 or 18602. OLE color: 18602.
HSL color Cylindrical-coordinate representation of color #AA4800: hue angle of 25.41º 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 #AA4800 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.33 |
| HSL | 25.41º | 1% | 0.33% | - |
| HSV(B) | 25.41º | 1% | 0.67% | - |
| XYZ | 18.89 | 13.18 | 1.55 | - |
| YUV | 93.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 0 | 0 | 0.58 | 1 | 0.33 | 25.41 | 1 | 0.33 |
| Hex | AA | 48 | 0 | 0 | 3A | 64 | 21 | 19 | 64 | 21 |
| Octal | 252 | 110 | 0 | 0 | 72 | 144 | 41 | 31 | 144 | 41 |
| Binary | 10101010 | 1001000 | 0 | 0 | 111010 | 1100100 | 100001 | 11001 | 1100100 | 100001 |
Color Harmonies of #AA4800
Complementary color
Monochromatic Colors of #AA4800
Black with #AA4800
Text Example
Text Example
White with #AA4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4800; }
p { color: rgb(170,72,0); }
H1.HeaderClassName
{
color: #AA4800;
}
.AnyTagClassName
{
color: #AA4800;
}
</style>
background-color css
<style>
a { background-color: #AA4800; }
a { background-color: rgb(170,72,0); }
div.DivClassName
{
background-color: #AA4800;
}
.BgClassName
{
background-color: #AA4800;
}
</style>
border-color css
<style>
span { border-color: #AA4800; }
span { border-color: rgb(170,72,0); }
td.TdClassName
{
border-color: #AA4800;
}
.TagClassName
{
border-color: #AA4800;
}
</style>