Shades of Dark Goldenrod #AC8011
Tints of Dark Goldenrod #AC8011
RGB
CMYK
RGB Variations
Color information
#AC8011 (or 0xAC8011) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 11. RGB value is (172,128,17). Sum of RGB (Red+Green+Blue) = 172+128+17=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8011 is #537FEE. Grayscale: #808080. Windows color (decimal): -5472239 or 1147052. OLE color: 1147052.
HSL color Cylindrical-coordinate representation of color #AC8011: hue angle of 42.97º 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 #AC8011 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 17 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.33 |
| HSL | 42.97º | 0.82% | 0.37% | - |
| HSV(B) | 42.97º | 0.9% | 0.67% | - |
| XYZ | 24.83 | 24.25 | 3.9 | - |
| YUV | 128.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 17 | 0 | 0.26 | 0.90 | 0.33 | 42.97 | 0.82 | 0.37 |
| Hex | AC | 80 | 11 | 0 | 1A | 5A | 21 | 2B | 52 | 25 |
| Octal | 254 | 200 | 21 | 0 | 32 | 132 | 41 | 53 | 122 | 45 |
| Binary | 10101100 | 10000000 | 10001 | 0 | 11010 | 1011010 | 100001 | 101011 | 1010010 | 100101 |
Color Harmonies of #AC8011
Complementary color
Monochromatic Colors of #AC8011
Black with #AC8011
Text Example
Text Example
White with #AC8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8011; }
p { color: rgb(172,128,17); }
H1.HeaderClassName
{
color: #AC8011;
}
.AnyTagClassName
{
color: #AC8011;
}
</style>
background-color css
<style>
a { background-color: #AC8011; }
a { background-color: rgb(172,128,17); }
div.DivClassName
{
background-color: #AC8011;
}
.BgClassName
{
background-color: #AC8011;
}
</style>
border-color css
<style>
span { border-color: #AC8011; }
span { border-color: rgb(172,128,17); }
td.TdClassName
{
border-color: #AC8011;
}
.TagClassName
{
border-color: #AC8011;
}
</style>