Shades of Rust #AA520C
Tints of Rust #AA520C
RGB
CMYK
RGB Variations
Color information
#AA520C (or 0xAA520C) is known color: Rust. HEX triplet: AA, 52 and 0C. RGB value is (170,82,12). Sum of RGB (Red+Green+Blue) = 170+82+12=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA520C is #55ADF3. Grayscale: #646464. Windows color (decimal): -5615092 or 807594. OLE color: 807594.
HSL color Cylindrical-coordinate representation of color #AA520C: hue angle of 26.58º 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 #AA520C is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 12 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.33 |
| HSL | 26.58º | 0.87% | 0.36% | - |
| HSV(B) | 26.58º | 0.93% | 0.67% | - |
| XYZ | 19.66 | 14.61 | 2.13 | - |
| YUV | 100.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 12 | 0 | 0.52 | 0.93 | 0.33 | 26.58 | 0.87 | 0.36 |
| Hex | AA | 52 | C | 0 | 34 | 5D | 21 | 1B | 57 | 24 |
| Octal | 252 | 122 | 14 | 0 | 64 | 135 | 41 | 33 | 127 | 44 |
| Binary | 10101010 | 1010010 | 1100 | 0 | 110100 | 1011101 | 100001 | 11011 | 1010111 | 100100 |
Color Harmonies of #AA520C
Complementary color
Monochromatic Colors of #AA520C
Black with #AA520C
Text Example
Text Example
White with #AA520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA520C; }
p { color: rgb(170,82,12); }
H1.HeaderClassName
{
color: #AA520C;
}
.AnyTagClassName
{
color: #AA520C;
}
</style>
background-color css
<style>
a { background-color: #AA520C; }
a { background-color: rgb(170,82,12); }
div.DivClassName
{
background-color: #AA520C;
}
.BgClassName
{
background-color: #AA520C;
}
</style>
border-color css
<style>
span { border-color: #AA520C; }
span { border-color: rgb(170,82,12); }
td.TdClassName
{
border-color: #AA520C;
}
.TagClassName
{
border-color: #AA520C;
}
</style>