Shades of Dark Goldenrod #A07C00
Tints of Dark Goldenrod #A07C00
RGB
CMYK
RGB Variations
Color information
#A07C00 (or 0xA07C00) is known color: Dark Goldenrod. HEX triplet: A0, 7C and 00. RGB value is (160,124,0). Sum of RGB (Red+Green+Blue) = 160+124+0=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C00 is #5F83FF. Grayscale: #797979. Windows color (decimal): -6259712 or 31904. OLE color: 31904.
HSL color Cylindrical-coordinate representation of color #A07C00: hue angle of 46.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A07C00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.37 |
| HSL | 46.5º | 1% | 0.31% | - |
| HSV(B) | 46.5º | 1% | 0.63% | - |
| XYZ | 21.7 | 21.89 | 3.08 | - |
| YUV | 120.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 0 | 0 | 0.22 | 1 | 0.37 | 46.5 | 1 | 0.31 |
| Hex | A0 | 7C | 0 | 0 | 16 | 64 | 25 | 2E | 64 | 1F |
| Octal | 240 | 174 | 0 | 0 | 26 | 144 | 45 | 56 | 144 | 37 |
| Binary | 10100000 | 1111100 | 0 | 0 | 10110 | 1100100 | 100101 | 101110 | 1100100 | 11111 |
Color Harmonies of #A07C00
Complementary color
Monochromatic Colors of #A07C00
Black with #A07C00
Text Example
Text Example
White with #A07C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C00; }
p { color: rgb(160,124,0); }
H1.HeaderClassName
{
color: #A07C00;
}
.AnyTagClassName
{
color: #A07C00;
}
</style>
background-color css
<style>
a { background-color: #A07C00; }
a { background-color: rgb(160,124,0); }
div.DivClassName
{
background-color: #A07C00;
}
.BgClassName
{
background-color: #A07C00;
}
</style>
border-color css
<style>
span { border-color: #A07C00; }
span { border-color: rgb(160,124,0); }
td.TdClassName
{
border-color: #A07C00;
}
.TagClassName
{
border-color: #A07C00;
}
</style>