Shades of Dark Goldenrod #AC7E11
Tints of Dark Goldenrod #AC7E11
RGB
CMYK
RGB Variations
Color information
#AC7E11 (or 0xAC7E11) is known color: Dark Goldenrod. HEX triplet: AC, 7E and 11. RGB value is (172,126,17). Sum of RGB (Red+Green+Blue) = 172+126+17=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7E11 is #5381EE. Grayscale: #7F7F7F. Windows color (decimal): -5472751 or 1146540. OLE color: 1146540.
HSL color Cylindrical-coordinate representation of color #AC7E11: hue angle of 42.19º 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 #AC7E11 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 17 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.33 |
| HSL | 42.19º | 0.82% | 0.37% | - |
| HSV(B) | 42.19º | 0.9% | 0.67% | - |
| XYZ | 24.58 | 23.73 | 3.82 | - |
| YUV | 127.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 17 | 0 | 0.27 | 0.90 | 0.33 | 42.19 | 0.82 | 0.37 |
| Hex | AC | 7E | 11 | 0 | 1B | 5A | 21 | 2A | 52 | 25 |
| Octal | 254 | 176 | 21 | 0 | 33 | 132 | 41 | 52 | 122 | 45 |
| Binary | 10101100 | 1111110 | 10001 | 0 | 11011 | 1011010 | 100001 | 101010 | 1010010 | 100101 |
Color Harmonies of #AC7E11
Complementary color
Monochromatic Colors of #AC7E11
Black with #AC7E11
Text Example
Text Example
White with #AC7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E11; }
p { color: rgb(172,126,17); }
H1.HeaderClassName
{
color: #AC7E11;
}
.AnyTagClassName
{
color: #AC7E11;
}
</style>
background-color css
<style>
a { background-color: #AC7E11; }
a { background-color: rgb(172,126,17); }
div.DivClassName
{
background-color: #AC7E11;
}
.BgClassName
{
background-color: #AC7E11;
}
</style>
border-color css
<style>
span { border-color: #AC7E11; }
span { border-color: rgb(172,126,17); }
td.TdClassName
{
border-color: #AC7E11;
}
.TagClassName
{
border-color: #AC7E11;
}
</style>