Shades of Dark Goldenrod #AC8012
Tints of Dark Goldenrod #AC8012
RGB
CMYK
RGB Variations
Color information
#AC8012 (or 0xAC8012) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 12. RGB value is (172,128,18). Sum of RGB (Red+Green+Blue) = 172+128+18=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8012 is #537FED. Grayscale: #818181. Windows color (decimal): -5472238 or 1212588. OLE color: 1212588.
HSL color Cylindrical-coordinate representation of color #AC8012: hue angle of 42.86º 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 #AC8012 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 18 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.33 |
| HSL | 42.86º | 0.81% | 0.37% | - |
| HSV(B) | 42.86º | 0.9% | 0.67% | - |
| XYZ | 24.84 | 24.25 | 3.94 | - |
| YUV | 128.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 18 | 0 | 0.26 | 0.90 | 0.33 | 42.86 | 0.81 | 0.37 |
| Hex | AC | 80 | 12 | 0 | 1A | 5A | 21 | 2B | 51 | 25 |
| Octal | 254 | 200 | 22 | 0 | 32 | 132 | 41 | 53 | 121 | 45 |
| Binary | 10101100 | 10000000 | 10010 | 0 | 11010 | 1011010 | 100001 | 101011 | 1010001 | 100101 |
Color Harmonies of #AC8012
Complementary color
Monochromatic Colors of #AC8012
Black with #AC8012
Text Example
Text Example
White with #AC8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8012; }
p { color: rgb(172,128,18); }
H1.HeaderClassName
{
color: #AC8012;
}
.AnyTagClassName
{
color: #AC8012;
}
</style>
background-color css
<style>
a { background-color: #AC8012; }
a { background-color: rgb(172,128,18); }
div.DivClassName
{
background-color: #AC8012;
}
.BgClassName
{
background-color: #AC8012;
}
</style>
border-color css
<style>
span { border-color: #AC8012; }
span { border-color: rgb(172,128,18); }
td.TdClassName
{
border-color: #AC8012;
}
.TagClassName
{
border-color: #AC8012;
}
</style>