Shades of Dark Goldenrod #A68100
Tints of Dark Goldenrod #A68100
RGB
CMYK
RGB Variations
Color information
#A68100 (or 0xA68100) is known color: Dark Goldenrod. HEX triplet: A6, 81 and 00. RGB value is (166,129,0). Sum of RGB (Red+Green+Blue) = 166+129+0=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A68100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68100 is #597EFF. Grayscale: #7D7D7D. Windows color (decimal): -5865216 or 33190. OLE color: 33190.
HSL color Cylindrical-coordinate representation of color #A68100: hue angle of 46.63º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A68100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.35 |
| HSL | 46.63º | 1% | 0.33% | - |
| HSV(B) | 46.63º | 1% | 0.65% | - |
| XYZ | 23.58 | 23.81 | 3.35 | - |
| YUV | 125.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 0 | 0 | 0.22 | 1 | 0.35 | 46.63 | 1 | 0.33 |
| Hex | A6 | 81 | 0 | 0 | 16 | 64 | 23 | 2F | 64 | 21 |
| Octal | 246 | 201 | 0 | 0 | 26 | 144 | 43 | 57 | 144 | 41 |
| Binary | 10100110 | 10000001 | 0 | 0 | 10110 | 1100100 | 100011 | 101111 | 1100100 | 100001 |
Color Harmonies of #A68100
Complementary color
Monochromatic Colors of #A68100
Black with #A68100
Text Example
Text Example
White with #A68100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68100; }
p { color: rgb(166,129,0); }
H1.HeaderClassName
{
color: #A68100;
}
.AnyTagClassName
{
color: #A68100;
}
</style>
background-color css
<style>
a { background-color: #A68100; }
a { background-color: rgb(166,129,0); }
div.DivClassName
{
background-color: #A68100;
}
.BgClassName
{
background-color: #A68100;
}
</style>
border-color css
<style>
span { border-color: #A68100; }
span { border-color: rgb(166,129,0); }
td.TdClassName
{
border-color: #A68100;
}
.TagClassName
{
border-color: #A68100;
}
</style>