Shades of Dark Goldenrod #AC860D
Tints of Dark Goldenrod #AC860D
RGB
CMYK
RGB Variations
Color information
#AC860D (or 0xAC860D) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 0D. RGB value is (172,134,13). Sum of RGB (Red+Green+Blue) = 172+134+13=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC860D is #5379F2. Grayscale: #848484. Windows color (decimal): -5470707 or 886444. OLE color: 886444.
HSL color Cylindrical-coordinate representation of color #AC860D: hue angle of 45.66º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC860D is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 13 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.33 |
| HSL | 45.66º | 0.86% | 0.36% | - |
| HSV(B) | 45.66º | 0.92% | 0.67% | - |
| XYZ | 25.61 | 25.85 | 4.02 | - |
| YUV | 131.57 | 61.09 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 13 | 0 | 0.22 | 0.92 | 0.33 | 45.66 | 0.86 | 0.36 |
| Hex | AC | 86 | D | 0 | 16 | 5C | 21 | 2E | 56 | 24 |
| Octal | 254 | 206 | 15 | 0 | 26 | 134 | 41 | 56 | 126 | 44 |
| Binary | 10101100 | 10000110 | 1101 | 0 | 10110 | 1011100 | 100001 | 101110 | 1010110 | 100100 |
Color Harmonies of #AC860D
Complementary color
Monochromatic Colors of #AC860D
Black with #AC860D
Text Example
Text Example
White with #AC860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC860D; }
p { color: rgb(172,134,13); }
H1.HeaderClassName
{
color: #AC860D;
}
.AnyTagClassName
{
color: #AC860D;
}
</style>
background-color css
<style>
a { background-color: #AC860D; }
a { background-color: rgb(172,134,13); }
div.DivClassName
{
background-color: #AC860D;
}
.BgClassName
{
background-color: #AC860D;
}
</style>
border-color css
<style>
span { border-color: #AC860D; }
span { border-color: rgb(172,134,13); }
td.TdClassName
{
border-color: #AC860D;
}
.TagClassName
{
border-color: #AC860D;
}
</style>