Shades of Dark Goldenrod #AC7E16
Tints of Dark Goldenrod #AC7E16
RGB
CMYK
RGB Variations
Color information
#AC7E16 (or 0xAC7E16) is known color: Dark Goldenrod. HEX triplet: AC, 7E and 16. RGB value is (172,126,22). Sum of RGB (Red+Green+Blue) = 172+126+22=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7E16 is #5381E9. Grayscale: #808080. Windows color (decimal): -5472746 or 1474220. OLE color: 1474220.
HSL color Cylindrical-coordinate representation of color #AC7E16: hue angle of 41.6º 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 #AC7E16 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 22 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.33 |
| HSL | 41.6º | 0.77% | 0.38% | - |
| HSV(B) | 41.6º | 0.87% | 0.67% | - |
| XYZ | 24.62 | 23.75 | 4.05 | - |
| YUV | 127.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 22 | 0 | 0.27 | 0.87 | 0.33 | 41.6 | 0.77 | 0.38 |
| Hex | AC | 7E | 16 | 0 | 1B | 57 | 21 | 2A | 4D | 26 |
| Octal | 254 | 176 | 26 | 0 | 33 | 127 | 41 | 52 | 115 | 46 |
| Binary | 10101100 | 1111110 | 10110 | 0 | 11011 | 1010111 | 100001 | 101010 | 1001101 | 100110 |
Color Harmonies of #AC7E16
Complementary color
Monochromatic Colors of #AC7E16
Black with #AC7E16
Text Example
Text Example
White with #AC7E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E16; }
p { color: rgb(172,126,22); }
H1.HeaderClassName
{
color: #AC7E16;
}
.AnyTagClassName
{
color: #AC7E16;
}
</style>
background-color css
<style>
a { background-color: #AC7E16; }
a { background-color: rgb(172,126,22); }
div.DivClassName
{
background-color: #AC7E16;
}
.BgClassName
{
background-color: #AC7E16;
}
</style>
border-color css
<style>
span { border-color: #AC7E16; }
span { border-color: rgb(172,126,22); }
td.TdClassName
{
border-color: #AC7E16;
}
.TagClassName
{
border-color: #AC7E16;
}
</style>