Shades of Dark Goldenrod #AC7C16
Tints of Dark Goldenrod #AC7C16
RGB
CMYK
RGB Variations
Color information
#AC7C16 (or 0xAC7C16) is known color: Dark Goldenrod. HEX triplet: AC, 7C and 16. RGB value is (172,124,22). Sum of RGB (Red+Green+Blue) = 172+124+22=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C16 is #5383E9. Grayscale: #7F7F7F. Windows color (decimal): -5473258 or 1473708. OLE color: 1473708.
HSL color Cylindrical-coordinate representation of color #AC7C16: hue angle of 40.8º 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 #AC7C16 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 22 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.33 |
| HSL | 40.8º | 0.77% | 0.38% | - |
| HSV(B) | 40.8º | 0.87% | 0.67% | - |
| XYZ | 24.37 | 23.24 | 3.96 | - |
| YUV | 126.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 22 | 0 | 0.28 | 0.87 | 0.33 | 40.8 | 0.77 | 0.38 |
| Hex | AC | 7C | 16 | 0 | 1C | 57 | 21 | 29 | 4D | 26 |
| Octal | 254 | 174 | 26 | 0 | 34 | 127 | 41 | 51 | 115 | 46 |
| Binary | 10101100 | 1111100 | 10110 | 0 | 11100 | 1010111 | 100001 | 101001 | 1001101 | 100110 |
Color Harmonies of #AC7C16
Complementary color
Monochromatic Colors of #AC7C16
Black with #AC7C16
Text Example
Text Example
White with #AC7C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C16; }
p { color: rgb(172,124,22); }
H1.HeaderClassName
{
color: #AC7C16;
}
.AnyTagClassName
{
color: #AC7C16;
}
</style>
background-color css
<style>
a { background-color: #AC7C16; }
a { background-color: rgb(172,124,22); }
div.DivClassName
{
background-color: #AC7C16;
}
.BgClassName
{
background-color: #AC7C16;
}
</style>
border-color css
<style>
span { border-color: #AC7C16; }
span { border-color: rgb(172,124,22); }
td.TdClassName
{
border-color: #AC7C16;
}
.TagClassName
{
border-color: #AC7C16;
}
</style>