Shades of Dark Goldenrod #A68D0A
Tints of Dark Goldenrod #A68D0A
RGB
CMYK
RGB Variations
Color information
#A68D0A (or 0xA68D0A) is known color: Dark Goldenrod. HEX triplet: A6, 8D and 0A. RGB value is (166,141,10). Sum of RGB (Red+Green+Blue) = 166+141+10=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D0A is #5972F5. Grayscale: #868686. Windows color (decimal): -5862134 or 691622. OLE color: 691622.
HSL color Cylindrical-coordinate representation of color #A68D0A: hue angle of 50.38º 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 #A68D0A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 10 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.35 |
| HSL | 50.38º | 0.89% | 0.35% | - |
| HSV(B) | 50.38º | 0.94% | 0.65% | - |
| XYZ | 25.31 | 27.18 | 4.2 | - |
| YUV | 133.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 10 | 0 | 0.15 | 0.94 | 0.35 | 50.38 | 0.89 | 0.35 |
| Hex | A6 | 8D | A | 0 | F | 5E | 23 | 32 | 59 | 23 |
| Octal | 246 | 215 | 12 | 0 | 17 | 136 | 43 | 62 | 131 | 43 |
| Binary | 10100110 | 10001101 | 1010 | 0 | 1111 | 1011110 | 100011 | 110010 | 1011001 | 100011 |
Color Harmonies of #A68D0A
Complementary color
Monochromatic Colors of #A68D0A
Black with #A68D0A
Text Example
Text Example
White with #A68D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D0A; }
p { color: rgb(166,141,10); }
H1.HeaderClassName
{
color: #A68D0A;
}
.AnyTagClassName
{
color: #A68D0A;
}
</style>
background-color css
<style>
a { background-color: #A68D0A; }
a { background-color: rgb(166,141,10); }
div.DivClassName
{
background-color: #A68D0A;
}
.BgClassName
{
background-color: #A68D0A;
}
</style>
border-color css
<style>
span { border-color: #A68D0A; }
span { border-color: rgb(166,141,10); }
td.TdClassName
{
border-color: #A68D0A;
}
.TagClassName
{
border-color: #A68D0A;
}
</style>