Shades of Dark Goldenrod #AC8416
Tints of Dark Goldenrod #AC8416
RGB
CMYK
RGB Variations
Color information
#AC8416 (or 0xAC8416) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 16. RGB value is (172,132,22). Sum of RGB (Red+Green+Blue) = 172+132+22=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8416 is #537BE9. Grayscale: #838383. Windows color (decimal): -5471210 or 1475756. OLE color: 1475756.
HSL color Cylindrical-coordinate representation of color #AC8416: hue angle of 44º 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 #AC8416 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 22 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.33 |
| HSL | 44º | 0.77% | 0.38% | - |
| HSV(B) | 44º | 0.87% | 0.67% | - |
| XYZ | 25.41 | 25.33 | 4.31 | - |
| YUV | 131.42 | 66.25 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 22 | 0 | 0.23 | 0.87 | 0.33 | 44 | 0.77 | 0.38 |
| Hex | AC | 84 | 16 | 0 | 17 | 57 | 21 | 2C | 4D | 26 |
| Octal | 254 | 204 | 26 | 0 | 27 | 127 | 41 | 54 | 115 | 46 |
| Binary | 10101100 | 10000100 | 10110 | 0 | 10111 | 1010111 | 100001 | 101100 | 1001101 | 100110 |
Color Harmonies of #AC8416
Complementary color
Monochromatic Colors of #AC8416
Black with #AC8416
Text Example
Text Example
White with #AC8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8416; }
p { color: rgb(172,132,22); }
H1.HeaderClassName
{
color: #AC8416;
}
.AnyTagClassName
{
color: #AC8416;
}
</style>
background-color css
<style>
a { background-color: #AC8416; }
a { background-color: rgb(172,132,22); }
div.DivClassName
{
background-color: #AC8416;
}
.BgClassName
{
background-color: #AC8416;
}
</style>
border-color css
<style>
span { border-color: #AC8416; }
span { border-color: rgb(172,132,22); }
td.TdClassName
{
border-color: #AC8416;
}
.TagClassName
{
border-color: #AC8416;
}
</style>