Shades of Dark Goldenrod #AC8C12
Tints of Dark Goldenrod #AC8C12
RGB
CMYK
RGB Variations
Color information
#AC8C12 (or 0xAC8C12) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 12. RGB value is (172,140,18). Sum of RGB (Red+Green+Blue) = 172+140+18=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C12 is #5373ED. Grayscale: #888888. Windows color (decimal): -5469166 or 1215660. OLE color: 1215660.
HSL color Cylindrical-coordinate representation of color #AC8C12: hue angle of 47.53º degrees, saturation: 0.81, 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 #AC8C12 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 18 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.33 |
| HSL | 47.53º | 0.81% | 0.37% | - |
| HSV(B) | 47.53º | 0.9% | 0.67% | - |
| XYZ | 26.5 | 27.57 | 4.5 | - |
| YUV | 135.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 18 | 0 | 0.19 | 0.90 | 0.33 | 47.53 | 0.81 | 0.37 |
| Hex | AC | 8C | 12 | 0 | 13 | 5A | 21 | 30 | 51 | 25 |
| Octal | 254 | 214 | 22 | 0 | 23 | 132 | 41 | 60 | 121 | 45 |
| Binary | 10101100 | 10001100 | 10010 | 0 | 10011 | 1011010 | 100001 | 110000 | 1010001 | 100101 |
Color Harmonies of #AC8C12
Complementary color
Monochromatic Colors of #AC8C12
Black with #AC8C12
Text Example
Text Example
White with #AC8C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C12; }
p { color: rgb(172,140,18); }
H1.HeaderClassName
{
color: #AC8C12;
}
.AnyTagClassName
{
color: #AC8C12;
}
</style>
background-color css
<style>
a { background-color: #AC8C12; }
a { background-color: rgb(172,140,18); }
div.DivClassName
{
background-color: #AC8C12;
}
.BgClassName
{
background-color: #AC8C12;
}
</style>
border-color css
<style>
span { border-color: #AC8C12; }
span { border-color: rgb(172,140,18); }
td.TdClassName
{
border-color: #AC8C12;
}
.TagClassName
{
border-color: #AC8C12;
}
</style>