Shades of Dark Goldenrod #AC8C14
Tints of Dark Goldenrod #AC8C14
RGB
CMYK
RGB Variations
Color information
#AC8C14 (or 0xAC8C14) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 14. RGB value is (172,140,20). Sum of RGB (Red+Green+Blue) = 172+140+20=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C14 is #5373EB. Grayscale: #888888. Windows color (decimal): -5469164 or 1346732. OLE color: 1346732.
HSL color Cylindrical-coordinate representation of color #AC8C14: hue angle of 47.37º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC8C14 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 20 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.33 |
| HSL | 47.37º | 0.79% | 0.38% | - |
| HSV(B) | 47.37º | 0.88% | 0.67% | - |
| XYZ | 26.52 | 27.58 | 4.59 | - |
| YUV | 135.89 | 62.6 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 20 | 0 | 0.19 | 0.88 | 0.33 | 47.37 | 0.79 | 0.38 |
| Hex | AC | 8C | 14 | 0 | 13 | 58 | 21 | 2F | 4F | 26 |
| Octal | 254 | 214 | 24 | 0 | 23 | 130 | 41 | 57 | 117 | 46 |
| Binary | 10101100 | 10001100 | 10100 | 0 | 10011 | 1011000 | 100001 | 101111 | 1001111 | 100110 |
Color Harmonies of #AC8C14
Complementary color
Monochromatic Colors of #AC8C14
Black with #AC8C14
Text Example
Text Example
White with #AC8C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C14; }
p { color: rgb(172,140,20); }
H1.HeaderClassName
{
color: #AC8C14;
}
.AnyTagClassName
{
color: #AC8C14;
}
</style>
background-color css
<style>
a { background-color: #AC8C14; }
a { background-color: rgb(172,140,20); }
div.DivClassName
{
background-color: #AC8C14;
}
.BgClassName
{
background-color: #AC8C14;
}
</style>
border-color css
<style>
span { border-color: #AC8C14; }
span { border-color: rgb(172,140,20); }
td.TdClassName
{
border-color: #AC8C14;
}
.TagClassName
{
border-color: #AC8C14;
}
</style>