Shades of Dark Goldenrod #AC8818
Tints of Dark Goldenrod #AC8818
RGB
CMYK
RGB Variations
Color information
#AC8818 (or 0xAC8818) is known color: Dark Goldenrod. HEX triplet: AC, 88 and 18. RGB value is (172,136,24). Sum of RGB (Red+Green+Blue) = 172+136+24=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8818 is #5377E7. Grayscale: #868686. Windows color (decimal): -5470184 or 1607852. OLE color: 1607852.
HSL color Cylindrical-coordinate representation of color #AC8818: hue angle of 45.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC8818 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 24 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.33 |
| HSL | 45.41º | 0.76% | 0.38% | - |
| HSV(B) | 45.41º | 0.86% | 0.67% | - |
| XYZ | 25.98 | 26.44 | 4.6 | - |
| YUV | 134 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 24 | 0 | 0.21 | 0.86 | 0.33 | 45.41 | 0.76 | 0.38 |
| Hex | AC | 88 | 18 | 0 | 15 | 56 | 21 | 2D | 4C | 26 |
| Octal | 254 | 210 | 30 | 0 | 25 | 126 | 41 | 55 | 114 | 46 |
| Binary | 10101100 | 10001000 | 11000 | 0 | 10101 | 1010110 | 100001 | 101101 | 1001100 | 100110 |
Color Harmonies of #AC8818
Complementary color
Monochromatic Colors of #AC8818
Black with #AC8818
Text Example
Text Example
White with #AC8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8818; }
p { color: rgb(172,136,24); }
H1.HeaderClassName
{
color: #AC8818;
}
.AnyTagClassName
{
color: #AC8818;
}
</style>
background-color css
<style>
a { background-color: #AC8818; }
a { background-color: rgb(172,136,24); }
div.DivClassName
{
background-color: #AC8818;
}
.BgClassName
{
background-color: #AC8818;
}
</style>
border-color css
<style>
span { border-color: #AC8818; }
span { border-color: rgb(172,136,24); }
td.TdClassName
{
border-color: #AC8818;
}
.TagClassName
{
border-color: #AC8818;
}
</style>