Shades of Dark Goldenrod #AC8816
Tints of Dark Goldenrod #AC8816
RGB
CMYK
RGB Variations
Color information
#AC8816 (or 0xAC8816) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 16. RGB value is (172,136,22). Sum of RGB (Red+Green+Blue) = 172+136+22=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8816 is #5377E9. Grayscale: #868686. Windows color (decimal): -5470186 or 1476780. OLE color: 1476780.
HSL color Cylindrical-coordinate representation of color #AC8816: hue angle of 45.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC8816 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 22 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.33 |
| HSL | 45.6º | 0.77% | 0.38% | - |
| HSV(B) | 45.6º | 0.87% | 0.67% | - |
| XYZ | 25.96 | 26.44 | 4.49 | - |
| YUV | 133.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 22 | 0 | 0.21 | 0.87 | 0.33 | 45.6 | 0.77 | 0.38 |
| Hex | AC | 88 | 16 | 0 | 15 | 57 | 21 | 2E | 4D | 26 |
| Octal | 254 | 210 | 26 | 0 | 25 | 127 | 41 | 56 | 115 | 46 |
| Binary | 10101100 | 10001000 | 10110 | 0 | 10101 | 1010111 | 100001 | 101110 | 1001101 | 100110 |
Color Harmonies of #AC8816
Complementary color
Monochromatic Colors of #AC8816
Black with #AC8816
Text Example
Text Example
White with #AC8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8816; }
p { color: rgb(172,136,22); }
H1.HeaderClassName
{
color: #AC8816;
}
.AnyTagClassName
{
color: #AC8816;
}
</style>
background-color css
<style>
a { background-color: #AC8816; }
a { background-color: rgb(172,136,22); }
div.DivClassName
{
background-color: #AC8816;
}
.BgClassName
{
background-color: #AC8816;
}
</style>
border-color css
<style>
span { border-color: #AC8816; }
span { border-color: rgb(172,136,22); }
td.TdClassName
{
border-color: #AC8816;
}
.TagClassName
{
border-color: #AC8816;
}
</style>