Shades of Dark Goldenrod #A67C0E
Tints of Dark Goldenrod #A67C0E
RGB
CMYK
RGB Variations
Color information
#A67C0E (or 0xA67C0E) is known color: Dark Goldenrod. HEX triplet: A6, 7C and 0E. RGB value is (166,124,14). Sum of RGB (Red+Green+Blue) = 166+124+14=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C0E is #5983F1. Grayscale: #7C7C7C. Windows color (decimal): -5866482 or 949414. OLE color: 949414.
HSL color Cylindrical-coordinate representation of color #A67C0E: hue angle of 43.42º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A67C0E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 14 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.35 |
| HSL | 43.42º | 0.84% | 0.35% | - |
| HSV(B) | 43.42º | 0.92% | 0.65% | - |
| XYZ | 23.01 | 22.55 | 3.56 | - |
| YUV | 124.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 14 | 0 | 0.25 | 0.92 | 0.35 | 43.42 | 0.84 | 0.35 |
| Hex | A6 | 7C | E | 0 | 19 | 5C | 23 | 2B | 54 | 23 |
| Octal | 246 | 174 | 16 | 0 | 31 | 134 | 43 | 53 | 124 | 43 |
| Binary | 10100110 | 1111100 | 1110 | 0 | 11001 | 1011100 | 100011 | 101011 | 1010100 | 100011 |
Color Harmonies of #A67C0E
Complementary color
Monochromatic Colors of #A67C0E
Black with #A67C0E
Text Example
Text Example
White with #A67C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C0E; }
p { color: rgb(166,124,14); }
H1.HeaderClassName
{
color: #A67C0E;
}
.AnyTagClassName
{
color: #A67C0E;
}
</style>
background-color css
<style>
a { background-color: #A67C0E; }
a { background-color: rgb(166,124,14); }
div.DivClassName
{
background-color: #A67C0E;
}
.BgClassName
{
background-color: #A67C0E;
}
</style>
border-color css
<style>
span { border-color: #A67C0E; }
span { border-color: rgb(166,124,14); }
td.TdClassName
{
border-color: #A67C0E;
}
.TagClassName
{
border-color: #A67C0E;
}
</style>