Shades of Dark Goldenrod #A67701
Tints of Dark Goldenrod #A67701
RGB
CMYK
RGB Variations
Color information
#A67701 (or 0xA67701) is known color: Dark Goldenrod. HEX triplet: A6, 77 and 01. RGB value is (166,119,1). Sum of RGB (Red+Green+Blue) = 166+119+1=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A67701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67701 is #5988FE. Grayscale: #787878. Windows color (decimal): -5867775 or 96166. OLE color: 96166.
HSL color Cylindrical-coordinate representation of color #A67701: hue angle of 42.91º 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 #A67701 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.35 |
| HSL | 42.91º | 0.99% | 0.33% | - |
| HSV(B) | 42.91º | 0.99% | 0.65% | - |
| XYZ | 22.33 | 21.3 | 2.96 | - |
| YUV | 119.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 1 | 0 | 0.28 | 0.99 | 0.35 | 42.91 | 0.99 | 0.33 |
| Hex | A6 | 77 | 1 | 0 | 1C | 63 | 23 | 2B | 63 | 21 |
| Octal | 246 | 167 | 1 | 0 | 34 | 143 | 43 | 53 | 143 | 41 |
| Binary | 10100110 | 1110111 | 1 | 0 | 11100 | 1100011 | 100011 | 101011 | 1100011 | 100001 |
Color Harmonies of #A67701
Complementary color
Monochromatic Colors of #A67701
Black with #A67701
Text Example
Text Example
White with #A67701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67701; }
p { color: rgb(166,119,1); }
H1.HeaderClassName
{
color: #A67701;
}
.AnyTagClassName
{
color: #A67701;
}
</style>
background-color css
<style>
a { background-color: #A67701; }
a { background-color: rgb(166,119,1); }
div.DivClassName
{
background-color: #A67701;
}
.BgClassName
{
background-color: #A67701;
}
</style>
border-color css
<style>
span { border-color: #A67701; }
span { border-color: rgb(166,119,1); }
td.TdClassName
{
border-color: #A67701;
}
.TagClassName
{
border-color: #A67701;
}
</style>