Shades of Dark Goldenrod #A68001
Tints of Dark Goldenrod #A68001
RGB
CMYK
RGB Variations
Color information
#A68001 (or 0xA68001) is known color: Dark Goldenrod. HEX triplet: A6, 80 and 01. RGB value is (166,128,1). Sum of RGB (Red+Green+Blue) = 166+128+1=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A68001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68001 is #597FFE. Grayscale: #7D7D7D. Windows color (decimal): -5865471 or 98470. OLE color: 98470.
HSL color Cylindrical-coordinate representation of color #A68001: hue angle of 46.18º 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 #A68001 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.35 |
| HSL | 46.18º | 0.99% | 0.33% | - |
| HSV(B) | 46.18º | 0.99% | 0.65% | - |
| XYZ | 23.45 | 23.55 | 3.34 | - |
| YUV | 124.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 1 | 0 | 0.23 | 0.99 | 0.35 | 46.18 | 0.99 | 0.33 |
| Hex | A6 | 80 | 1 | 0 | 17 | 63 | 23 | 2E | 63 | 21 |
| Octal | 246 | 200 | 1 | 0 | 27 | 143 | 43 | 56 | 143 | 41 |
| Binary | 10100110 | 10000000 | 1 | 0 | 10111 | 1100011 | 100011 | 101110 | 1100011 | 100001 |
Color Harmonies of #A68001
Complementary color
Monochromatic Colors of #A68001
Black with #A68001
Text Example
Text Example
White with #A68001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68001; }
p { color: rgb(166,128,1); }
H1.HeaderClassName
{
color: #A68001;
}
.AnyTagClassName
{
color: #A68001;
}
</style>
background-color css
<style>
a { background-color: #A68001; }
a { background-color: rgb(166,128,1); }
div.DivClassName
{
background-color: #A68001;
}
.BgClassName
{
background-color: #A68001;
}
</style>
border-color css
<style>
span { border-color: #A68001; }
span { border-color: rgb(166,128,1); }
td.TdClassName
{
border-color: #A68001;
}
.TagClassName
{
border-color: #A68001;
}
</style>