Shades of Dark Goldenrod #AC8310
Tints of Dark Goldenrod #AC8310
RGB
CMYK
RGB Variations
Color information
#AC8310 (or 0xAC8310) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 10. RGB value is (172,131,16). Sum of RGB (Red+Green+Blue) = 172+131+16=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8310 is #537CEF. Grayscale: #828282. Windows color (decimal): -5471472 or 1082284. OLE color: 1082284.
HSL color Cylindrical-coordinate representation of color #AC8310: hue angle of 44.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC8310 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.33 |
| HSL | 44.23º | 0.83% | 0.37% | - |
| HSV(B) | 44.23º | 0.91% | 0.67% | - |
| XYZ | 25.22 | 25.04 | 3.99 | - |
| YUV | 130.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 16 | 0 | 0.24 | 0.91 | 0.33 | 44.23 | 0.83 | 0.37 |
| Hex | AC | 83 | 10 | 0 | 18 | 5B | 21 | 2C | 53 | 25 |
| Octal | 254 | 203 | 20 | 0 | 30 | 133 | 41 | 54 | 123 | 45 |
| Binary | 10101100 | 10000011 | 10000 | 0 | 11000 | 1011011 | 100001 | 101100 | 1010011 | 100101 |
Color Harmonies of #AC8310
Complementary color
Monochromatic Colors of #AC8310
Black with #AC8310
Text Example
Text Example
White with #AC8310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8310; }
p { color: rgb(172,131,16); }
H1.HeaderClassName
{
color: #AC8310;
}
.AnyTagClassName
{
color: #AC8310;
}
</style>
background-color css
<style>
a { background-color: #AC8310; }
a { background-color: rgb(172,131,16); }
div.DivClassName
{
background-color: #AC8310;
}
.BgClassName
{
background-color: #AC8310;
}
</style>
border-color css
<style>
span { border-color: #AC8310; }
span { border-color: rgb(172,131,16); }
td.TdClassName
{
border-color: #AC8310;
}
.TagClassName
{
border-color: #AC8310;
}
</style>