Shades of Dark Goldenrod #AC7D00
Tints of Dark Goldenrod #AC7D00
RGB
CMYK
RGB Variations
Color information
#AC7D00 (or 0xAC7D00) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 00. RGB value is (172,125,0). Sum of RGB (Red+Green+Blue) = 172+125+0=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D00 is #5382FF. Grayscale: #7D7D7D. Windows color (decimal): -5473024 or 32172. OLE color: 32172.
HSL color Cylindrical-coordinate representation of color #AC7D00: hue angle of 43.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC7D00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.33 |
| HSL | 43.6º | 1% | 0.34% | - |
| HSV(B) | 43.6º | 1% | 0.67% | - |
| XYZ | 24.35 | 23.44 | 3.24 | - |
| YUV | 124.8 | 57.57 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 0 | 0 | 0.27 | 1 | 0.33 | 43.6 | 1 | 0.34 |
| Hex | AC | 7D | 0 | 0 | 1B | 64 | 21 | 2C | 64 | 22 |
| Octal | 254 | 175 | 0 | 0 | 33 | 144 | 41 | 54 | 144 | 42 |
| Binary | 10101100 | 1111101 | 0 | 0 | 11011 | 1100100 | 100001 | 101100 | 1100100 | 100010 |
Color Harmonies of #AC7D00
Complementary color
Monochromatic Colors of #AC7D00
Black with #AC7D00
Text Example
Text Example
White with #AC7D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D00; }
p { color: rgb(172,125,0); }
H1.HeaderClassName
{
color: #AC7D00;
}
.AnyTagClassName
{
color: #AC7D00;
}
</style>
background-color css
<style>
a { background-color: #AC7D00; }
a { background-color: rgb(172,125,0); }
div.DivClassName
{
background-color: #AC7D00;
}
.BgClassName
{
background-color: #AC7D00;
}
</style>
border-color css
<style>
span { border-color: #AC7D00; }
span { border-color: rgb(172,125,0); }
td.TdClassName
{
border-color: #AC7D00;
}
.TagClassName
{
border-color: #AC7D00;
}
</style>