Shades of Dark Goldenrod #AC8D07
Tints of Dark Goldenrod #AC8D07
RGB
CMYK
RGB Variations
Color information
#AC8D07 (or 0xAC8D07) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 07. RGB value is (172,141,7). Sum of RGB (Red+Green+Blue) = 172+141+7=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D07 is #5372F8. Grayscale: #878787. Windows color (decimal): -5468921 or 495020. OLE color: 495020.
HSL color Cylindrical-coordinate representation of color #AC8D07: hue angle of 48.73º 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 #AC8D07 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.33 |
| HSL | 48.73º | 0.92% | 0.35% | - |
| HSV(B) | 48.73º | 0.96% | 0.67% | - |
| XYZ | 26.58 | 27.84 | 4.17 | - |
| YUV | 134.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 7 | 0 | 0.18 | 0.96 | 0.33 | 48.73 | 0.92 | 0.35 |
| Hex | AC | 8D | 7 | 0 | 12 | 60 | 21 | 31 | 5C | 23 |
| Octal | 254 | 215 | 7 | 0 | 22 | 140 | 41 | 61 | 134 | 43 |
| Binary | 10101100 | 10001101 | 111 | 0 | 10010 | 1100000 | 100001 | 110001 | 1011100 | 100011 |
Color Harmonies of #AC8D07
Complementary color
Monochromatic Colors of #AC8D07
Black with #AC8D07
Text Example
Text Example
White with #AC8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D07; }
p { color: rgb(172,141,7); }
H1.HeaderClassName
{
color: #AC8D07;
}
.AnyTagClassName
{
color: #AC8D07;
}
</style>
background-color css
<style>
a { background-color: #AC8D07; }
a { background-color: rgb(172,141,7); }
div.DivClassName
{
background-color: #AC8D07;
}
.BgClassName
{
background-color: #AC8D07;
}
</style>
border-color css
<style>
span { border-color: #AC8D07; }
span { border-color: rgb(172,141,7); }
td.TdClassName
{
border-color: #AC8D07;
}
.TagClassName
{
border-color: #AC8D07;
}
</style>