Shades of Dark Goldenrod #AC860C
Tints of Dark Goldenrod #AC860C
RGB
CMYK
RGB Variations
Color information
#AC860C (or 0xAC860C) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 0C. RGB value is (172,134,12). Sum of RGB (Red+Green+Blue) = 172+134+12=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC860C is #5379F3. Grayscale: #838383. Windows color (decimal): -5470708 or 820908. OLE color: 820908.
HSL color Cylindrical-coordinate representation of color #AC860C: hue angle of 45.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC860C is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 12 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.33 |
| HSL | 45.75º | 0.87% | 0.36% | - |
| HSV(B) | 45.75º | 0.93% | 0.67% | - |
| XYZ | 25.6 | 25.85 | 3.99 | - |
| YUV | 131.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 12 | 0 | 0.22 | 0.93 | 0.33 | 45.75 | 0.87 | 0.36 |
| Hex | AC | 86 | C | 0 | 16 | 5D | 21 | 2E | 57 | 24 |
| Octal | 254 | 206 | 14 | 0 | 26 | 135 | 41 | 56 | 127 | 44 |
| Binary | 10101100 | 10000110 | 1100 | 0 | 10110 | 1011101 | 100001 | 101110 | 1010111 | 100100 |
Color Harmonies of #AC860C
Complementary color
Monochromatic Colors of #AC860C
Black with #AC860C
Text Example
Text Example
White with #AC860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC860C; }
p { color: rgb(172,134,12); }
H1.HeaderClassName
{
color: #AC860C;
}
.AnyTagClassName
{
color: #AC860C;
}
</style>
background-color css
<style>
a { background-color: #AC860C; }
a { background-color: rgb(172,134,12); }
div.DivClassName
{
background-color: #AC860C;
}
.BgClassName
{
background-color: #AC860C;
}
</style>
border-color css
<style>
span { border-color: #AC860C; }
span { border-color: rgb(172,134,12); }
td.TdClassName
{
border-color: #AC860C;
}
.TagClassName
{
border-color: #AC860C;
}
</style>