Shades of Dark Goldenrod #AC9601
Tints of Dark Goldenrod #AC9601
RGB
CMYK
RGB Variations
Color information
#AC9601 (or 0xAC9601) is known color: Dark Goldenrod. HEX triplet: AC, 96 and 01. RGB value is (172,150,1). Sum of RGB (Red+Green+Blue) = 172+150+1=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9601 is #5369FE. Grayscale: #8C8C8C. Windows color (decimal): -5466623 or 104108. OLE color: 104108.
HSL color Cylindrical-coordinate representation of color #AC9601: hue angle of 52.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC9601 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.33 |
| HSL | 52.28º | 0.99% | 0.34% | - |
| HSV(B) | 52.28º | 0.99% | 0.67% | - |
| XYZ | 27.93 | 30.59 | 4.46 | - |
| YUV | 139.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 1 | 0 | 0.13 | 0.99 | 0.33 | 52.28 | 0.99 | 0.34 |
| Hex | AC | 96 | 1 | 0 | D | 63 | 21 | 34 | 63 | 22 |
| Octal | 254 | 226 | 1 | 0 | 15 | 143 | 41 | 64 | 143 | 42 |
| Binary | 10101100 | 10010110 | 1 | 0 | 1101 | 1100011 | 100001 | 110100 | 1100011 | 100010 |
Color Harmonies of #AC9601
Complementary color
Monochromatic Colors of #AC9601
Black with #AC9601
Text Example
Text Example
White with #AC9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9601; }
p { color: rgb(172,150,1); }
H1.HeaderClassName
{
color: #AC9601;
}
.AnyTagClassName
{
color: #AC9601;
}
</style>
background-color css
<style>
a { background-color: #AC9601; }
a { background-color: rgb(172,150,1); }
div.DivClassName
{
background-color: #AC9601;
}
.BgClassName
{
background-color: #AC9601;
}
</style>
border-color css
<style>
span { border-color: #AC9601; }
span { border-color: rgb(172,150,1); }
td.TdClassName
{
border-color: #AC9601;
}
.TagClassName
{
border-color: #AC9601;
}
</style>