Shades of Dark Goldenrod #AC8613
Tints of Dark Goldenrod #AC8613
RGB
CMYK
RGB Variations
Color information
#AC8613 (or 0xAC8613) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 13. RGB value is (172,134,19). Sum of RGB (Red+Green+Blue) = 172+134+19=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8613 is #5379EC. Grayscale: #848484. Windows color (decimal): -5470701 or 1279660. OLE color: 1279660.
HSL color Cylindrical-coordinate representation of color #AC8613: hue angle of 45.1º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC8613 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 19 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.33 |
| HSL | 45.1º | 0.8% | 0.37% | - |
| HSV(B) | 45.1º | 0.89% | 0.67% | - |
| XYZ | 25.66 | 25.87 | 4.26 | - |
| YUV | 132.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 19 | 0 | 0.22 | 0.89 | 0.33 | 45.1 | 0.8 | 0.37 |
| Hex | AC | 86 | 13 | 0 | 16 | 59 | 21 | 2D | 50 | 25 |
| Octal | 254 | 206 | 23 | 0 | 26 | 131 | 41 | 55 | 120 | 45 |
| Binary | 10101100 | 10000110 | 10011 | 0 | 10110 | 1011001 | 100001 | 101101 | 1010000 | 100101 |
Color Harmonies of #AC8613
Complementary color
Monochromatic Colors of #AC8613
Black with #AC8613
Text Example
Text Example
White with #AC8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8613; }
p { color: rgb(172,134,19); }
H1.HeaderClassName
{
color: #AC8613;
}
.AnyTagClassName
{
color: #AC8613;
}
</style>
background-color css
<style>
a { background-color: #AC8613; }
a { background-color: rgb(172,134,19); }
div.DivClassName
{
background-color: #AC8613;
}
.BgClassName
{
background-color: #AC8613;
}
</style>
border-color css
<style>
span { border-color: #AC8613; }
span { border-color: rgb(172,134,19); }
td.TdClassName
{
border-color: #AC8613;
}
.TagClassName
{
border-color: #AC8613;
}
</style>