Shades of Dark Goldenrod #AC7D0C
Tints of Dark Goldenrod #AC7D0C
RGB
CMYK
RGB Variations
Color information
#AC7D0C (or 0xAC7D0C) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 0C. RGB value is (172,125,12). Sum of RGB (Red+Green+Blue) = 172+125+12=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D0C is #5382F3. Grayscale: #7E7E7E. Windows color (decimal): -5473012 or 818604. OLE color: 818604.
HSL color Cylindrical-coordinate representation of color #AC7D0C: hue angle of 42.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC7D0C is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 12 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.33 |
| HSL | 42.38º | 0.87% | 0.36% | - |
| HSV(B) | 42.38º | 0.93% | 0.67% | - |
| XYZ | 24.41 | 23.46 | 3.59 | - |
| YUV | 126.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 12 | 0 | 0.27 | 0.93 | 0.33 | 42.38 | 0.87 | 0.36 |
| Hex | AC | 7D | C | 0 | 1B | 5D | 21 | 2A | 57 | 24 |
| Octal | 254 | 175 | 14 | 0 | 33 | 135 | 41 | 52 | 127 | 44 |
| Binary | 10101100 | 1111101 | 1100 | 0 | 11011 | 1011101 | 100001 | 101010 | 1010111 | 100100 |
Color Harmonies of #AC7D0C
Complementary color
Monochromatic Colors of #AC7D0C
Black with #AC7D0C
Text Example
Text Example
White with #AC7D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D0C; }
p { color: rgb(172,125,12); }
H1.HeaderClassName
{
color: #AC7D0C;
}
.AnyTagClassName
{
color: #AC7D0C;
}
</style>
background-color css
<style>
a { background-color: #AC7D0C; }
a { background-color: rgb(172,125,12); }
div.DivClassName
{
background-color: #AC7D0C;
}
.BgClassName
{
background-color: #AC7D0C;
}
</style>
border-color css
<style>
span { border-color: #AC7D0C; }
span { border-color: rgb(172,125,12); }
td.TdClassName
{
border-color: #AC7D0C;
}
.TagClassName
{
border-color: #AC7D0C;
}
</style>