Shades of Dark Goldenrod #AC780D
Tints of Dark Goldenrod #AC780D
RGB
CMYK
RGB Variations
Color information
#AC780D (or 0xAC780D) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 0D. RGB value is (172,120,13). Sum of RGB (Red+Green+Blue) = 172+120+13=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC780D is #5387F2. Grayscale: #7B7B7B. Windows color (decimal): -5474291 or 882860. OLE color: 882860.
HSL color Cylindrical-coordinate representation of color #AC780D: hue angle of 40.38º degrees, saturation: 0.86, 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 #AC780D is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 13 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.33 |
| HSL | 40.38º | 0.86% | 0.36% | - |
| HSV(B) | 40.38º | 0.92% | 0.67% | - |
| XYZ | 23.8 | 22.23 | 3.42 | - |
| YUV | 123.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 13 | 0 | 0.30 | 0.92 | 0.33 | 40.38 | 0.86 | 0.36 |
| Hex | AC | 78 | D | 0 | 1E | 5C | 21 | 28 | 56 | 24 |
| Octal | 254 | 170 | 15 | 0 | 36 | 134 | 41 | 50 | 126 | 44 |
| Binary | 10101100 | 1111000 | 1101 | 0 | 11110 | 1011100 | 100001 | 101000 | 1010110 | 100100 |
Color Harmonies of #AC780D
Complementary color
Monochromatic Colors of #AC780D
Black with #AC780D
Text Example
Text Example
White with #AC780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC780D; }
p { color: rgb(172,120,13); }
H1.HeaderClassName
{
color: #AC780D;
}
.AnyTagClassName
{
color: #AC780D;
}
</style>
background-color css
<style>
a { background-color: #AC780D; }
a { background-color: rgb(172,120,13); }
div.DivClassName
{
background-color: #AC780D;
}
.BgClassName
{
background-color: #AC780D;
}
</style>
border-color css
<style>
span { border-color: #AC780D; }
span { border-color: rgb(172,120,13); }
td.TdClassName
{
border-color: #AC780D;
}
.TagClassName
{
border-color: #AC780D;
}
</style>