Shades of Dark Goldenrod #A68310
Tints of Dark Goldenrod #A68310
RGB
CMYK
RGB Variations
Color information
#A68310 (or 0xA68310) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 10. RGB value is (166,131,16). Sum of RGB (Red+Green+Blue) = 166+131+16=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A68310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68310 is #597CEF. Grayscale: #808080. Windows color (decimal): -5864688 or 1082278. OLE color: 1082278.
HSL color Cylindrical-coordinate representation of color #A68310: hue angle of 46º 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 #A68310 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 16 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.35 |
| HSL | 46º | 0.82% | 0.36% | - |
| HSV(B) | 46º | 0.9% | 0.65% | - |
| XYZ | 23.94 | 24.38 | 3.93 | - |
| YUV | 128.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 16 | 0 | 0.21 | 0.90 | 0.35 | 46 | 0.82 | 0.36 |
| Hex | A6 | 83 | 10 | 0 | 15 | 5A | 23 | 2E | 52 | 24 |
| Octal | 246 | 203 | 20 | 0 | 25 | 132 | 43 | 56 | 122 | 44 |
| Binary | 10100110 | 10000011 | 10000 | 0 | 10101 | 1011010 | 100011 | 101110 | 1010010 | 100100 |
Color Harmonies of #A68310
Complementary color
Monochromatic Colors of #A68310
Black with #A68310
Text Example
Text Example
White with #A68310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68310; }
p { color: rgb(166,131,16); }
H1.HeaderClassName
{
color: #A68310;
}
.AnyTagClassName
{
color: #A68310;
}
</style>
background-color css
<style>
a { background-color: #A68310; }
a { background-color: rgb(166,131,16); }
div.DivClassName
{
background-color: #A68310;
}
.BgClassName
{
background-color: #A68310;
}
</style>
border-color css
<style>
span { border-color: #A68310; }
span { border-color: rgb(166,131,16); }
td.TdClassName
{
border-color: #A68310;
}
.TagClassName
{
border-color: #A68310;
}
</style>