Shades of Rust #AA500C
Tints of Rust #AA500C
RGB
CMYK
RGB Variations
Color information
#AA500C (or 0xAA500C) is known color: Rust. HEX triplet: AA, 50 and 0C. RGB value is (170,80,12). Sum of RGB (Red+Green+Blue) = 170+80+12=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA500C is #55AFF3. Grayscale: #636363. Windows color (decimal): -5615604 or 807082. OLE color: 807082.
HSL color Cylindrical-coordinate representation of color #AA500C: hue angle of 25.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA500C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 80 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.33 |
| HSL | 25.82º | 0.87% | 0.36% | - |
| HSV(B) | 25.82º | 0.93% | 0.67% | - |
| XYZ | 19.51 | 14.31 | 2.08 | - |
| YUV | 99.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 80 | 12 | 0 | 0.53 | 0.93 | 0.33 | 25.82 | 0.87 | 0.36 |
| Hex | AA | 50 | C | 0 | 35 | 5D | 21 | 1A | 57 | 24 |
| Octal | 252 | 120 | 14 | 0 | 65 | 135 | 41 | 32 | 127 | 44 |
| Binary | 10101010 | 1010000 | 1100 | 0 | 110101 | 1011101 | 100001 | 11010 | 1010111 | 100100 |
Color Harmonies of #AA500C
Complementary color
Monochromatic Colors of #AA500C
Black with #AA500C
Text Example
Text Example
White with #AA500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA500C; }
p { color: rgb(170,80,12); }
H1.HeaderClassName
{
color: #AA500C;
}
.AnyTagClassName
{
color: #AA500C;
}
</style>
background-color css
<style>
a { background-color: #AA500C; }
a { background-color: rgb(170,80,12); }
div.DivClassName
{
background-color: #AA500C;
}
.BgClassName
{
background-color: #AA500C;
}
</style>
border-color css
<style>
span { border-color: #AA500C; }
span { border-color: rgb(170,80,12); }
td.TdClassName
{
border-color: #AA500C;
}
.TagClassName
{
border-color: #AA500C;
}
</style>