Shades of Dark Goldenrod #AC7F11
Tints of Dark Goldenrod #AC7F11
RGB
CMYK
RGB Variations
Color information
#AC7F11 (or 0xAC7F11) is known color: Dark Goldenrod. HEX triplet: AC, 7F and 11. RGB value is (172,127,17). Sum of RGB (Red+Green+Blue) = 172+127+17=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7F11 is #5380EE. Grayscale: #808080. Windows color (decimal): -5472495 or 1146796. OLE color: 1146796.
HSL color Cylindrical-coordinate representation of color #AC7F11: hue angle of 42.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC7F11 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 17 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.33 |
| HSL | 42.58º | 0.82% | 0.37% | - |
| HSV(B) | 42.58º | 0.9% | 0.67% | - |
| XYZ | 24.7 | 23.99 | 3.86 | - |
| YUV | 127.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 17 | 0 | 0.26 | 0.90 | 0.33 | 42.58 | 0.82 | 0.37 |
| Hex | AC | 7F | 11 | 0 | 1A | 5A | 21 | 2B | 52 | 25 |
| Octal | 254 | 177 | 21 | 0 | 32 | 132 | 41 | 53 | 122 | 45 |
| Binary | 10101100 | 1111111 | 10001 | 0 | 11010 | 1011010 | 100001 | 101011 | 1010010 | 100101 |
Color Harmonies of #AC7F11
Complementary color
Monochromatic Colors of #AC7F11
Black with #AC7F11
Text Example
Text Example
White with #AC7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F11; }
p { color: rgb(172,127,17); }
H1.HeaderClassName
{
color: #AC7F11;
}
.AnyTagClassName
{
color: #AC7F11;
}
</style>
background-color css
<style>
a { background-color: #AC7F11; }
a { background-color: rgb(172,127,17); }
div.DivClassName
{
background-color: #AC7F11;
}
.BgClassName
{
background-color: #AC7F11;
}
</style>
border-color css
<style>
span { border-color: #AC7F11; }
span { border-color: rgb(172,127,17); }
td.TdClassName
{
border-color: #AC7F11;
}
.TagClassName
{
border-color: #AC7F11;
}
</style>