Shades of Dark Goldenrod #AC7800
Tints of Dark Goldenrod #AC7800
RGB
CMYK
RGB Variations
Color information
#AC7800 (or 0xAC7800) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 00. RGB value is (172,120,0). Sum of RGB (Red+Green+Blue) = 172+120+0=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7800 is #5387FF. Grayscale: #7A7A7A. Windows color (decimal): -5474304 or 30892. OLE color: 30892.
HSL color Cylindrical-coordinate representation of color #AC7800: hue angle of 41.86º 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 #AC7800 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.33 |
| HSL | 41.86º | 1% | 0.34% | - |
| HSV(B) | 41.86º | 1% | 0.67% | - |
| XYZ | 23.73 | 22.2 | 3.04 | - |
| YUV | 121.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 0 | 0 | 0.30 | 1 | 0.33 | 41.86 | 1 | 0.34 |
| Hex | AC | 78 | 0 | 0 | 1E | 64 | 21 | 2A | 64 | 22 |
| Octal | 254 | 170 | 0 | 0 | 36 | 144 | 41 | 52 | 144 | 42 |
| Binary | 10101100 | 1111000 | 0 | 0 | 11110 | 1100100 | 100001 | 101010 | 1100100 | 100010 |
Color Harmonies of #AC7800
Complementary color
Monochromatic Colors of #AC7800
Black with #AC7800
Text Example
Text Example
White with #AC7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7800; }
p { color: rgb(172,120,0); }
H1.HeaderClassName
{
color: #AC7800;
}
.AnyTagClassName
{
color: #AC7800;
}
</style>
background-color css
<style>
a { background-color: #AC7800; }
a { background-color: rgb(172,120,0); }
div.DivClassName
{
background-color: #AC7800;
}
.BgClassName
{
background-color: #AC7800;
}
</style>
border-color css
<style>
span { border-color: #AC7800; }
span { border-color: rgb(172,120,0); }
td.TdClassName
{
border-color: #AC7800;
}
.TagClassName
{
border-color: #AC7800;
}
</style>