Shades of Dark Goldenrod #A68600
Tints of Dark Goldenrod #A68600
RGB
CMYK
RGB Variations
Color information
#A68600 (or 0xA68600) is known color: Dark Goldenrod. HEX triplet: A6, 86 and 00. RGB value is (166,134,0). Sum of RGB (Red+Green+Blue) = 166+134+0=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A68600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68600 is #5979FF. Grayscale: #808080. Windows color (decimal): -5863936 or 34470. OLE color: 34470.
HSL color Cylindrical-coordinate representation of color #A68600: hue angle of 48.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A68600 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.35 |
| HSL | 48.43º | 1% | 0.33% | - |
| HSV(B) | 48.43º | 1% | 0.65% | - |
| XYZ | 24.25 | 25.16 | 3.58 | - |
| YUV | 128.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 0 | 0 | 0.19 | 1 | 0.35 | 48.43 | 1 | 0.33 |
| Hex | A6 | 86 | 0 | 0 | 13 | 64 | 23 | 30 | 64 | 21 |
| Octal | 246 | 206 | 0 | 0 | 23 | 144 | 43 | 60 | 144 | 41 |
| Binary | 10100110 | 10000110 | 0 | 0 | 10011 | 1100100 | 100011 | 110000 | 1100100 | 100001 |
Color Harmonies of #A68600
Complementary color
Monochromatic Colors of #A68600
Black with #A68600
Text Example
Text Example
White with #A68600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68600; }
p { color: rgb(166,134,0); }
H1.HeaderClassName
{
color: #A68600;
}
.AnyTagClassName
{
color: #A68600;
}
</style>
background-color css
<style>
a { background-color: #A68600; }
a { background-color: rgb(166,134,0); }
div.DivClassName
{
background-color: #A68600;
}
.BgClassName
{
background-color: #A68600;
}
</style>
border-color css
<style>
span { border-color: #A68600; }
span { border-color: rgb(166,134,0); }
td.TdClassName
{
border-color: #A68600;
}
.TagClassName
{
border-color: #A68600;
}
</style>