Shades of Dark Goldenrod #AC9008
Tints of Dark Goldenrod #AC9008
RGB
CMYK
RGB Variations
Color information
#AC9008 (or 0xAC9008) is known color: Dark Goldenrod. HEX triplet: AC, 90 and 08. RGB value is (172,144,8). Sum of RGB (Red+Green+Blue) = 172+144+8=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9008 is #536FF7. Grayscale: #898989. Windows color (decimal): -5468152 or 561324. OLE color: 561324.
HSL color Cylindrical-coordinate representation of color #AC9008: hue angle of 49.76º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC9008 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 8 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.33 |
| HSL | 49.76º | 0.91% | 0.35% | - |
| HSV(B) | 49.76º | 0.95% | 0.67% | - |
| XYZ | 27.03 | 28.73 | 4.35 | - |
| YUV | 136.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 8 | 0 | 0.16 | 0.95 | 0.33 | 49.76 | 0.91 | 0.35 |
| Hex | AC | 90 | 8 | 0 | 10 | 5F | 21 | 32 | 5B | 23 |
| Octal | 254 | 220 | 10 | 0 | 20 | 137 | 41 | 62 | 133 | 43 |
| Binary | 10101100 | 10010000 | 1000 | 0 | 10000 | 1011111 | 100001 | 110010 | 1011011 | 100011 |
Color Harmonies of #AC9008
Complementary color
Monochromatic Colors of #AC9008
Black with #AC9008
Text Example
Text Example
White with #AC9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9008; }
p { color: rgb(172,144,8); }
H1.HeaderClassName
{
color: #AC9008;
}
.AnyTagClassName
{
color: #AC9008;
}
</style>
background-color css
<style>
a { background-color: #AC9008; }
a { background-color: rgb(172,144,8); }
div.DivClassName
{
background-color: #AC9008;
}
.BgClassName
{
background-color: #AC9008;
}
</style>
border-color css
<style>
span { border-color: #AC9008; }
span { border-color: rgb(172,144,8); }
td.TdClassName
{
border-color: #AC9008;
}
.TagClassName
{
border-color: #AC9008;
}
</style>