Shades of Rust #AC520E
Tints of Rust #AC520E
RGB
CMYK
RGB Variations
Color information
#AC520E (or 0xAC520E) is known color: Rust. HEX triplet: AC, 52 and 0E. RGB value is (172,82,14). Sum of RGB (Red+Green+Blue) = 172+82+14=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC520E is #53ADF1. Grayscale: #656565. Windows color (decimal): -5484018 or 938668. OLE color: 938668.
HSL color Cylindrical-coordinate representation of color #AC520E: hue angle of 25.82º 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 #AC520E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.33 |
| HSL | 25.82º | 0.85% | 0.36% | - |
| HSV(B) | 25.82º | 0.92% | 0.67% | - |
| XYZ | 20.11 | 14.84 | 2.22 | - |
| YUV | 101.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 14 | 0 | 0.52 | 0.92 | 0.33 | 25.82 | 0.85 | 0.36 |
| Hex | AC | 52 | E | 0 | 34 | 5C | 21 | 1A | 55 | 24 |
| Octal | 254 | 122 | 16 | 0 | 64 | 134 | 41 | 32 | 125 | 44 |
| Binary | 10101100 | 1010010 | 1110 | 0 | 110100 | 1011100 | 100001 | 11010 | 1010101 | 100100 |
Color Harmonies of #AC520E
Complementary color
Monochromatic Colors of #AC520E
Black with #AC520E
Text Example
Text Example
White with #AC520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC520E; }
p { color: rgb(172,82,14); }
H1.HeaderClassName
{
color: #AC520E;
}
.AnyTagClassName
{
color: #AC520E;
}
</style>
background-color css
<style>
a { background-color: #AC520E; }
a { background-color: rgb(172,82,14); }
div.DivClassName
{
background-color: #AC520E;
}
.BgClassName
{
background-color: #AC520E;
}
</style>
border-color css
<style>
span { border-color: #AC520E; }
span { border-color: rgb(172,82,14); }
td.TdClassName
{
border-color: #AC520E;
}
.TagClassName
{
border-color: #AC520E;
}
</style>