Shades of Dark Goldenrod #AC8007
Tints of Dark Goldenrod #AC8007
RGB
CMYK
RGB Variations
Color information
#AC8007 (or 0xAC8007) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 07. RGB value is (172,128,7). Sum of RGB (Red+Green+Blue) = 172+128+7=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8007 is #537FF8. Grayscale: #7F7F7F. Windows color (decimal): -5472249 or 491692. OLE color: 491692.
HSL color Cylindrical-coordinate representation of color #AC8007: hue angle of 44º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC8007 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 7 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.33 |
| HSL | 44º | 0.92% | 0.35% | - |
| HSV(B) | 44º | 0.96% | 0.67% | - |
| XYZ | 24.77 | 24.22 | 3.57 | - |
| YUV | 127.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 7 | 0 | 0.26 | 0.96 | 0.33 | 44 | 0.92 | 0.35 |
| Hex | AC | 80 | 7 | 0 | 1A | 60 | 21 | 2C | 5C | 23 |
| Octal | 254 | 200 | 7 | 0 | 32 | 140 | 41 | 54 | 134 | 43 |
| Binary | 10101100 | 10000000 | 111 | 0 | 11010 | 1100000 | 100001 | 101100 | 1011100 | 100011 |
Color Harmonies of #AC8007
Complementary color
Monochromatic Colors of #AC8007
Black with #AC8007
Text Example
Text Example
White with #AC8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8007; }
p { color: rgb(172,128,7); }
H1.HeaderClassName
{
color: #AC8007;
}
.AnyTagClassName
{
color: #AC8007;
}
</style>
background-color css
<style>
a { background-color: #AC8007; }
a { background-color: rgb(172,128,7); }
div.DivClassName
{
background-color: #AC8007;
}
.BgClassName
{
background-color: #AC8007;
}
</style>
border-color css
<style>
span { border-color: #AC8007; }
span { border-color: rgb(172,128,7); }
td.TdClassName
{
border-color: #AC8007;
}
.TagClassName
{
border-color: #AC8007;
}
</style>