Shades of Dark Goldenrod #A68C0C
Tints of Dark Goldenrod #A68C0C
RGB
CMYK
RGB Variations
Color information
#A68C0C (or 0xA68C0C) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 0C. RGB value is (166,140,12). Sum of RGB (Red+Green+Blue) = 166+140+12=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C0C is #5973F3. Grayscale: #858585. Windows color (decimal): -5862388 or 822438. OLE color: 822438.
HSL color Cylindrical-coordinate representation of color #A68C0C: hue angle of 49.87º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A68C0C is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 12 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.35 |
| HSL | 49.87º | 0.87% | 0.35% | - |
| HSV(B) | 49.87º | 0.93% | 0.65% | - |
| XYZ | 25.17 | 26.89 | 4.21 | - |
| YUV | 133.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 12 | 0 | 0.16 | 0.93 | 0.35 | 49.87 | 0.87 | 0.35 |
| Hex | A6 | 8C | C | 0 | 10 | 5D | 23 | 32 | 57 | 23 |
| Octal | 246 | 214 | 14 | 0 | 20 | 135 | 43 | 62 | 127 | 43 |
| Binary | 10100110 | 10001100 | 1100 | 0 | 10000 | 1011101 | 100011 | 110010 | 1010111 | 100011 |
Color Harmonies of #A68C0C
Complementary color
Monochromatic Colors of #A68C0C
Black with #A68C0C
Text Example
Text Example
White with #A68C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C0C; }
p { color: rgb(166,140,12); }
H1.HeaderClassName
{
color: #A68C0C;
}
.AnyTagClassName
{
color: #A68C0C;
}
</style>
background-color css
<style>
a { background-color: #A68C0C; }
a { background-color: rgb(166,140,12); }
div.DivClassName
{
background-color: #A68C0C;
}
.BgClassName
{
background-color: #A68C0C;
}
</style>
border-color css
<style>
span { border-color: #A68C0C; }
span { border-color: rgb(166,140,12); }
td.TdClassName
{
border-color: #A68C0C;
}
.TagClassName
{
border-color: #A68C0C;
}
</style>