Shades of Dark Goldenrod #AC8F0E
Tints of Dark Goldenrod #AC8F0E
RGB
CMYK
RGB Variations
Color information
#AC8F0E (or 0xAC8F0E) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 0E. RGB value is (172,143,14). Sum of RGB (Red+Green+Blue) = 172+143+14=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F0E is #5370F1. Grayscale: #898989. Windows color (decimal): -5468402 or 954284. OLE color: 954284.
HSL color Cylindrical-coordinate representation of color #AC8F0E: hue angle of 48.99º 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 #AC8F0E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 14 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.33 |
| HSL | 48.99º | 0.85% | 0.36% | - |
| HSV(B) | 48.99º | 0.92% | 0.67% | - |
| XYZ | 26.91 | 28.45 | 4.49 | - |
| YUV | 136.97 | 58.61 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 14 | 0 | 0.17 | 0.92 | 0.33 | 48.99 | 0.85 | 0.36 |
| Hex | AC | 8F | E | 0 | 11 | 5C | 21 | 31 | 55 | 24 |
| Octal | 254 | 217 | 16 | 0 | 21 | 134 | 41 | 61 | 125 | 44 |
| Binary | 10101100 | 10001111 | 1110 | 0 | 10001 | 1011100 | 100001 | 110001 | 1010101 | 100100 |
Color Harmonies of #AC8F0E
Complementary color
Monochromatic Colors of #AC8F0E
Black with #AC8F0E
Text Example
Text Example
White with #AC8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F0E; }
p { color: rgb(172,143,14); }
H1.HeaderClassName
{
color: #AC8F0E;
}
.AnyTagClassName
{
color: #AC8F0E;
}
</style>
background-color css
<style>
a { background-color: #AC8F0E; }
a { background-color: rgb(172,143,14); }
div.DivClassName
{
background-color: #AC8F0E;
}
.BgClassName
{
background-color: #AC8F0E;
}
</style>
border-color css
<style>
span { border-color: #AC8F0E; }
span { border-color: rgb(172,143,14); }
td.TdClassName
{
border-color: #AC8F0E;
}
.TagClassName
{
border-color: #AC8F0E;
}
</style>