Shades of Dark Goldenrod #A78D00
Tints of Dark Goldenrod #A78D00
RGB
CMYK
RGB Variations
Color information
#A78D00 (or 0xA78D00) is known color: Dark Goldenrod. HEX triplet: A7, 8D and 00. RGB value is (167,141,0). Sum of RGB (Red+Green+Blue) = 167+141+0=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78D00 is #5872FF. Grayscale: #858585. Windows color (decimal): -5796608 or 36263. OLE color: 36263.
HSL color Cylindrical-coordinate representation of color #A78D00: hue angle of 50.66º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A78D00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.35 |
| HSL | 50.66º | 1% | 0.33% | - |
| HSV(B) | 50.66º | 1% | 0.65% | - |
| XYZ | 25.46 | 27.27 | 3.92 | - |
| YUV | 132.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 0 | 0 | 0.16 | 1 | 0.35 | 50.66 | 1 | 0.33 |
| Hex | A7 | 8D | 0 | 0 | 10 | 64 | 23 | 33 | 64 | 21 |
| Octal | 247 | 215 | 0 | 0 | 20 | 144 | 43 | 63 | 144 | 41 |
| Binary | 10100111 | 10001101 | 0 | 0 | 10000 | 1100100 | 100011 | 110011 | 1100100 | 100001 |
Color Harmonies of #A78D00
Complementary color
Monochromatic Colors of #A78D00
Black with #A78D00
Text Example
Text Example
White with #A78D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D00; }
p { color: rgb(167,141,0); }
H1.HeaderClassName
{
color: #A78D00;
}
.AnyTagClassName
{
color: #A78D00;
}
</style>
background-color css
<style>
a { background-color: #A78D00; }
a { background-color: rgb(167,141,0); }
div.DivClassName
{
background-color: #A78D00;
}
.BgClassName
{
background-color: #A78D00;
}
</style>
border-color css
<style>
span { border-color: #A78D00; }
span { border-color: rgb(167,141,0); }
td.TdClassName
{
border-color: #A78D00;
}
.TagClassName
{
border-color: #A78D00;
}
</style>