Shades of Dark Goldenrod #AC9500
Tints of Dark Goldenrod #AC9500
RGB
CMYK
RGB Variations
Color information
#AC9500 (or 0xAC9500) is known color: Dark Goldenrod. HEX triplet: AC, 95 and 00. RGB value is (172,149,0). Sum of RGB (Red+Green+Blue) = 172+149+0=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9500 is #536AFF. Grayscale: #8B8B8B. Windows color (decimal): -5466880 or 38316. OLE color: 38316.
HSL color Cylindrical-coordinate representation of color #AC9500: hue angle of 51.98º 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 #AC9500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.33 |
| HSL | 51.98º | 1% | 0.34% | - |
| HSV(B) | 51.98º | 1% | 0.67% | - |
| XYZ | 27.76 | 30.27 | 4.38 | - |
| YUV | 138.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 0 | 0 | 0.13 | 1 | 0.33 | 51.98 | 1 | 0.34 |
| Hex | AC | 95 | 0 | 0 | D | 64 | 21 | 34 | 64 | 22 |
| Octal | 254 | 225 | 0 | 0 | 15 | 144 | 41 | 64 | 144 | 42 |
| Binary | 10101100 | 10010101 | 0 | 0 | 1101 | 1100100 | 100001 | 110100 | 1100100 | 100010 |
Color Harmonies of #AC9500
Complementary color
Monochromatic Colors of #AC9500
Black with #AC9500
Text Example
Text Example
White with #AC9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9500; }
p { color: rgb(172,149,0); }
H1.HeaderClassName
{
color: #AC9500;
}
.AnyTagClassName
{
color: #AC9500;
}
</style>
background-color css
<style>
a { background-color: #AC9500; }
a { background-color: rgb(172,149,0); }
div.DivClassName
{
background-color: #AC9500;
}
.BgClassName
{
background-color: #AC9500;
}
</style>
border-color css
<style>
span { border-color: #AC9500; }
span { border-color: rgb(172,149,0); }
td.TdClassName
{
border-color: #AC9500;
}
.TagClassName
{
border-color: #AC9500;
}
</style>