Shades of Dark Goldenrod #AC8411
Tints of Dark Goldenrod #AC8411
RGB
CMYK
RGB Variations
Color information
#AC8411 (or 0xAC8411) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 11. RGB value is (172,132,17). Sum of RGB (Red+Green+Blue) = 172+132+17=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8411 is #537BEE. Grayscale: #838383. Windows color (decimal): -5471215 or 1148076. OLE color: 1148076.
HSL color Cylindrical-coordinate representation of color #AC8411: hue angle of 44.52º degrees, saturation: 0.82, 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 #AC8411 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.33 |
| HSL | 44.52º | 0.82% | 0.37% | - |
| HSV(B) | 44.52º | 0.9% | 0.67% | - |
| XYZ | 25.37 | 25.31 | 4.08 | - |
| YUV | 130.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 17 | 0 | 0.23 | 0.90 | 0.33 | 44.52 | 0.82 | 0.37 |
| Hex | AC | 84 | 11 | 0 | 17 | 5A | 21 | 2D | 52 | 25 |
| Octal | 254 | 204 | 21 | 0 | 27 | 132 | 41 | 55 | 122 | 45 |
| Binary | 10101100 | 10000100 | 10001 | 0 | 10111 | 1011010 | 100001 | 101101 | 1010010 | 100101 |
Color Harmonies of #AC8411
Complementary color
Monochromatic Colors of #AC8411
Black with #AC8411
Text Example
Text Example
White with #AC8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8411; }
p { color: rgb(172,132,17); }
H1.HeaderClassName
{
color: #AC8411;
}
.AnyTagClassName
{
color: #AC8411;
}
</style>
background-color css
<style>
a { background-color: #AC8411; }
a { background-color: rgb(172,132,17); }
div.DivClassName
{
background-color: #AC8411;
}
.BgClassName
{
background-color: #AC8411;
}
</style>
border-color css
<style>
span { border-color: #AC8411; }
span { border-color: rgb(172,132,17); }
td.TdClassName
{
border-color: #AC8411;
}
.TagClassName
{
border-color: #AC8411;
}
</style>