Shades of Dark Goldenrod #A07D04
Tints of Dark Goldenrod #A07D04
RGB
CMYK
RGB Variations
Color information
#A07D04 (or 0xA07D04) is known color: Dark Goldenrod. HEX triplet: A0, 7D and 04. RGB value is (160,125,4). Sum of RGB (Red+Green+Blue) = 160+125+4=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D04 is #5F82FB. Grayscale: #7A7A7A. Windows color (decimal): -6259452 or 294304. OLE color: 294304.
HSL color Cylindrical-coordinate representation of color #A07D04: hue angle of 46.54º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A07D04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.37 |
| HSL | 46.54º | 0.95% | 0.32% | - |
| HSV(B) | 46.54º | 0.98% | 0.63% | - |
| XYZ | 21.85 | 22.15 | 3.24 | - |
| YUV | 121.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 4 | 0 | 0.22 | 0.98 | 0.37 | 46.54 | 0.95 | 0.32 |
| Hex | A0 | 7D | 4 | 0 | 16 | 62 | 25 | 2F | 5F | 20 |
| Octal | 240 | 175 | 4 | 0 | 26 | 142 | 45 | 57 | 137 | 40 |
| Binary | 10100000 | 1111101 | 100 | 0 | 10110 | 1100010 | 100101 | 101111 | 1011111 | 100000 |
Color Harmonies of #A07D04
Complementary color
Monochromatic Colors of #A07D04
Black with #A07D04
Text Example
Text Example
White with #A07D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D04; }
p { color: rgb(160,125,4); }
H1.HeaderClassName
{
color: #A07D04;
}
.AnyTagClassName
{
color: #A07D04;
}
</style>
background-color css
<style>
a { background-color: #A07D04; }
a { background-color: rgb(160,125,4); }
div.DivClassName
{
background-color: #A07D04;
}
.BgClassName
{
background-color: #A07D04;
}
</style>
border-color css
<style>
span { border-color: #A07D04; }
span { border-color: rgb(160,125,4); }
td.TdClassName
{
border-color: #A07D04;
}
.TagClassName
{
border-color: #A07D04;
}
</style>