Shades of Dark Goldenrod #AC8C0D
Tints of Dark Goldenrod #AC8C0D
RGB
CMYK
RGB Variations
Color information
#AC8C0D (or 0xAC8C0D) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 0D. RGB value is (172,140,13). Sum of RGB (Red+Green+Blue) = 172+140+13=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C0D is #5373F2. Grayscale: #878787. Windows color (decimal): -5469171 or 887980. OLE color: 887980.
HSL color Cylindrical-coordinate representation of color #AC8C0D: hue angle of 47.92º 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 #AC8C0D is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 13 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.33 |
| HSL | 47.92º | 0.86% | 0.36% | - |
| HSV(B) | 47.92º | 0.92% | 0.67% | - |
| XYZ | 26.46 | 27.56 | 4.3 | - |
| YUV | 135.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 13 | 0 | 0.19 | 0.92 | 0.33 | 47.92 | 0.86 | 0.36 |
| Hex | AC | 8C | D | 0 | 13 | 5C | 21 | 30 | 56 | 24 |
| Octal | 254 | 214 | 15 | 0 | 23 | 134 | 41 | 60 | 126 | 44 |
| Binary | 10101100 | 10001100 | 1101 | 0 | 10011 | 1011100 | 100001 | 110000 | 1010110 | 100100 |
Color Harmonies of #AC8C0D
Complementary color
Monochromatic Colors of #AC8C0D
Black with #AC8C0D
Text Example
Text Example
White with #AC8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C0D; }
p { color: rgb(172,140,13); }
H1.HeaderClassName
{
color: #AC8C0D;
}
.AnyTagClassName
{
color: #AC8C0D;
}
</style>
background-color css
<style>
a { background-color: #AC8C0D; }
a { background-color: rgb(172,140,13); }
div.DivClassName
{
background-color: #AC8C0D;
}
.BgClassName
{
background-color: #AC8C0D;
}
</style>
border-color css
<style>
span { border-color: #AC8C0D; }
span { border-color: rgb(172,140,13); }
td.TdClassName
{
border-color: #AC8C0D;
}
.TagClassName
{
border-color: #AC8C0D;
}
</style>