Shades of Dark Goldenrod #AC8607
Tints of Dark Goldenrod #AC8607
RGB
CMYK
RGB Variations
Color information
#AC8607 (or 0xAC8607) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 07. RGB value is (172,134,7). Sum of RGB (Red+Green+Blue) = 172+134+7=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8607 is #5379F8. Grayscale: #838383. Windows color (decimal): -5470713 or 493228. OLE color: 493228.
HSL color Cylindrical-coordinate representation of color #AC8607: hue angle of 46.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC8607 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 7 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.33 |
| HSL | 46.18º | 0.92% | 0.35% | - |
| HSV(B) | 46.18º | 0.96% | 0.67% | - |
| XYZ | 25.58 | 25.84 | 3.84 | - |
| YUV | 130.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 7 | 0 | 0.22 | 0.96 | 0.33 | 46.18 | 0.92 | 0.35 |
| Hex | AC | 86 | 7 | 0 | 16 | 60 | 21 | 2E | 5C | 23 |
| Octal | 254 | 206 | 7 | 0 | 26 | 140 | 41 | 56 | 134 | 43 |
| Binary | 10101100 | 10000110 | 111 | 0 | 10110 | 1100000 | 100001 | 101110 | 1011100 | 100011 |
Color Harmonies of #AC8607
Complementary color
Monochromatic Colors of #AC8607
Black with #AC8607
Text Example
Text Example
White with #AC8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8607; }
p { color: rgb(172,134,7); }
H1.HeaderClassName
{
color: #AC8607;
}
.AnyTagClassName
{
color: #AC8607;
}
</style>
background-color css
<style>
a { background-color: #AC8607; }
a { background-color: rgb(172,134,7); }
div.DivClassName
{
background-color: #AC8607;
}
.BgClassName
{
background-color: #AC8607;
}
</style>
border-color css
<style>
span { border-color: #AC8607; }
span { border-color: rgb(172,134,7); }
td.TdClassName
{
border-color: #AC8607;
}
.TagClassName
{
border-color: #AC8607;
}
</style>