Shades of Dark Goldenrod #AC860B
Tints of Dark Goldenrod #AC860B
RGB
CMYK
RGB Variations
Color information
#AC860B (or 0xAC860B) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 0B. RGB value is (172,134,11). Sum of RGB (Red+Green+Blue) = 172+134+11=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC860B is #5379F4. Grayscale: #838383. Windows color (decimal): -5470709 or 755372. OLE color: 755372.
HSL color Cylindrical-coordinate representation of color #AC860B: hue angle of 45.84º degrees, saturation: 0.88, 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 #AC860B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.33 |
| HSL | 45.84º | 0.88% | 0.36% | - |
| HSV(B) | 45.84º | 0.94% | 0.67% | - |
| XYZ | 25.6 | 25.85 | 3.96 | - |
| YUV | 131.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 11 | 0 | 0.22 | 0.94 | 0.33 | 45.84 | 0.88 | 0.36 |
| Hex | AC | 86 | B | 0 | 16 | 5E | 21 | 2E | 58 | 24 |
| Octal | 254 | 206 | 13 | 0 | 26 | 136 | 41 | 56 | 130 | 44 |
| Binary | 10101100 | 10000110 | 1011 | 0 | 10110 | 1011110 | 100001 | 101110 | 1011000 | 100100 |
Color Harmonies of #AC860B
Complementary color
Monochromatic Colors of #AC860B
Black with #AC860B
Text Example
Text Example
White with #AC860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC860B; }
p { color: rgb(172,134,11); }
H1.HeaderClassName
{
color: #AC860B;
}
.AnyTagClassName
{
color: #AC860B;
}
</style>
background-color css
<style>
a { background-color: #AC860B; }
a { background-color: rgb(172,134,11); }
div.DivClassName
{
background-color: #AC860B;
}
.BgClassName
{
background-color: #AC860B;
}
</style>
border-color css
<style>
span { border-color: #AC860B; }
span { border-color: rgb(172,134,11); }
td.TdClassName
{
border-color: #AC860B;
}
.TagClassName
{
border-color: #AC860B;
}
</style>