Shades of Dark Goldenrod #A67506
Tints of Dark Goldenrod #A67506
RGB
CMYK
RGB Variations
Color information
#A67506 (or 0xA67506) is known color: Dark Goldenrod. HEX triplet: A6, 75 and 06. RGB value is (166,117,6). Sum of RGB (Red+Green+Blue) = 166+117+6=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A67506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67506 is #598AF9. Grayscale: #777777. Windows color (decimal): -5868282 or 423334. OLE color: 423334.
HSL color Cylindrical-coordinate representation of color #A67506: hue angle of 41.62º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A67506 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 117 | 6 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.35 |
| HSL | 41.63º | 0.93% | 0.34% | - |
| HSV(B) | 41.63º | 0.96% | 0.65% | - |
| XYZ | 22.12 | 20.84 | 3.03 | - |
| YUV | 119 | 64.23 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 6 | 0 | 0.30 | 0.96 | 0.35 | 41.63 | 0.93 | 0.34 |
| Hex | A6 | 75 | 6 | 0 | 1E | 60 | 23 | 2A | 5D | 22 |
| Octal | 246 | 165 | 6 | 0 | 36 | 140 | 43 | 52 | 135 | 42 |
| Binary | 10100110 | 1110101 | 110 | 0 | 11110 | 1100000 | 100011 | 101010 | 1011101 | 100010 |
Color Harmonies of #A67506
Complementary color
Monochromatic Colors of #A67506
Black with #A67506
Text Example
Text Example
White with #A67506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67506; }
p { color: rgb(166,117,6); }
H1.HeaderClassName
{
color: #A67506;
}
.AnyTagClassName
{
color: #A67506;
}
</style>
background-color css
<style>
a { background-color: #A67506; }
a { background-color: rgb(166,117,6); }
div.DivClassName
{
background-color: #A67506;
}
.BgClassName
{
background-color: #A67506;
}
</style>
border-color css
<style>
span { border-color: #A67506; }
span { border-color: rgb(166,117,6); }
td.TdClassName
{
border-color: #A67506;
}
.TagClassName
{
border-color: #A67506;
}
</style>