Shades of Dark Goldenrod #A68B04
Tints of Dark Goldenrod #A68B04
RGB
CMYK
RGB Variations
Color information
#A68B04 (or 0xA68B04) is known color: Dark Goldenrod. HEX triplet: A6, 8B and 04. RGB value is (166,139,4). Sum of RGB (Red+Green+Blue) = 166+139+4=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B04 is #5974FB. Grayscale: #848484. Windows color (decimal): -5862652 or 297894. OLE color: 297894.
HSL color Cylindrical-coordinate representation of color #A68B04: hue angle of 50º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A68B04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.35 |
| HSL | 50º | 0.95% | 0.33% | - |
| HSV(B) | 50º | 0.98% | 0.65% | - |
| XYZ | 24.98 | 26.58 | 3.93 | - |
| YUV | 131.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 4 | 0 | 0.16 | 0.98 | 0.35 | 50 | 0.95 | 0.33 |
| Hex | A6 | 8B | 4 | 0 | 10 | 62 | 23 | 32 | 5F | 21 |
| Octal | 246 | 213 | 4 | 0 | 20 | 142 | 43 | 62 | 137 | 41 |
| Binary | 10100110 | 10001011 | 100 | 0 | 10000 | 1100010 | 100011 | 110010 | 1011111 | 100001 |
Color Harmonies of #A68B04
Complementary color
Monochromatic Colors of #A68B04
Black with #A68B04
Text Example
Text Example
White with #A68B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B04; }
p { color: rgb(166,139,4); }
H1.HeaderClassName
{
color: #A68B04;
}
.AnyTagClassName
{
color: #A68B04;
}
</style>
background-color css
<style>
a { background-color: #A68B04; }
a { background-color: rgb(166,139,4); }
div.DivClassName
{
background-color: #A68B04;
}
.BgClassName
{
background-color: #A68B04;
}
</style>
border-color css
<style>
span { border-color: #A68B04; }
span { border-color: rgb(166,139,4); }
td.TdClassName
{
border-color: #A68B04;
}
.TagClassName
{
border-color: #A68B04;
}
</style>