Shades of Dark Goldenrod #AC9700
Tints of Dark Goldenrod #AC9700
RGB
CMYK
RGB Variations
Color information
#AC9700 (or 0xAC9700) is known color: Dark Goldenrod. HEX triplet: AC, 97 and 00. RGB value is (172,151,0). Sum of RGB (Red+Green+Blue) = 172+151+0=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9700 is #5368FF. Grayscale: #8C8C8C. Windows color (decimal): -5466368 or 38828. OLE color: 38828.
HSL color Cylindrical-coordinate representation of color #AC9700: hue angle of 52.67º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC9700 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.33 |
| HSL | 52.67º | 1% | 0.34% | - |
| HSV(B) | 52.67º | 1% | 0.67% | - |
| XYZ | 28.08 | 30.9 | 4.49 | - |
| YUV | 140.07 | 48.96 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 0 | 0 | 0.12 | 1 | 0.33 | 52.67 | 1 | 0.34 |
| Hex | AC | 97 | 0 | 0 | C | 64 | 21 | 35 | 64 | 22 |
| Octal | 254 | 227 | 0 | 0 | 14 | 144 | 41 | 65 | 144 | 42 |
| Binary | 10101100 | 10010111 | 0 | 0 | 1100 | 1100100 | 100001 | 110101 | 1100100 | 100010 |
Color Harmonies of #AC9700
Complementary color
Monochromatic Colors of #AC9700
Black with #AC9700
Text Example
Text Example
White with #AC9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9700; }
p { color: rgb(172,151,0); }
H1.HeaderClassName
{
color: #AC9700;
}
.AnyTagClassName
{
color: #AC9700;
}
</style>
background-color css
<style>
a { background-color: #AC9700; }
a { background-color: rgb(172,151,0); }
div.DivClassName
{
background-color: #AC9700;
}
.BgClassName
{
background-color: #AC9700;
}
</style>
border-color css
<style>
span { border-color: #AC9700; }
span { border-color: rgb(172,151,0); }
td.TdClassName
{
border-color: #AC9700;
}
.TagClassName
{
border-color: #AC9700;
}
</style>