Shades of Dark Goldenrod #AC8C11
Tints of Dark Goldenrod #AC8C11
RGB
CMYK
RGB Variations
Color information
#AC8C11 (or 0xAC8C11) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 11. RGB value is (172,140,17). Sum of RGB (Red+Green+Blue) = 172+140+17=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C11 is #5373EE. Grayscale: #888888. Windows color (decimal): -5469167 or 1150124. OLE color: 1150124.
HSL color Cylindrical-coordinate representation of color #AC8C11: hue angle of 47.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8C11 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 17 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.33 |
| HSL | 47.61º | 0.82% | 0.37% | - |
| HSV(B) | 47.61º | 0.9% | 0.67% | - |
| XYZ | 26.49 | 27.57 | 4.46 | - |
| YUV | 135.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 17 | 0 | 0.19 | 0.90 | 0.33 | 47.61 | 0.82 | 0.37 |
| Hex | AC | 8C | 11 | 0 | 13 | 5A | 21 | 30 | 52 | 25 |
| Octal | 254 | 214 | 21 | 0 | 23 | 132 | 41 | 60 | 122 | 45 |
| Binary | 10101100 | 10001100 | 10001 | 0 | 10011 | 1011010 | 100001 | 110000 | 1010010 | 100101 |
Color Harmonies of #AC8C11
Complementary color
Monochromatic Colors of #AC8C11
Black with #AC8C11
Text Example
Text Example
White with #AC8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C11; }
p { color: rgb(172,140,17); }
H1.HeaderClassName
{
color: #AC8C11;
}
.AnyTagClassName
{
color: #AC8C11;
}
</style>
background-color css
<style>
a { background-color: #AC8C11; }
a { background-color: rgb(172,140,17); }
div.DivClassName
{
background-color: #AC8C11;
}
.BgClassName
{
background-color: #AC8C11;
}
</style>
border-color css
<style>
span { border-color: #AC8C11; }
span { border-color: rgb(172,140,17); }
td.TdClassName
{
border-color: #AC8C11;
}
.TagClassName
{
border-color: #AC8C11;
}
</style>