Shades of Dark Goldenrod #AC7C11
Tints of Dark Goldenrod #AC7C11
RGB
CMYK
RGB Variations
Color information
#AC7C11 (or 0xAC7C11) is known color: Dark Goldenrod. HEX triplet: AC, 7C and 11. RGB value is (172,124,17). Sum of RGB (Red+Green+Blue) = 172+124+17=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7C11 is #5383EE. Grayscale: #7E7E7E. Windows color (decimal): -5473263 or 1146028. OLE color: 1146028.
HSL color Cylindrical-coordinate representation of color #AC7C11: hue angle of 41.42º 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 #AC7C11 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 17 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.33 |
| HSL | 41.42º | 0.82% | 0.37% | - |
| HSV(B) | 41.42º | 0.9% | 0.67% | - |
| XYZ | 24.32 | 23.23 | 3.73 | - |
| YUV | 126.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 17 | 0 | 0.28 | 0.90 | 0.33 | 41.42 | 0.82 | 0.37 |
| Hex | AC | 7C | 11 | 0 | 1C | 5A | 21 | 29 | 52 | 25 |
| Octal | 254 | 174 | 21 | 0 | 34 | 132 | 41 | 51 | 122 | 45 |
| Binary | 10101100 | 1111100 | 10001 | 0 | 11100 | 1011010 | 100001 | 101001 | 1010010 | 100101 |
Color Harmonies of #AC7C11
Complementary color
Monochromatic Colors of #AC7C11
Black with #AC7C11
Text Example
Text Example
White with #AC7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C11; }
p { color: rgb(172,124,17); }
H1.HeaderClassName
{
color: #AC7C11;
}
.AnyTagClassName
{
color: #AC7C11;
}
</style>
background-color css
<style>
a { background-color: #AC7C11; }
a { background-color: rgb(172,124,17); }
div.DivClassName
{
background-color: #AC7C11;
}
.BgClassName
{
background-color: #AC7C11;
}
</style>
border-color css
<style>
span { border-color: #AC7C11; }
span { border-color: rgb(172,124,17); }
td.TdClassName
{
border-color: #AC7C11;
}
.TagClassName
{
border-color: #AC7C11;
}
</style>