Shades of Dark Goldenrod #AC860A
Tints of Dark Goldenrod #AC860A
RGB
CMYK
RGB Variations
Color information
#AC860A (or 0xAC860A) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 0A. RGB value is (172,134,10). Sum of RGB (Red+Green+Blue) = 172+134+10=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC860A is #5379F5. Grayscale: #838383. Windows color (decimal): -5470710 or 689836. OLE color: 689836.
HSL color Cylindrical-coordinate representation of color #AC860A: hue angle of 45.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC860A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.33 |
| HSL | 45.93º | 0.89% | 0.36% | - |
| HSV(B) | 45.93º | 0.94% | 0.67% | - |
| XYZ | 25.59 | 25.84 | 3.93 | - |
| YUV | 131.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 10 | 0 | 0.22 | 0.94 | 0.33 | 45.93 | 0.89 | 0.36 |
| Hex | AC | 86 | A | 0 | 16 | 5E | 21 | 2E | 59 | 24 |
| Octal | 254 | 206 | 12 | 0 | 26 | 136 | 41 | 56 | 131 | 44 |
| Binary | 10101100 | 10000110 | 1010 | 0 | 10110 | 1011110 | 100001 | 101110 | 1011001 | 100100 |
Color Harmonies of #AC860A
Complementary color
Monochromatic Colors of #AC860A
Black with #AC860A
Text Example
Text Example
White with #AC860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC860A; }
p { color: rgb(172,134,10); }
H1.HeaderClassName
{
color: #AC860A;
}
.AnyTagClassName
{
color: #AC860A;
}
</style>
background-color css
<style>
a { background-color: #AC860A; }
a { background-color: rgb(172,134,10); }
div.DivClassName
{
background-color: #AC860A;
}
.BgClassName
{
background-color: #AC860A;
}
</style>
border-color css
<style>
span { border-color: #AC860A; }
span { border-color: rgb(172,134,10); }
td.TdClassName
{
border-color: #AC860A;
}
.TagClassName
{
border-color: #AC860A;
}
</style>