Shades of Dark Goldenrod #A68210
Tints of Dark Goldenrod #A68210
RGB
CMYK
RGB Variations
Color information
#A68210 (or 0xA68210) is known color: Dark Goldenrod. HEX triplet: A6, 82 and 10. RGB value is (166,130,16). Sum of RGB (Red+Green+Blue) = 166+130+16=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A68210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68210 is #597DEF. Grayscale: #808080. Windows color (decimal): -5864944 or 1082022. OLE color: 1082022.
HSL color Cylindrical-coordinate representation of color #A68210: hue angle of 45.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68210 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 16 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.35 |
| HSL | 45.6º | 0.82% | 0.36% | - |
| HSV(B) | 45.6º | 0.9% | 0.65% | - |
| XYZ | 23.8 | 24.11 | 3.89 | - |
| YUV | 127.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 16 | 0 | 0.22 | 0.90 | 0.35 | 45.6 | 0.82 | 0.36 |
| Hex | A6 | 82 | 10 | 0 | 16 | 5A | 23 | 2E | 52 | 24 |
| Octal | 246 | 202 | 20 | 0 | 26 | 132 | 43 | 56 | 122 | 44 |
| Binary | 10100110 | 10000010 | 10000 | 0 | 10110 | 1011010 | 100011 | 101110 | 1010010 | 100100 |
Color Harmonies of #A68210
Complementary color
Monochromatic Colors of #A68210
Black with #A68210
Text Example
Text Example
White with #A68210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68210; }
p { color: rgb(166,130,16); }
H1.HeaderClassName
{
color: #A68210;
}
.AnyTagClassName
{
color: #A68210;
}
</style>
background-color css
<style>
a { background-color: #A68210; }
a { background-color: rgb(166,130,16); }
div.DivClassName
{
background-color: #A68210;
}
.BgClassName
{
background-color: #A68210;
}
</style>
border-color css
<style>
span { border-color: #A68210; }
span { border-color: rgb(166,130,16); }
td.TdClassName
{
border-color: #A68210;
}
.TagClassName
{
border-color: #A68210;
}
</style>