Shades of Dark Goldenrod #AC8C05
Tints of Dark Goldenrod #AC8C05
RGB
CMYK
RGB Variations
Color information
#AC8C05 (or 0xAC8C05) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 05. RGB value is (172,140,5). Sum of RGB (Red+Green+Blue) = 172+140+5=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C05 is #5373FA. Grayscale: #868686. Windows color (decimal): -5469179 or 363692. OLE color: 363692.
HSL color Cylindrical-coordinate representation of color #AC8C05: hue angle of 48.5º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC8C05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.33 |
| HSL | 48.5º | 0.94% | 0.35% | - |
| HSV(B) | 48.5º | 0.97% | 0.67% | - |
| XYZ | 26.42 | 27.54 | 4.07 | - |
| YUV | 134.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 5 | 0 | 0.19 | 0.97 | 0.33 | 48.5 | 0.94 | 0.35 |
| Hex | AC | 8C | 5 | 0 | 13 | 61 | 21 | 31 | 5E | 23 |
| Octal | 254 | 214 | 5 | 0 | 23 | 141 | 41 | 61 | 136 | 43 |
| Binary | 10101100 | 10001100 | 101 | 0 | 10011 | 1100001 | 100001 | 110001 | 1011110 | 100011 |
Color Harmonies of #AC8C05
Complementary color
Monochromatic Colors of #AC8C05
Black with #AC8C05
Text Example
Text Example
White with #AC8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C05; }
p { color: rgb(172,140,5); }
H1.HeaderClassName
{
color: #AC8C05;
}
.AnyTagClassName
{
color: #AC8C05;
}
</style>
background-color css
<style>
a { background-color: #AC8C05; }
a { background-color: rgb(172,140,5); }
div.DivClassName
{
background-color: #AC8C05;
}
.BgClassName
{
background-color: #AC8C05;
}
</style>
border-color css
<style>
span { border-color: #AC8C05; }
span { border-color: rgb(172,140,5); }
td.TdClassName
{
border-color: #AC8C05;
}
.TagClassName
{
border-color: #AC8C05;
}
</style>