Shades of Rich Gold #AC5711
Tints of Rich Gold #AC5711
RGB
CMYK
RGB Variations
Color information
#AC5711 (or 0xAC5711) is known color: Rich Gold. HEX triplet: AC, 57 and 11. RGB value is (172,87,17). Sum of RGB (Red+Green+Blue) = 172+87+17=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5711 is #53A8EE. Grayscale: #686868. Windows color (decimal): -5482735 or 1136556. OLE color: 1136556.
HSL color Cylindrical-coordinate representation of color #AC5711: hue angle of 27.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5711 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 17 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.33 |
| HSL | 27.1º | 0.82% | 0.37% | - |
| HSV(B) | 27.1º | 0.9% | 0.67% | - |
| XYZ | 20.52 | 15.63 | 2.47 | - |
| YUV | 104.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 17 | 0 | 0.49 | 0.90 | 0.33 | 27.1 | 0.82 | 0.37 |
| Hex | AC | 57 | 11 | 0 | 31 | 5A | 21 | 1B | 52 | 25 |
| Octal | 254 | 127 | 21 | 0 | 61 | 132 | 41 | 33 | 122 | 45 |
| Binary | 10101100 | 1010111 | 10001 | 0 | 110001 | 1011010 | 100001 | 11011 | 1010010 | 100101 |
Color Harmonies of #AC5711
Complementary color
Monochromatic Colors of #AC5711
Black with #AC5711
Text Example
Text Example
White with #AC5711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5711; }
p { color: rgb(172,87,17); }
H1.HeaderClassName
{
color: #AC5711;
}
.AnyTagClassName
{
color: #AC5711;
}
</style>
background-color css
<style>
a { background-color: #AC5711; }
a { background-color: rgb(172,87,17); }
div.DivClassName
{
background-color: #AC5711;
}
.BgClassName
{
background-color: #AC5711;
}
</style>
border-color css
<style>
span { border-color: #AC5711; }
span { border-color: rgb(172,87,17); }
td.TdClassName
{
border-color: #AC5711;
}
.TagClassName
{
border-color: #AC5711;
}
</style>