Shades of Dark Goldenrod #A68B05
Tints of Dark Goldenrod #A68B05
RGB
CMYK
RGB Variations
Color information
#A68B05 (or 0xA68B05) is known color: Dark Goldenrod. HEX triplet: A6, 8B and 05. RGB value is (166,139,5). Sum of RGB (Red+Green+Blue) = 166+139+5=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B05 is #5974FA. Grayscale: #848484. Windows color (decimal): -5862651 or 363430. OLE color: 363430.
HSL color Cylindrical-coordinate representation of color #A68B05: hue angle of 49.94º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A68B05 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.35 |
| HSL | 49.94º | 0.94% | 0.34% | - |
| HSV(B) | 49.94º | 0.97% | 0.65% | - |
| XYZ | 24.99 | 26.58 | 3.96 | - |
| YUV | 131.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 5 | 0 | 0.16 | 0.97 | 0.35 | 49.94 | 0.94 | 0.34 |
| Hex | A6 | 8B | 5 | 0 | 10 | 61 | 23 | 32 | 5E | 22 |
| Octal | 246 | 213 | 5 | 0 | 20 | 141 | 43 | 62 | 136 | 42 |
| Binary | 10100110 | 10001011 | 101 | 0 | 10000 | 1100001 | 100011 | 110010 | 1011110 | 100010 |
Color Harmonies of #A68B05
Complementary color
Monochromatic Colors of #A68B05
Black with #A68B05
Text Example
Text Example
White with #A68B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B05; }
p { color: rgb(166,139,5); }
H1.HeaderClassName
{
color: #A68B05;
}
.AnyTagClassName
{
color: #A68B05;
}
</style>
background-color css
<style>
a { background-color: #A68B05; }
a { background-color: rgb(166,139,5); }
div.DivClassName
{
background-color: #A68B05;
}
.BgClassName
{
background-color: #A68B05;
}
</style>
border-color css
<style>
span { border-color: #A68B05; }
span { border-color: rgb(166,139,5); }
td.TdClassName
{
border-color: #A68B05;
}
.TagClassName
{
border-color: #A68B05;
}
</style>