Shades of Rust #AA480E
Tints of Rust #AA480E
RGB
CMYK
RGB Variations
Color information
#AA480E (or 0xAA480E) is known color: Rust. HEX triplet: AA, 48 and 0E. RGB value is (170,72,14). Sum of RGB (Red+Green+Blue) = 170+72+14=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA480E is #55B7F1. Grayscale: #5F5F5F. Windows color (decimal): -5617650 or 936106. OLE color: 936106.
HSL color Cylindrical-coordinate representation of color #AA480E: hue angle of 22.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA480E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.33 |
| HSL | 22.31º | 0.85% | 0.36% | - |
| HSV(B) | 22.31º | 0.92% | 0.67% | - |
| XYZ | 18.97 | 13.21 | 1.97 | - |
| YUV | 94.69 | 82.47 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 14 | 0 | 0.58 | 0.92 | 0.33 | 22.31 | 0.85 | 0.36 |
| Hex | AA | 48 | E | 0 | 3A | 5C | 21 | 16 | 55 | 24 |
| Octal | 252 | 110 | 16 | 0 | 72 | 134 | 41 | 26 | 125 | 44 |
| Binary | 10101010 | 1001000 | 1110 | 0 | 111010 | 1011100 | 100001 | 10110 | 1010101 | 100100 |
Color Harmonies of #AA480E
Complementary color
Monochromatic Colors of #AA480E
Black with #AA480E
Text Example
Text Example
White with #AA480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA480E; }
p { color: rgb(170,72,14); }
H1.HeaderClassName
{
color: #AA480E;
}
.AnyTagClassName
{
color: #AA480E;
}
</style>
background-color css
<style>
a { background-color: #AA480E; }
a { background-color: rgb(170,72,14); }
div.DivClassName
{
background-color: #AA480E;
}
.BgClassName
{
background-color: #AA480E;
}
</style>
border-color css
<style>
span { border-color: #AA480E; }
span { border-color: rgb(170,72,14); }
td.TdClassName
{
border-color: #AA480E;
}
.TagClassName
{
border-color: #AA480E;
}
</style>