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