Shades of Dark Goldenrod #A68105
Tints of Dark Goldenrod #A68105
RGB
CMYK
RGB Variations
Color information
#A68105 (or 0xA68105) is known color: Dark Goldenrod. HEX triplet: A6, 81 and 05. RGB value is (166,129,5). Sum of RGB (Red+Green+Blue) = 166+129+5=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A68105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68105 is #597EFA. Grayscale: #7E7E7E. Windows color (decimal): -5865211 or 360870. OLE color: 360870.
HSL color Cylindrical-coordinate representation of color #A68105: hue angle of 46.21º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A68105 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.35 |
| HSL | 46.21º | 0.94% | 0.34% | - |
| HSV(B) | 46.21º | 0.97% | 0.65% | - |
| XYZ | 23.6 | 23.82 | 3.5 | - |
| YUV | 125.93 | 59.76 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 5 | 0 | 0.22 | 0.97 | 0.35 | 46.21 | 0.94 | 0.34 |
| Hex | A6 | 81 | 5 | 0 | 16 | 61 | 23 | 2E | 5E | 22 |
| Octal | 246 | 201 | 5 | 0 | 26 | 141 | 43 | 56 | 136 | 42 |
| Binary | 10100110 | 10000001 | 101 | 0 | 10110 | 1100001 | 100011 | 101110 | 1011110 | 100010 |
Color Harmonies of #A68105
Complementary color
Monochromatic Colors of #A68105
Black with #A68105
Text Example
Text Example
White with #A68105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68105; }
p { color: rgb(166,129,5); }
H1.HeaderClassName
{
color: #A68105;
}
.AnyTagClassName
{
color: #A68105;
}
</style>
background-color css
<style>
a { background-color: #A68105; }
a { background-color: rgb(166,129,5); }
div.DivClassName
{
background-color: #A68105;
}
.BgClassName
{
background-color: #A68105;
}
</style>
border-color css
<style>
span { border-color: #A68105; }
span { border-color: rgb(166,129,5); }
td.TdClassName
{
border-color: #A68105;
}
.TagClassName
{
border-color: #A68105;
}
</style>