Shades of Dark Goldenrod #AC8F0C
Tints of Dark Goldenrod #AC8F0C
RGB
CMYK
RGB Variations
Color information
#AC8F0C (or 0xAC8F0C) is known color: Dark Goldenrod. HEX triplet: AC, 8F and 0C. RGB value is (172,143,12). Sum of RGB (Red+Green+Blue) = 172+143+12=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F0C is #5370F3. Grayscale: #898989. Windows color (decimal): -5468404 or 823212. OLE color: 823212.
HSL color Cylindrical-coordinate representation of color #AC8F0C: hue angle of 49.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC8F0C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.33 |
| HSL | 49.13º | 0.87% | 0.36% | - |
| HSV(B) | 49.13º | 0.93% | 0.67% | - |
| XYZ | 26.9 | 28.44 | 4.42 | - |
| YUV | 136.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 12 | 0 | 0.17 | 0.93 | 0.33 | 49.13 | 0.87 | 0.36 |
| Hex | AC | 8F | C | 0 | 11 | 5D | 21 | 31 | 57 | 24 |
| Octal | 254 | 217 | 14 | 0 | 21 | 135 | 41 | 61 | 127 | 44 |
| Binary | 10101100 | 10001111 | 1100 | 0 | 10001 | 1011101 | 100001 | 110001 | 1010111 | 100100 |
Color Harmonies of #AC8F0C
Complementary color
Monochromatic Colors of #AC8F0C
Black with #AC8F0C
Text Example
Text Example
White with #AC8F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F0C; }
p { color: rgb(172,143,12); }
H1.HeaderClassName
{
color: #AC8F0C;
}
.AnyTagClassName
{
color: #AC8F0C;
}
</style>
background-color css
<style>
a { background-color: #AC8F0C; }
a { background-color: rgb(172,143,12); }
div.DivClassName
{
background-color: #AC8F0C;
}
.BgClassName
{
background-color: #AC8F0C;
}
</style>
border-color css
<style>
span { border-color: #AC8F0C; }
span { border-color: rgb(172,143,12); }
td.TdClassName
{
border-color: #AC8F0C;
}
.TagClassName
{
border-color: #AC8F0C;
}
</style>