Shades of Dark Goldenrod #A68008
Tints of Dark Goldenrod #A68008
RGB
CMYK
RGB Variations
Color information
#A68008 (or 0xA68008) is known color: Dark Goldenrod. HEX triplet: A6, 80 and 08. RGB value is (166,128,8). Sum of RGB (Red+Green+Blue) = 166+128+8=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A68008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68008 is #597FF7. Grayscale: #7E7E7E. Windows color (decimal): -5865464 or 557222. OLE color: 557222.
HSL color Cylindrical-coordinate representation of color #A68008: hue angle of 45.57º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A68008 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 8 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.35 |
| HSL | 45.57º | 0.91% | 0.34% | - |
| HSV(B) | 45.57º | 0.95% | 0.65% | - |
| XYZ | 23.49 | 23.56 | 3.54 | - |
| YUV | 125.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 8 | 0 | 0.23 | 0.95 | 0.35 | 45.57 | 0.91 | 0.34 |
| Hex | A6 | 80 | 8 | 0 | 17 | 5F | 23 | 2E | 5B | 22 |
| Octal | 246 | 200 | 10 | 0 | 27 | 137 | 43 | 56 | 133 | 42 |
| Binary | 10100110 | 10000000 | 1000 | 0 | 10111 | 1011111 | 100011 | 101110 | 1011011 | 100010 |
Color Harmonies of #A68008
Complementary color
Monochromatic Colors of #A68008
Black with #A68008
Text Example
Text Example
White with #A68008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68008; }
p { color: rgb(166,128,8); }
H1.HeaderClassName
{
color: #A68008;
}
.AnyTagClassName
{
color: #A68008;
}
</style>
background-color css
<style>
a { background-color: #A68008; }
a { background-color: rgb(166,128,8); }
div.DivClassName
{
background-color: #A68008;
}
.BgClassName
{
background-color: #A68008;
}
</style>
border-color css
<style>
span { border-color: #A68008; }
span { border-color: rgb(166,128,8); }
td.TdClassName
{
border-color: #A68008;
}
.TagClassName
{
border-color: #A68008;
}
</style>