Shades of Dark Goldenrod #A68701
Tints of Dark Goldenrod #A68701
RGB
CMYK
RGB Variations
Color information
#A68701 (or 0xA68701) is known color: Dark Goldenrod. HEX triplet: A6, 87 and 01. RGB value is (166,135,1). Sum of RGB (Red+Green+Blue) = 166+135+1=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A68701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68701 is #5978FE. Grayscale: #818181. Windows color (decimal): -5863679 or 100262. OLE color: 100262.
HSL color Cylindrical-coordinate representation of color #A68701: hue angle of 48.73º 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 #A68701 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.35 |
| HSL | 48.73º | 0.99% | 0.33% | - |
| HSV(B) | 48.73º | 0.99% | 0.65% | - |
| XYZ | 24.4 | 25.44 | 3.65 | - |
| YUV | 128.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 1 | 0 | 0.19 | 0.99 | 0.35 | 48.73 | 0.99 | 0.33 |
| Hex | A6 | 87 | 1 | 0 | 13 | 63 | 23 | 31 | 63 | 21 |
| Octal | 246 | 207 | 1 | 0 | 23 | 143 | 43 | 61 | 143 | 41 |
| Binary | 10100110 | 10000111 | 1 | 0 | 10011 | 1100011 | 100011 | 110001 | 1100011 | 100001 |
Color Harmonies of #A68701
Complementary color
Monochromatic Colors of #A68701
Black with #A68701
Text Example
Text Example
White with #A68701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68701; }
p { color: rgb(166,135,1); }
H1.HeaderClassName
{
color: #A68701;
}
.AnyTagClassName
{
color: #A68701;
}
</style>
background-color css
<style>
a { background-color: #A68701; }
a { background-color: rgb(166,135,1); }
div.DivClassName
{
background-color: #A68701;
}
.BgClassName
{
background-color: #A68701;
}
</style>
border-color css
<style>
span { border-color: #A68701; }
span { border-color: rgb(166,135,1); }
td.TdClassName
{
border-color: #A68701;
}
.TagClassName
{
border-color: #A68701;
}
</style>