Shades of Dark Goldenrod #A78612
Tints of Dark Goldenrod #A78612
RGB
CMYK
RGB Variations
Color information
#A78612 (or 0xA78612) is known color: Dark Goldenrod. HEX triplet: A7, 86 and 12. RGB value is (167,134,18). Sum of RGB (Red+Green+Blue) = 167+134+18=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A78612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78612 is #5879ED. Grayscale: #838383. Windows color (decimal): -5798382 or 1214119. OLE color: 1214119.
HSL color Cylindrical-coordinate representation of color #A78612: hue angle of 46.71º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A78612 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 18 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.35 |
| HSL | 46.71º | 0.81% | 0.36% | - |
| HSV(B) | 46.71º | 0.89% | 0.65% | - |
| XYZ | 24.57 | 25.31 | 4.16 | - |
| YUV | 130.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 18 | 0 | 0.20 | 0.89 | 0.35 | 46.71 | 0.81 | 0.36 |
| Hex | A7 | 86 | 12 | 0 | 14 | 59 | 23 | 2F | 51 | 24 |
| Octal | 247 | 206 | 22 | 0 | 24 | 131 | 43 | 57 | 121 | 44 |
| Binary | 10100111 | 10000110 | 10010 | 0 | 10100 | 1011001 | 100011 | 101111 | 1010001 | 100100 |
Color Harmonies of #A78612
Complementary color
Monochromatic Colors of #A78612
Black with #A78612
Text Example
Text Example
White with #A78612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78612; }
p { color: rgb(167,134,18); }
H1.HeaderClassName
{
color: #A78612;
}
.AnyTagClassName
{
color: #A78612;
}
</style>
background-color css
<style>
a { background-color: #A78612; }
a { background-color: rgb(167,134,18); }
div.DivClassName
{
background-color: #A78612;
}
.BgClassName
{
background-color: #A78612;
}
</style>
border-color css
<style>
span { border-color: #A78612; }
span { border-color: rgb(167,134,18); }
td.TdClassName
{
border-color: #A78612;
}
.TagClassName
{
border-color: #A78612;
}
</style>