Shades of Dark Goldenrod #AC7811
Tints of Dark Goldenrod #AC7811
RGB
CMYK
RGB Variations
Color information
#AC7811 (or 0xAC7811) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 11. RGB value is (172,120,17). Sum of RGB (Red+Green+Blue) = 172+120+17=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7811 is #5387EE. Grayscale: #7C7C7C. Windows color (decimal): -5474287 or 1145004. OLE color: 1145004.
HSL color Cylindrical-coordinate representation of color #AC7811: hue angle of 39.87º 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 #AC7811 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 17 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.33 |
| HSL | 39.87º | 0.82% | 0.37% | - |
| HSV(B) | 39.87º | 0.9% | 0.67% | - |
| XYZ | 23.83 | 22.24 | 3.57 | - |
| YUV | 123.81 | 67.73 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 17 | 0 | 0.30 | 0.90 | 0.33 | 39.87 | 0.82 | 0.37 |
| Hex | AC | 78 | 11 | 0 | 1E | 5A | 21 | 28 | 52 | 25 |
| Octal | 254 | 170 | 21 | 0 | 36 | 132 | 41 | 50 | 122 | 45 |
| Binary | 10101100 | 1111000 | 10001 | 0 | 11110 | 1011010 | 100001 | 101000 | 1010010 | 100101 |
Color Harmonies of #AC7811
Complementary color
Monochromatic Colors of #AC7811
Black with #AC7811
Text Example
Text Example
White with #AC7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7811; }
p { color: rgb(172,120,17); }
H1.HeaderClassName
{
color: #AC7811;
}
.AnyTagClassName
{
color: #AC7811;
}
</style>
background-color css
<style>
a { background-color: #AC7811; }
a { background-color: rgb(172,120,17); }
div.DivClassName
{
background-color: #AC7811;
}
.BgClassName
{
background-color: #AC7811;
}
</style>
border-color css
<style>
span { border-color: #AC7811; }
span { border-color: rgb(172,120,17); }
td.TdClassName
{
border-color: #AC7811;
}
.TagClassName
{
border-color: #AC7811;
}
</style>