Shades of Dark Goldenrod #A78000
Tints of Dark Goldenrod #A78000
RGB
CMYK
RGB Variations
Color information
#A78000 (or 0xA78000) is known color: Dark Goldenrod. HEX triplet: A7, 80 and 00. RGB value is (167,128,0). Sum of RGB (Red+Green+Blue) = 167+128+0=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A78000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78000 is #587FFF. Grayscale: #7D7D7D. Windows color (decimal): -5799936 or 32935. OLE color: 32935.
HSL color Cylindrical-coordinate representation of color #A78000: hue angle of 45.99º 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 #A78000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 128 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.35 |
| HSL | 45.99º | 1% | 0.33% | - |
| HSV(B) | 45.99º | 1% | 0.65% | - |
| XYZ | 23.66 | 23.65 | 3.32 | - |
| YUV | 125.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 0 | 0 | 0.23 | 1 | 0.35 | 45.99 | 1 | 0.33 |
| Hex | A7 | 80 | 0 | 0 | 17 | 64 | 23 | 2E | 64 | 21 |
| Octal | 247 | 200 | 0 | 0 | 27 | 144 | 43 | 56 | 144 | 41 |
| Binary | 10100111 | 10000000 | 0 | 0 | 10111 | 1100100 | 100011 | 101110 | 1100100 | 100001 |
Color Harmonies of #A78000
Complementary color
Monochromatic Colors of #A78000
Black with #A78000
Text Example
Text Example
White with #A78000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78000; }
p { color: rgb(167,128,0); }
H1.HeaderClassName
{
color: #A78000;
}
.AnyTagClassName
{
color: #A78000;
}
</style>
background-color css
<style>
a { background-color: #A78000; }
a { background-color: rgb(167,128,0); }
div.DivClassName
{
background-color: #A78000;
}
.BgClassName
{
background-color: #A78000;
}
</style>
border-color css
<style>
span { border-color: #A78000; }
span { border-color: rgb(167,128,0); }
td.TdClassName
{
border-color: #A78000;
}
.TagClassName
{
border-color: #A78000;
}
</style>