Shades of Dark Goldenrod #AC780E
Tints of Dark Goldenrod #AC780E
RGB
CMYK
RGB Variations
Color information
#AC780E (or 0xAC780E) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 0E. RGB value is (172,120,14). Sum of RGB (Red+Green+Blue) = 172+120+14=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC780E is #5387F1. Grayscale: #7B7B7B. Windows color (decimal): -5474290 or 948396. OLE color: 948396.
HSL color Cylindrical-coordinate representation of color #AC780E: hue angle of 40.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC780E is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 14 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.33 |
| HSL | 40.25º | 0.85% | 0.36% | - |
| HSV(B) | 40.25º | 0.92% | 0.67% | - |
| XYZ | 23.81 | 22.24 | 3.45 | - |
| YUV | 123.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 14 | 0 | 0.30 | 0.92 | 0.33 | 40.25 | 0.85 | 0.36 |
| Hex | AC | 78 | E | 0 | 1E | 5C | 21 | 28 | 55 | 24 |
| Octal | 254 | 170 | 16 | 0 | 36 | 134 | 41 | 50 | 125 | 44 |
| Binary | 10101100 | 1111000 | 1110 | 0 | 11110 | 1011100 | 100001 | 101000 | 1010101 | 100100 |
Color Harmonies of #AC780E
Complementary color
Monochromatic Colors of #AC780E
Black with #AC780E
Text Example
Text Example
White with #AC780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC780E; }
p { color: rgb(172,120,14); }
H1.HeaderClassName
{
color: #AC780E;
}
.AnyTagClassName
{
color: #AC780E;
}
</style>
background-color css
<style>
a { background-color: #AC780E; }
a { background-color: rgb(172,120,14); }
div.DivClassName
{
background-color: #AC780E;
}
.BgClassName
{
background-color: #AC780E;
}
</style>
border-color css
<style>
span { border-color: #AC780E; }
span { border-color: rgb(172,120,14); }
td.TdClassName
{
border-color: #AC780E;
}
.TagClassName
{
border-color: #AC780E;
}
</style>