Shades of Dark Goldenrod #AC7C14
Tints of Dark Goldenrod #AC7C14
RGB
CMYK
RGB Variations
Color information
#AC7C14 (or 0xAC7C14) is known color: Dark Goldenrod. HEX triplet: AC, 7C and 14. RGB value is (172,124,20). Sum of RGB (Red+Green+Blue) = 172+124+20=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C14 is #5383EB. Grayscale: #7E7E7E. Windows color (decimal): -5473260 or 1342636. OLE color: 1342636.
HSL color Cylindrical-coordinate representation of color #AC7C14: hue angle of 41.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC7C14 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 20 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.33 |
| HSL | 41.05º | 0.79% | 0.38% | - |
| HSV(B) | 41.05º | 0.88% | 0.67% | - |
| XYZ | 24.35 | 23.24 | 3.86 | - |
| YUV | 126.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 20 | 0 | 0.28 | 0.88 | 0.33 | 41.05 | 0.79 | 0.38 |
| Hex | AC | 7C | 14 | 0 | 1C | 58 | 21 | 29 | 4F | 26 |
| Octal | 254 | 174 | 24 | 0 | 34 | 130 | 41 | 51 | 117 | 46 |
| Binary | 10101100 | 1111100 | 10100 | 0 | 11100 | 1011000 | 100001 | 101001 | 1001111 | 100110 |
Color Harmonies of #AC7C14
Complementary color
Monochromatic Colors of #AC7C14
Black with #AC7C14
Text Example
Text Example
White with #AC7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C14; }
p { color: rgb(172,124,20); }
H1.HeaderClassName
{
color: #AC7C14;
}
.AnyTagClassName
{
color: #AC7C14;
}
</style>
background-color css
<style>
a { background-color: #AC7C14; }
a { background-color: rgb(172,124,20); }
div.DivClassName
{
background-color: #AC7C14;
}
.BgClassName
{
background-color: #AC7C14;
}
</style>
border-color css
<style>
span { border-color: #AC7C14; }
span { border-color: rgb(172,124,20); }
td.TdClassName
{
border-color: #AC7C14;
}
.TagClassName
{
border-color: #AC7C14;
}
</style>