Shades of Dark Goldenrod #AC7700
Tints of Dark Goldenrod #AC7700
RGB
CMYK
RGB Variations
Color information
#AC7700 (or 0xAC7700) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 00. RGB value is (172,119,0). Sum of RGB (Red+Green+Blue) = 172+119+0=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7700 is #5388FF. Grayscale: #797979. Windows color (decimal): -5474560 or 30636. OLE color: 30636.
HSL color Cylindrical-coordinate representation of color #AC7700: hue angle of 41.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC7700 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.33 |
| HSL | 41.51º | 1% | 0.34% | - |
| HSV(B) | 41.51º | 1% | 0.67% | - |
| XYZ | 23.61 | 21.96 | 3 | - |
| YUV | 121.28 | 59.56 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 0 | 0 | 0.31 | 1 | 0.33 | 41.51 | 1 | 0.34 |
| Hex | AC | 77 | 0 | 0 | 1F | 64 | 21 | 2A | 64 | 22 |
| Octal | 254 | 167 | 0 | 0 | 37 | 144 | 41 | 52 | 144 | 42 |
| Binary | 10101100 | 1110111 | 0 | 0 | 11111 | 1100100 | 100001 | 101010 | 1100100 | 100010 |
Color Harmonies of #AC7700
Complementary color
Monochromatic Colors of #AC7700
Black with #AC7700
Text Example
Text Example
White with #AC7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7700; }
p { color: rgb(172,119,0); }
H1.HeaderClassName
{
color: #AC7700;
}
.AnyTagClassName
{
color: #AC7700;
}
</style>
background-color css
<style>
a { background-color: #AC7700; }
a { background-color: rgb(172,119,0); }
div.DivClassName
{
background-color: #AC7700;
}
.BgClassName
{
background-color: #AC7700;
}
</style>
border-color css
<style>
span { border-color: #AC7700; }
span { border-color: rgb(172,119,0); }
td.TdClassName
{
border-color: #AC7700;
}
.TagClassName
{
border-color: #AC7700;
}
</style>