Shades of Dark Goldenrod #AC7D16
Tints of Dark Goldenrod #AC7D16
RGB
CMYK
RGB Variations
Color information
#AC7D16 (or 0xAC7D16) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 16. RGB value is (172,125,22). Sum of RGB (Red+Green+Blue) = 172+125+22=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D16 is #5382E9. Grayscale: #7F7F7F. Windows color (decimal): -5473002 or 1473964. OLE color: 1473964.
HSL color Cylindrical-coordinate representation of color #AC7D16: hue angle of 41.2º 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 #AC7D16 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 22 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.33 |
| HSL | 41.2º | 0.77% | 0.38% | - |
| HSV(B) | 41.2º | 0.87% | 0.67% | - |
| XYZ | 24.49 | 23.5 | 4 | - |
| YUV | 127.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 22 | 0 | 0.27 | 0.87 | 0.33 | 41.2 | 0.77 | 0.38 |
| Hex | AC | 7D | 16 | 0 | 1B | 57 | 21 | 29 | 4D | 26 |
| Octal | 254 | 175 | 26 | 0 | 33 | 127 | 41 | 51 | 115 | 46 |
| Binary | 10101100 | 1111101 | 10110 | 0 | 11011 | 1010111 | 100001 | 101001 | 1001101 | 100110 |
Color Harmonies of #AC7D16
Complementary color
Monochromatic Colors of #AC7D16
Black with #AC7D16
Text Example
Text Example
White with #AC7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D16; }
p { color: rgb(172,125,22); }
H1.HeaderClassName
{
color: #AC7D16;
}
.AnyTagClassName
{
color: #AC7D16;
}
</style>
background-color css
<style>
a { background-color: #AC7D16; }
a { background-color: rgb(172,125,22); }
div.DivClassName
{
background-color: #AC7D16;
}
.BgClassName
{
background-color: #AC7D16;
}
</style>
border-color css
<style>
span { border-color: #AC7D16; }
span { border-color: rgb(172,125,22); }
td.TdClassName
{
border-color: #AC7D16;
}
.TagClassName
{
border-color: #AC7D16;
}
</style>