Shades of Dark Goldenrod #A68C0A
Tints of Dark Goldenrod #A68C0A
RGB
CMYK
RGB Variations
Color information
#A68C0A (or 0xA68C0A) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 0A. RGB value is (166,140,10). Sum of RGB (Red+Green+Blue) = 166+140+10=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C0A is #5973F5. Grayscale: #858585. Windows color (decimal): -5862390 or 691366. OLE color: 691366.
HSL color Cylindrical-coordinate representation of color #A68C0A: hue angle of 50º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A68C0A is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 10 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.35 |
| HSL | 50º | 0.89% | 0.35% | - |
| HSV(B) | 50º | 0.94% | 0.65% | - |
| XYZ | 25.16 | 26.89 | 4.15 | - |
| YUV | 132.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 10 | 0 | 0.16 | 0.94 | 0.35 | 50 | 0.89 | 0.35 |
| Hex | A6 | 8C | A | 0 | 10 | 5E | 23 | 32 | 59 | 23 |
| Octal | 246 | 214 | 12 | 0 | 20 | 136 | 43 | 62 | 131 | 43 |
| Binary | 10100110 | 10001100 | 1010 | 0 | 10000 | 1011110 | 100011 | 110010 | 1011001 | 100011 |
Color Harmonies of #A68C0A
Complementary color
Monochromatic Colors of #A68C0A
Black with #A68C0A
Text Example
Text Example
White with #A68C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C0A; }
p { color: rgb(166,140,10); }
H1.HeaderClassName
{
color: #A68C0A;
}
.AnyTagClassName
{
color: #A68C0A;
}
</style>
background-color css
<style>
a { background-color: #A68C0A; }
a { background-color: rgb(166,140,10); }
div.DivClassName
{
background-color: #A68C0A;
}
.BgClassName
{
background-color: #A68C0A;
}
</style>
border-color css
<style>
span { border-color: #A68C0A; }
span { border-color: rgb(166,140,10); }
td.TdClassName
{
border-color: #A68C0A;
}
.TagClassName
{
border-color: #A68C0A;
}
</style>