Shades of Dark Goldenrod #AC8A0D
Tints of Dark Goldenrod #AC8A0D
RGB
CMYK
RGB Variations
Color information
#AC8A0D (or 0xAC8A0D) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 0D. RGB value is (172,138,13). Sum of RGB (Red+Green+Blue) = 172+138+13=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A0D is #5375F2. Grayscale: #868686. Windows color (decimal): -5469683 or 887468. OLE color: 887468.
HSL color Cylindrical-coordinate representation of color #AC8A0D: hue angle of 47.17º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC8A0D is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 13 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.33 |
| HSL | 47.17º | 0.86% | 0.36% | - |
| HSV(B) | 47.17º | 0.92% | 0.67% | - |
| XYZ | 26.17 | 26.98 | 4.21 | - |
| YUV | 133.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 13 | 0 | 0.20 | 0.92 | 0.33 | 47.17 | 0.86 | 0.36 |
| Hex | AC | 8A | D | 0 | 14 | 5C | 21 | 2F | 56 | 24 |
| Octal | 254 | 212 | 15 | 0 | 24 | 134 | 41 | 57 | 126 | 44 |
| Binary | 10101100 | 10001010 | 1101 | 0 | 10100 | 1011100 | 100001 | 101111 | 1010110 | 100100 |
Color Harmonies of #AC8A0D
Complementary color
Monochromatic Colors of #AC8A0D
Black with #AC8A0D
Text Example
Text Example
White with #AC8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A0D; }
p { color: rgb(172,138,13); }
H1.HeaderClassName
{
color: #AC8A0D;
}
.AnyTagClassName
{
color: #AC8A0D;
}
</style>
background-color css
<style>
a { background-color: #AC8A0D; }
a { background-color: rgb(172,138,13); }
div.DivClassName
{
background-color: #AC8A0D;
}
.BgClassName
{
background-color: #AC8A0D;
}
</style>
border-color css
<style>
span { border-color: #AC8A0D; }
span { border-color: rgb(172,138,13); }
td.TdClassName
{
border-color: #AC8A0D;
}
.TagClassName
{
border-color: #AC8A0D;
}
</style>