Shades of Rust #AC520D
Tints of Rust #AC520D
RGB
CMYK
RGB Variations
Color information
#AC520D (or 0xAC520D) is known color: Rust. HEX triplet: AC, 52 and 0D. RGB value is (172,82,13). Sum of RGB (Red+Green+Blue) = 172+82+13=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC520D is #53ADF2. Grayscale: #656565. Windows color (decimal): -5484019 or 873132. OLE color: 873132.
HSL color Cylindrical-coordinate representation of color #AC520D: hue angle of 26.04º degrees, saturation: 0.86, 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 #AC520D is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 13 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.33 |
| HSL | 26.04º | 0.86% | 0.36% | - |
| HSV(B) | 26.04º | 0.92% | 0.67% | - |
| XYZ | 20.1 | 14.83 | 2.18 | - |
| YUV | 101.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 13 | 0 | 0.52 | 0.92 | 0.33 | 26.04 | 0.86 | 0.36 |
| Hex | AC | 52 | D | 0 | 34 | 5C | 21 | 1A | 56 | 24 |
| Octal | 254 | 122 | 15 | 0 | 64 | 134 | 41 | 32 | 126 | 44 |
| Binary | 10101100 | 1010010 | 1101 | 0 | 110100 | 1011100 | 100001 | 11010 | 1010110 | 100100 |
Color Harmonies of #AC520D
Complementary color
Monochromatic Colors of #AC520D
Black with #AC520D
Text Example
Text Example
White with #AC520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC520D; }
p { color: rgb(172,82,13); }
H1.HeaderClassName
{
color: #AC520D;
}
.AnyTagClassName
{
color: #AC520D;
}
</style>
background-color css
<style>
a { background-color: #AC520D; }
a { background-color: rgb(172,82,13); }
div.DivClassName
{
background-color: #AC520D;
}
.BgClassName
{
background-color: #AC520D;
}
</style>
border-color css
<style>
span { border-color: #AC520D; }
span { border-color: rgb(172,82,13); }
td.TdClassName
{
border-color: #AC520D;
}
.TagClassName
{
border-color: #AC520D;
}
</style>