Shades of Dark Goldenrod #AC9602
Tints of Dark Goldenrod #AC9602
RGB
CMYK
RGB Variations
Color information
#AC9602 (or 0xAC9602) is known color: Dark Goldenrod. HEX triplet: AC, 96 and 02. RGB value is (172,150,2). Sum of RGB (Red+Green+Blue) = 172+150+2=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9602 is #5369FD. Grayscale: #8C8C8C. Windows color (decimal): -5466622 or 169644. OLE color: 169644.
HSL color Cylindrical-coordinate representation of color #AC9602: hue angle of 52.24º degrees, saturation: 0.98, 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 #AC9602 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.33 |
| HSL | 52.24º | 0.98% | 0.34% | - |
| HSV(B) | 52.24º | 0.99% | 0.67% | - |
| XYZ | 27.93 | 30.59 | 4.49 | - |
| YUV | 139.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 2 | 0 | 0.13 | 0.99 | 0.33 | 52.24 | 0.98 | 0.34 |
| Hex | AC | 96 | 2 | 0 | D | 63 | 21 | 34 | 62 | 22 |
| Octal | 254 | 226 | 2 | 0 | 15 | 143 | 41 | 64 | 142 | 42 |
| Binary | 10101100 | 10010110 | 10 | 0 | 1101 | 1100011 | 100001 | 110100 | 1100010 | 100010 |
Color Harmonies of #AC9602
Complementary color
Monochromatic Colors of #AC9602
Black with #AC9602
Text Example
Text Example
White with #AC9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9602; }
p { color: rgb(172,150,2); }
H1.HeaderClassName
{
color: #AC9602;
}
.AnyTagClassName
{
color: #AC9602;
}
</style>
background-color css
<style>
a { background-color: #AC9602; }
a { background-color: rgb(172,150,2); }
div.DivClassName
{
background-color: #AC9602;
}
.BgClassName
{
background-color: #AC9602;
}
</style>
border-color css
<style>
span { border-color: #AC9602; }
span { border-color: rgb(172,150,2); }
td.TdClassName
{
border-color: #AC9602;
}
.TagClassName
{
border-color: #AC9602;
}
</style>