Shades of Dark Goldenrod #AC8412
Tints of Dark Goldenrod #AC8412
RGB
CMYK
RGB Variations
Color information
#AC8412 (or 0xAC8412) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 12. RGB value is (172,132,18). Sum of RGB (Red+Green+Blue) = 172+132+18=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8412 is #537BED. Grayscale: #838383. Windows color (decimal): -5471214 or 1213612. OLE color: 1213612.
HSL color Cylindrical-coordinate representation of color #AC8412: hue angle of 44.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8412 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.33 |
| HSL | 44.42º | 0.81% | 0.37% | - |
| HSV(B) | 44.42º | 0.9% | 0.67% | - |
| XYZ | 25.37 | 25.32 | 4.12 | - |
| YUV | 130.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 18 | 0 | 0.23 | 0.90 | 0.33 | 44.42 | 0.81 | 0.37 |
| Hex | AC | 84 | 12 | 0 | 17 | 5A | 21 | 2C | 51 | 25 |
| Octal | 254 | 204 | 22 | 0 | 27 | 132 | 41 | 54 | 121 | 45 |
| Binary | 10101100 | 10000100 | 10010 | 0 | 10111 | 1011010 | 100001 | 101100 | 1010001 | 100101 |
Color Harmonies of #AC8412
Complementary color
Monochromatic Colors of #AC8412
Black with #AC8412
Text Example
Text Example
White with #AC8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8412; }
p { color: rgb(172,132,18); }
H1.HeaderClassName
{
color: #AC8412;
}
.AnyTagClassName
{
color: #AC8412;
}
</style>
background-color css
<style>
a { background-color: #AC8412; }
a { background-color: rgb(172,132,18); }
div.DivClassName
{
background-color: #AC8412;
}
.BgClassName
{
background-color: #AC8412;
}
</style>
border-color css
<style>
span { border-color: #AC8412; }
span { border-color: rgb(172,132,18); }
td.TdClassName
{
border-color: #AC8412;
}
.TagClassName
{
border-color: #AC8412;
}
</style>