Shades of Dark Goldenrod #AC8914
Tints of Dark Goldenrod #AC8914
RGB
CMYK
RGB Variations
Color information
#AC8914 (or 0xAC8914) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 14. RGB value is (172,137,20). Sum of RGB (Red+Green+Blue) = 172+137+20=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8914 is #5376EB. Grayscale: #868686. Windows color (decimal): -5469932 or 1345964. OLE color: 1345964.
HSL color Cylindrical-coordinate representation of color #AC8914: hue angle of 46.18º 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 #AC8914 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 20 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.33 |
| HSL | 46.18º | 0.79% | 0.38% | - |
| HSV(B) | 46.18º | 0.88% | 0.67% | - |
| XYZ | 26.09 | 26.71 | 4.44 | - |
| YUV | 134.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 20 | 0 | 0.20 | 0.88 | 0.33 | 46.18 | 0.79 | 0.38 |
| Hex | AC | 89 | 14 | 0 | 14 | 58 | 21 | 2E | 4F | 26 |
| Octal | 254 | 211 | 24 | 0 | 24 | 130 | 41 | 56 | 117 | 46 |
| Binary | 10101100 | 10001001 | 10100 | 0 | 10100 | 1011000 | 100001 | 101110 | 1001111 | 100110 |
Color Harmonies of #AC8914
Complementary color
Monochromatic Colors of #AC8914
Black with #AC8914
Text Example
Text Example
White with #AC8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8914; }
p { color: rgb(172,137,20); }
H1.HeaderClassName
{
color: #AC8914;
}
.AnyTagClassName
{
color: #AC8914;
}
</style>
background-color css
<style>
a { background-color: #AC8914; }
a { background-color: rgb(172,137,20); }
div.DivClassName
{
background-color: #AC8914;
}
.BgClassName
{
background-color: #AC8914;
}
</style>
border-color css
<style>
span { border-color: #AC8914; }
span { border-color: rgb(172,137,20); }
td.TdClassName
{
border-color: #AC8914;
}
.TagClassName
{
border-color: #AC8914;
}
</style>