Shades of Dark Goldenrod #AC9600
Tints of Dark Goldenrod #AC9600
RGB
CMYK
RGB Variations
Color information
#AC9600 (or 0xAC9600) is known color: Dark Goldenrod. HEX triplet: AC, 96 and 00. RGB value is (172,150,0). Sum of RGB (Red+Green+Blue) = 172+150+0=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9600 is #5369FF. Grayscale: #8C8C8C. Windows color (decimal): -5466624 or 38572. OLE color: 38572.
HSL color Cylindrical-coordinate representation of color #AC9600: hue angle of 52.33º 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 #AC9600 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.33 |
| HSL | 52.33º | 1% | 0.34% | - |
| HSV(B) | 52.33º | 1% | 0.67% | - |
| XYZ | 27.92 | 30.58 | 4.43 | - |
| YUV | 139.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 0 | 0 | 0.13 | 1 | 0.33 | 52.33 | 1 | 0.34 |
| Hex | AC | 96 | 0 | 0 | D | 64 | 21 | 34 | 64 | 22 |
| Octal | 254 | 226 | 0 | 0 | 15 | 144 | 41 | 64 | 144 | 42 |
| Binary | 10101100 | 10010110 | 0 | 0 | 1101 | 1100100 | 100001 | 110100 | 1100100 | 100010 |
Color Harmonies of #AC9600
Complementary color
Monochromatic Colors of #AC9600
Black with #AC9600
Text Example
Text Example
White with #AC9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9600; }
p { color: rgb(172,150,0); }
H1.HeaderClassName
{
color: #AC9600;
}
.AnyTagClassName
{
color: #AC9600;
}
</style>
background-color css
<style>
a { background-color: #AC9600; }
a { background-color: rgb(172,150,0); }
div.DivClassName
{
background-color: #AC9600;
}
.BgClassName
{
background-color: #AC9600;
}
</style>
border-color css
<style>
span { border-color: #AC9600; }
span { border-color: rgb(172,150,0); }
td.TdClassName
{
border-color: #AC9600;
}
.TagClassName
{
border-color: #AC9600;
}
</style>