Shades of Dark Goldenrod #AC7A04
Tints of Dark Goldenrod #AC7A04
RGB
CMYK
RGB Variations
Color information
#AC7A04 (or 0xAC7A04) is known color: Dark Goldenrod. HEX triplet: AC, 7A and 04. RGB value is (172,122,4). Sum of RGB (Red+Green+Blue) = 172+122+4=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7A04 is #5385FB. Grayscale: #7C7C7C. Windows color (decimal): -5473788 or 293548. OLE color: 293548.
HSL color Cylindrical-coordinate representation of color #AC7A04: hue angle of 42.14º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC7A04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.33 |
| HSL | 42.14º | 0.95% | 0.35% | - |
| HSV(B) | 42.14º | 0.98% | 0.67% | - |
| XYZ | 23.99 | 22.7 | 3.23 | - |
| YUV | 123.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 4 | 0 | 0.29 | 0.98 | 0.33 | 42.14 | 0.95 | 0.35 |
| Hex | AC | 7A | 4 | 0 | 1D | 62 | 21 | 2A | 5F | 23 |
| Octal | 254 | 172 | 4 | 0 | 35 | 142 | 41 | 52 | 137 | 43 |
| Binary | 10101100 | 1111010 | 100 | 0 | 11101 | 1100010 | 100001 | 101010 | 1011111 | 100011 |
Color Harmonies of #AC7A04
Complementary color
Monochromatic Colors of #AC7A04
Black with #AC7A04
Text Example
Text Example
White with #AC7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A04; }
p { color: rgb(172,122,4); }
H1.HeaderClassName
{
color: #AC7A04;
}
.AnyTagClassName
{
color: #AC7A04;
}
</style>
background-color css
<style>
a { background-color: #AC7A04; }
a { background-color: rgb(172,122,4); }
div.DivClassName
{
background-color: #AC7A04;
}
.BgClassName
{
background-color: #AC7A04;
}
</style>
border-color css
<style>
span { border-color: #AC7A04; }
span { border-color: rgb(172,122,4); }
td.TdClassName
{
border-color: #AC7A04;
}
.TagClassName
{
border-color: #AC7A04;
}
</style>