Shades of Dark Goldenrod #AC8712
Tints of Dark Goldenrod #AC8712
RGB
CMYK
RGB Variations
Color information
#AC8712 (or 0xAC8712) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 12. RGB value is (172,135,18). Sum of RGB (Red+Green+Blue) = 172+135+18=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8712 is #5378ED. Grayscale: #858585. Windows color (decimal): -5470446 or 1214380. OLE color: 1214380.
HSL color Cylindrical-coordinate representation of color #AC8712: hue angle of 45.58º degrees, saturation: 0.81, 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 #AC8712 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.33 |
| HSL | 45.58º | 0.81% | 0.37% | - |
| HSV(B) | 45.58º | 0.9% | 0.67% | - |
| XYZ | 25.79 | 26.14 | 4.26 | - |
| YUV | 132.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 18 | 0 | 0.22 | 0.90 | 0.33 | 45.58 | 0.81 | 0.37 |
| Hex | AC | 87 | 12 | 0 | 16 | 5A | 21 | 2E | 51 | 25 |
| Octal | 254 | 207 | 22 | 0 | 26 | 132 | 41 | 56 | 121 | 45 |
| Binary | 10101100 | 10000111 | 10010 | 0 | 10110 | 1011010 | 100001 | 101110 | 1010001 | 100101 |
Color Harmonies of #AC8712
Complementary color
Monochromatic Colors of #AC8712
Black with #AC8712
Text Example
Text Example
White with #AC8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8712; }
p { color: rgb(172,135,18); }
H1.HeaderClassName
{
color: #AC8712;
}
.AnyTagClassName
{
color: #AC8712;
}
</style>
background-color css
<style>
a { background-color: #AC8712; }
a { background-color: rgb(172,135,18); }
div.DivClassName
{
background-color: #AC8712;
}
.BgClassName
{
background-color: #AC8712;
}
</style>
border-color css
<style>
span { border-color: #AC8712; }
span { border-color: rgb(172,135,18); }
td.TdClassName
{
border-color: #AC8712;
}
.TagClassName
{
border-color: #AC8712;
}
</style>