Shades of Dark Goldenrod #AC8A04
Tints of Dark Goldenrod #AC8A04
RGB
CMYK
RGB Variations
Color information
#AC8A04 (or 0xAC8A04) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 04. RGB value is (172,138,4). Sum of RGB (Red+Green+Blue) = 172+138+4=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A04 is #5375FB. Grayscale: #858585. Windows color (decimal): -5469692 or 297644. OLE color: 297644.
HSL color Cylindrical-coordinate representation of color #AC8A04: hue angle of 47.86º 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 #AC8A04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.33 |
| HSL | 47.86º | 0.95% | 0.35% | - |
| HSV(B) | 47.86º | 0.98% | 0.67% | - |
| XYZ | 26.12 | 26.96 | 3.94 | - |
| YUV | 132.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 4 | 0 | 0.20 | 0.98 | 0.33 | 47.86 | 0.95 | 0.35 |
| Hex | AC | 8A | 4 | 0 | 14 | 62 | 21 | 30 | 5F | 23 |
| Octal | 254 | 212 | 4 | 0 | 24 | 142 | 41 | 60 | 137 | 43 |
| Binary | 10101100 | 10001010 | 100 | 0 | 10100 | 1100010 | 100001 | 110000 | 1011111 | 100011 |
Color Harmonies of #AC8A04
Complementary color
Monochromatic Colors of #AC8A04
Black with #AC8A04
Text Example
Text Example
White with #AC8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A04; }
p { color: rgb(172,138,4); }
H1.HeaderClassName
{
color: #AC8A04;
}
.AnyTagClassName
{
color: #AC8A04;
}
</style>
background-color css
<style>
a { background-color: #AC8A04; }
a { background-color: rgb(172,138,4); }
div.DivClassName
{
background-color: #AC8A04;
}
.BgClassName
{
background-color: #AC8A04;
}
</style>
border-color css
<style>
span { border-color: #AC8A04; }
span { border-color: rgb(172,138,4); }
td.TdClassName
{
border-color: #AC8A04;
}
.TagClassName
{
border-color: #AC8A04;
}
</style>