Shades of Dark Goldenrod #A87C00
Tints of Dark Goldenrod #A87C00
RGB
CMYK
RGB Variations
Color information
#A87C00 (or 0xA87C00) is known color: Dark Goldenrod. HEX triplet: A8, 7C and 00. RGB value is (168,124,0). Sum of RGB (Red+Green+Blue) = 168+124+0=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C00 is #5783FF. Grayscale: #7B7B7B. Windows color (decimal): -5735424 or 31912. OLE color: 31912.
HSL color Cylindrical-coordinate representation of color #A87C00: hue angle of 44.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A87C00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 124 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.34 |
| HSL | 44.29º | 1% | 0.33% | - |
| HSV(B) | 44.29º | 1% | 0.66% | - |
| XYZ | 23.36 | 22.74 | 3.16 | - |
| YUV | 123.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 124 | 0 | 0 | 0.26 | 1 | 0.34 | 44.29 | 1 | 0.33 |
| Hex | A8 | 7C | 0 | 0 | 1A | 64 | 22 | 2C | 64 | 21 |
| Octal | 250 | 174 | 0 | 0 | 32 | 144 | 42 | 54 | 144 | 41 |
| Binary | 10101000 | 1111100 | 0 | 0 | 11010 | 1100100 | 100010 | 101100 | 1100100 | 100001 |
Color Harmonies of #A87C00
Complementary color
Monochromatic Colors of #A87C00
Black with #A87C00
Text Example
Text Example
White with #A87C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87C00; }
p { color: rgb(168,124,0); }
H1.HeaderClassName
{
color: #A87C00;
}
.AnyTagClassName
{
color: #A87C00;
}
</style>
background-color css
<style>
a { background-color: #A87C00; }
a { background-color: rgb(168,124,0); }
div.DivClassName
{
background-color: #A87C00;
}
.BgClassName
{
background-color: #A87C00;
}
</style>
border-color css
<style>
span { border-color: #A87C00; }
span { border-color: rgb(168,124,0); }
td.TdClassName
{
border-color: #A87C00;
}
.TagClassName
{
border-color: #A87C00;
}
</style>