Shades of Dark Goldenrod #A67609
Tints of Dark Goldenrod #A67609
RGB
CMYK
RGB Variations
Color information
#A67609 (or 0xA67609) is known color: Dark Goldenrod. HEX triplet: A6, 76 and 09. RGB value is (166,118,9). Sum of RGB (Red+Green+Blue) = 166+118+9=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A67609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67609 is #5989F6. Grayscale: #787878. Windows color (decimal): -5868023 or 620198. OLE color: 620198.
HSL color Cylindrical-coordinate representation of color #A67609: hue angle of 41.66º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A67609 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 118 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.35 |
| HSL | 41.66º | 0.9% | 0.34% | - |
| HSV(B) | 41.66º | 0.95% | 0.65% | - |
| XYZ | 22.25 | 21.08 | 3.16 | - |
| YUV | 119.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 9 | 0 | 0.29 | 0.95 | 0.35 | 41.66 | 0.9 | 0.34 |
| Hex | A6 | 76 | 9 | 0 | 1D | 5F | 23 | 2A | 5A | 22 |
| Octal | 246 | 166 | 11 | 0 | 35 | 137 | 43 | 52 | 132 | 42 |
| Binary | 10100110 | 1110110 | 1001 | 0 | 11101 | 1011111 | 100011 | 101010 | 1011010 | 100010 |
Color Harmonies of #A67609
Complementary color
Monochromatic Colors of #A67609
Black with #A67609
Text Example
Text Example
White with #A67609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67609; }
p { color: rgb(166,118,9); }
H1.HeaderClassName
{
color: #A67609;
}
.AnyTagClassName
{
color: #A67609;
}
</style>
background-color css
<style>
a { background-color: #A67609; }
a { background-color: rgb(166,118,9); }
div.DivClassName
{
background-color: #A67609;
}
.BgClassName
{
background-color: #A67609;
}
</style>
border-color css
<style>
span { border-color: #A67609; }
span { border-color: rgb(166,118,9); }
td.TdClassName
{
border-color: #A67609;
}
.TagClassName
{
border-color: #A67609;
}
</style>