Shades of Dark Goldenrod #A68405
Tints of Dark Goldenrod #A68405
RGB
CMYK
RGB Variations
Color information
#A68405 (or 0xA68405) is known color: Dark Goldenrod. HEX triplet: A6, 84 and 05. RGB value is (166,132,5). Sum of RGB (Red+Green+Blue) = 166+132+5=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A68405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68405 is #597BFA. Grayscale: #808080. Windows color (decimal): -5864443 or 361638. OLE color: 361638.
HSL color Cylindrical-coordinate representation of color #A68405: hue angle of 47.33º 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 #A68405 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.35 |
| HSL | 47.33º | 0.94% | 0.34% | - |
| HSV(B) | 47.33º | 0.97% | 0.65% | - |
| XYZ | 24 | 24.62 | 3.63 | - |
| YUV | 127.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 5 | 0 | 0.20 | 0.97 | 0.35 | 47.33 | 0.94 | 0.34 |
| Hex | A6 | 84 | 5 | 0 | 14 | 61 | 23 | 2F | 5E | 22 |
| Octal | 246 | 204 | 5 | 0 | 24 | 141 | 43 | 57 | 136 | 42 |
| Binary | 10100110 | 10000100 | 101 | 0 | 10100 | 1100001 | 100011 | 101111 | 1011110 | 100010 |
Color Harmonies of #A68405
Complementary color
Monochromatic Colors of #A68405
Black with #A68405
Text Example
Text Example
White with #A68405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68405; }
p { color: rgb(166,132,5); }
H1.HeaderClassName
{
color: #A68405;
}
.AnyTagClassName
{
color: #A68405;
}
</style>
background-color css
<style>
a { background-color: #A68405; }
a { background-color: rgb(166,132,5); }
div.DivClassName
{
background-color: #A68405;
}
.BgClassName
{
background-color: #A68405;
}
</style>
border-color css
<style>
span { border-color: #A68405; }
span { border-color: rgb(166,132,5); }
td.TdClassName
{
border-color: #A68405;
}
.TagClassName
{
border-color: #A68405;
}
</style>