Shades of Dark Goldenrod #A78705
Tints of Dark Goldenrod #A78705
RGB
CMYK
RGB Variations
Color information
#A78705 (or 0xA78705) is known color: Dark Goldenrod. HEX triplet: A7, 87 and 05. RGB value is (167,135,5). Sum of RGB (Red+Green+Blue) = 167+135+5=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A78705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78705 is #5878FA. Grayscale: #828282. Windows color (decimal): -5798139 or 362407. OLE color: 362407.
HSL color Cylindrical-coordinate representation of color #A78705: hue angle of 48.15º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A78705 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.35 |
| HSL | 48.15º | 0.94% | 0.34% | - |
| HSV(B) | 48.15º | 0.97% | 0.65% | - |
| XYZ | 24.63 | 25.55 | 3.78 | - |
| YUV | 129.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 5 | 0 | 0.19 | 0.97 | 0.35 | 48.15 | 0.94 | 0.34 |
| Hex | A7 | 87 | 5 | 0 | 13 | 61 | 23 | 30 | 5E | 22 |
| Octal | 247 | 207 | 5 | 0 | 23 | 141 | 43 | 60 | 136 | 42 |
| Binary | 10100111 | 10000111 | 101 | 0 | 10011 | 1100001 | 100011 | 110000 | 1011110 | 100010 |
Color Harmonies of #A78705
Complementary color
Monochromatic Colors of #A78705
Black with #A78705
Text Example
Text Example
White with #A78705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78705; }
p { color: rgb(167,135,5); }
H1.HeaderClassName
{
color: #A78705;
}
.AnyTagClassName
{
color: #A78705;
}
</style>
background-color css
<style>
a { background-color: #A78705; }
a { background-color: rgb(167,135,5); }
div.DivClassName
{
background-color: #A78705;
}
.BgClassName
{
background-color: #A78705;
}
</style>
border-color css
<style>
span { border-color: #A78705; }
span { border-color: rgb(167,135,5); }
td.TdClassName
{
border-color: #A78705;
}
.TagClassName
{
border-color: #A78705;
}
</style>