Shades of Dark Goldenrod #AC8D0A
Tints of Dark Goldenrod #AC8D0A
RGB
CMYK
RGB Variations
Color information
#AC8D0A (or 0xAC8D0A) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 0A. RGB value is (172,141,10). Sum of RGB (Red+Green+Blue) = 172+141+10=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D0A is #5372F5. Grayscale: #878787. Windows color (decimal): -5468918 or 691628. OLE color: 691628.
HSL color Cylindrical-coordinate representation of color #AC8D0A: hue angle of 48.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC8D0A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.33 |
| HSL | 48.52º | 0.89% | 0.36% | - |
| HSV(B) | 48.52º | 0.94% | 0.67% | - |
| XYZ | 26.59 | 27.84 | 4.26 | - |
| YUV | 135.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 10 | 0 | 0.18 | 0.94 | 0.33 | 48.52 | 0.89 | 0.36 |
| Hex | AC | 8D | A | 0 | 12 | 5E | 21 | 31 | 59 | 24 |
| Octal | 254 | 215 | 12 | 0 | 22 | 136 | 41 | 61 | 131 | 44 |
| Binary | 10101100 | 10001101 | 1010 | 0 | 10010 | 1011110 | 100001 | 110001 | 1011001 | 100100 |
Color Harmonies of #AC8D0A
Complementary color
Monochromatic Colors of #AC8D0A
Black with #AC8D0A
Text Example
Text Example
White with #AC8D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D0A; }
p { color: rgb(172,141,10); }
H1.HeaderClassName
{
color: #AC8D0A;
}
.AnyTagClassName
{
color: #AC8D0A;
}
</style>
background-color css
<style>
a { background-color: #AC8D0A; }
a { background-color: rgb(172,141,10); }
div.DivClassName
{
background-color: #AC8D0A;
}
.BgClassName
{
background-color: #AC8D0A;
}
</style>
border-color css
<style>
span { border-color: #AC8D0A; }
span { border-color: rgb(172,141,10); }
td.TdClassName
{
border-color: #AC8D0A;
}
.TagClassName
{
border-color: #AC8D0A;
}
</style>