Shades of Dark Goldenrod #AC8A0E
Tints of Dark Goldenrod #AC8A0E
RGB
CMYK
RGB Variations
Color information
#AC8A0E (or 0xAC8A0E) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 0E. RGB value is (172,138,14). Sum of RGB (Red+Green+Blue) = 172+138+14=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A0E is #5375F1. Grayscale: #868686. Windows color (decimal): -5469682 or 953004. OLE color: 953004.
HSL color Cylindrical-coordinate representation of color #AC8A0E: hue angle of 47.09º degrees, saturation: 0.85, 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 #AC8A0E is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 14 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.33 |
| HSL | 47.09º | 0.85% | 0.36% | - |
| HSV(B) | 47.09º | 0.92% | 0.67% | - |
| XYZ | 26.18 | 26.98 | 4.24 | - |
| YUV | 134.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 14 | 0 | 0.20 | 0.92 | 0.33 | 47.09 | 0.85 | 0.36 |
| Hex | AC | 8A | E | 0 | 14 | 5C | 21 | 2F | 55 | 24 |
| Octal | 254 | 212 | 16 | 0 | 24 | 134 | 41 | 57 | 125 | 44 |
| Binary | 10101100 | 10001010 | 1110 | 0 | 10100 | 1011100 | 100001 | 101111 | 1010101 | 100100 |
Color Harmonies of #AC8A0E
Complementary color
Monochromatic Colors of #AC8A0E
Black with #AC8A0E
Text Example
Text Example
White with #AC8A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A0E; }
p { color: rgb(172,138,14); }
H1.HeaderClassName
{
color: #AC8A0E;
}
.AnyTagClassName
{
color: #AC8A0E;
}
</style>
background-color css
<style>
a { background-color: #AC8A0E; }
a { background-color: rgb(172,138,14); }
div.DivClassName
{
background-color: #AC8A0E;
}
.BgClassName
{
background-color: #AC8A0E;
}
</style>
border-color css
<style>
span { border-color: #AC8A0E; }
span { border-color: rgb(172,138,14); }
td.TdClassName
{
border-color: #AC8A0E;
}
.TagClassName
{
border-color: #AC8A0E;
}
</style>