Shades of Dark Goldenrod #AC8912
Tints of Dark Goldenrod #AC8912
RGB
CMYK
RGB Variations
Color information
#AC8912 (or 0xAC8912) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 12. RGB value is (172,137,18). Sum of RGB (Red+Green+Blue) = 172+137+18=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8912 is #5376ED. Grayscale: #868686. Windows color (decimal): -5469934 or 1214892. OLE color: 1214892.
HSL color Cylindrical-coordinate representation of color #AC8912: hue angle of 46.36º 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 #AC8912 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 18 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.33 |
| HSL | 46.36º | 0.81% | 0.37% | - |
| HSV(B) | 46.36º | 0.9% | 0.67% | - |
| XYZ | 26.07 | 26.71 | 4.35 | - |
| YUV | 133.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 18 | 0 | 0.20 | 0.90 | 0.33 | 46.36 | 0.81 | 0.37 |
| Hex | AC | 89 | 12 | 0 | 14 | 5A | 21 | 2E | 51 | 25 |
| Octal | 254 | 211 | 22 | 0 | 24 | 132 | 41 | 56 | 121 | 45 |
| Binary | 10101100 | 10001001 | 10010 | 0 | 10100 | 1011010 | 100001 | 101110 | 1010001 | 100101 |
Color Harmonies of #AC8912
Complementary color
Monochromatic Colors of #AC8912
Black with #AC8912
Text Example
Text Example
White with #AC8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8912; }
p { color: rgb(172,137,18); }
H1.HeaderClassName
{
color: #AC8912;
}
.AnyTagClassName
{
color: #AC8912;
}
</style>
background-color css
<style>
a { background-color: #AC8912; }
a { background-color: rgb(172,137,18); }
div.DivClassName
{
background-color: #AC8912;
}
.BgClassName
{
background-color: #AC8912;
}
</style>
border-color css
<style>
span { border-color: #AC8912; }
span { border-color: rgb(172,137,18); }
td.TdClassName
{
border-color: #AC8912;
}
.TagClassName
{
border-color: #AC8912;
}
</style>