Shades of Dark Goldenrod #AC8008
Tints of Dark Goldenrod #AC8008
RGB
CMYK
RGB Variations
Color information
#AC8008 (or 0xAC8008) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 08. RGB value is (172,128,8). Sum of RGB (Red+Green+Blue) = 172+128+8=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8008 is #537FF7. Grayscale: #808080. Windows color (decimal): -5472248 or 557228. OLE color: 557228.
HSL color Cylindrical-coordinate representation of color #AC8008: hue angle of 43.9º 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 #AC8008 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.33 |
| HSL | 43.9º | 0.91% | 0.35% | - |
| HSV(B) | 43.9º | 0.95% | 0.67% | - |
| XYZ | 24.78 | 24.23 | 3.6 | - |
| YUV | 127.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 8 | 0 | 0.26 | 0.95 | 0.33 | 43.9 | 0.91 | 0.35 |
| Hex | AC | 80 | 8 | 0 | 1A | 5F | 21 | 2C | 5B | 23 |
| Octal | 254 | 200 | 10 | 0 | 32 | 137 | 41 | 54 | 133 | 43 |
| Binary | 10101100 | 10000000 | 1000 | 0 | 11010 | 1011111 | 100001 | 101100 | 1011011 | 100011 |
Color Harmonies of #AC8008
Complementary color
Monochromatic Colors of #AC8008
Black with #AC8008
Text Example
Text Example
White with #AC8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8008; }
p { color: rgb(172,128,8); }
H1.HeaderClassName
{
color: #AC8008;
}
.AnyTagClassName
{
color: #AC8008;
}
</style>
background-color css
<style>
a { background-color: #AC8008; }
a { background-color: rgb(172,128,8); }
div.DivClassName
{
background-color: #AC8008;
}
.BgClassName
{
background-color: #AC8008;
}
</style>
border-color css
<style>
span { border-color: #AC8008; }
span { border-color: rgb(172,128,8); }
td.TdClassName
{
border-color: #AC8008;
}
.TagClassName
{
border-color: #AC8008;
}
</style>