Shades of Dark Goldenrod #AC7F0D
Tints of Dark Goldenrod #AC7F0D
RGB
CMYK
RGB Variations
Color information
#AC7F0D (or 0xAC7F0D) is known color: Dark Goldenrod. HEX triplet: AC, 7F and 0D. RGB value is (172,127,13). Sum of RGB (Red+Green+Blue) = 172+127+13=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7F0D is #5380F2. Grayscale: #7F7F7F. Windows color (decimal): -5472499 or 884652. OLE color: 884652.
HSL color Cylindrical-coordinate representation of color #AC7F0D: hue angle of 43.02º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC7F0D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.33 |
| HSL | 43.02º | 0.86% | 0.36% | - |
| HSV(B) | 43.02º | 0.92% | 0.67% | - |
| XYZ | 24.68 | 23.98 | 3.71 | - |
| YUV | 127.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 13 | 0 | 0.26 | 0.92 | 0.33 | 43.02 | 0.86 | 0.36 |
| Hex | AC | 7F | D | 0 | 1A | 5C | 21 | 2B | 56 | 24 |
| Octal | 254 | 177 | 15 | 0 | 32 | 134 | 41 | 53 | 126 | 44 |
| Binary | 10101100 | 1111111 | 1101 | 0 | 11010 | 1011100 | 100001 | 101011 | 1010110 | 100100 |
Color Harmonies of #AC7F0D
Complementary color
Monochromatic Colors of #AC7F0D
Black with #AC7F0D
Text Example
Text Example
White with #AC7F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F0D; }
p { color: rgb(172,127,13); }
H1.HeaderClassName
{
color: #AC7F0D;
}
.AnyTagClassName
{
color: #AC7F0D;
}
</style>
background-color css
<style>
a { background-color: #AC7F0D; }
a { background-color: rgb(172,127,13); }
div.DivClassName
{
background-color: #AC7F0D;
}
.BgClassName
{
background-color: #AC7F0D;
}
</style>
border-color css
<style>
span { border-color: #AC7F0D; }
span { border-color: rgb(172,127,13); }
td.TdClassName
{
border-color: #AC7F0D;
}
.TagClassName
{
border-color: #AC7F0D;
}
</style>