Shades of Dark Goldenrod #A68C00
Tints of Dark Goldenrod #A68C00
RGB
CMYK
RGB Variations
Color information
#A68C00 (or 0xA68C00) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 00. RGB value is (166,140,0). Sum of RGB (Red+Green+Blue) = 166+140+0=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C00 is #5973FF. Grayscale: #848484. Windows color (decimal): -5862400 or 36006. OLE color: 36006.
HSL color Cylindrical-coordinate representation of color #A68C00: hue angle of 50.6º 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 #A68C00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.35 |
| HSL | 50.6º | 1% | 0.33% | - |
| HSV(B) | 50.6º | 1% | 0.65% | - |
| XYZ | 25.1 | 26.86 | 3.86 | - |
| YUV | 131.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 0 | 0 | 0.16 | 1 | 0.35 | 50.6 | 1 | 0.33 |
| Hex | A6 | 8C | 0 | 0 | 10 | 64 | 23 | 33 | 64 | 21 |
| Octal | 246 | 214 | 0 | 0 | 20 | 144 | 43 | 63 | 144 | 41 |
| Binary | 10100110 | 10001100 | 0 | 0 | 10000 | 1100100 | 100011 | 110011 | 1100100 | 100001 |
Color Harmonies of #A68C00
Complementary color
Monochromatic Colors of #A68C00
Black with #A68C00
Text Example
Text Example
White with #A68C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C00; }
p { color: rgb(166,140,0); }
H1.HeaderClassName
{
color: #A68C00;
}
.AnyTagClassName
{
color: #A68C00;
}
</style>
background-color css
<style>
a { background-color: #A68C00; }
a { background-color: rgb(166,140,0); }
div.DivClassName
{
background-color: #A68C00;
}
.BgClassName
{
background-color: #A68C00;
}
</style>
border-color css
<style>
span { border-color: #A68C00; }
span { border-color: rgb(166,140,0); }
td.TdClassName
{
border-color: #A68C00;
}
.TagClassName
{
border-color: #A68C00;
}
</style>