Shades of Dark Goldenrod #A68306
Tints of Dark Goldenrod #A68306
RGB
CMYK
RGB Variations
Color information
#A68306 (or 0xA68306) is known color: Dark Goldenrod. HEX triplet: A6, 83 and 06. RGB value is (166,131,6). Sum of RGB (Red+Green+Blue) = 166+131+6=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A68306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68306 is #597CF9. Grayscale: #7F7F7F. Windows color (decimal): -5864698 or 426918. OLE color: 426918.
HSL color Cylindrical-coordinate representation of color #A68306: hue angle of 46.88º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A68306 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 6 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.35 |
| HSL | 46.88º | 0.93% | 0.34% | - |
| HSV(B) | 46.88º | 0.96% | 0.65% | - |
| XYZ | 23.88 | 24.35 | 3.61 | - |
| YUV | 127.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 6 | 0 | 0.21 | 0.96 | 0.35 | 46.88 | 0.93 | 0.34 |
| Hex | A6 | 83 | 6 | 0 | 15 | 60 | 23 | 2F | 5D | 22 |
| Octal | 246 | 203 | 6 | 0 | 25 | 140 | 43 | 57 | 135 | 42 |
| Binary | 10100110 | 10000011 | 110 | 0 | 10101 | 1100000 | 100011 | 101111 | 1011101 | 100010 |
Color Harmonies of #A68306
Complementary color
Monochromatic Colors of #A68306
Black with #A68306
Text Example
Text Example
White with #A68306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68306; }
p { color: rgb(166,131,6); }
H1.HeaderClassName
{
color: #A68306;
}
.AnyTagClassName
{
color: #A68306;
}
</style>
background-color css
<style>
a { background-color: #A68306; }
a { background-color: rgb(166,131,6); }
div.DivClassName
{
background-color: #A68306;
}
.BgClassName
{
background-color: #A68306;
}
</style>
border-color css
<style>
span { border-color: #A68306; }
span { border-color: rgb(166,131,6); }
td.TdClassName
{
border-color: #A68306;
}
.TagClassName
{
border-color: #A68306;
}
</style>