Shades of Dark Goldenrod #A67F0D
Tints of Dark Goldenrod #A67F0D
RGB
CMYK
RGB Variations
Color information
#A67F0D (or 0xA67F0D) is known color: Dark Goldenrod. HEX triplet: A6, 7F and 0D. RGB value is (166,127,13). Sum of RGB (Red+Green+Blue) = 166+127+13=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67F0D is #5980F2. Grayscale: #7E7E7E. Windows color (decimal): -5865715 or 884646. OLE color: 884646.
HSL color Cylindrical-coordinate representation of color #A67F0D: hue angle of 44.71º degrees, saturation: 0.85, 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 #A67F0D is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 13 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.35 |
| HSL | 44.71º | 0.85% | 0.35% | - |
| HSV(B) | 44.71º | 0.92% | 0.65% | - |
| XYZ | 23.39 | 23.31 | 3.65 | - |
| YUV | 125.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 13 | 0 | 0.23 | 0.92 | 0.35 | 44.71 | 0.85 | 0.35 |
| Hex | A6 | 7F | D | 0 | 17 | 5C | 23 | 2D | 55 | 23 |
| Octal | 246 | 177 | 15 | 0 | 27 | 134 | 43 | 55 | 125 | 43 |
| Binary | 10100110 | 1111111 | 1101 | 0 | 10111 | 1011100 | 100011 | 101101 | 1010101 | 100011 |
Color Harmonies of #A67F0D
Complementary color
Monochromatic Colors of #A67F0D
Black with #A67F0D
Text Example
Text Example
White with #A67F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F0D; }
p { color: rgb(166,127,13); }
H1.HeaderClassName
{
color: #A67F0D;
}
.AnyTagClassName
{
color: #A67F0D;
}
</style>
background-color css
<style>
a { background-color: #A67F0D; }
a { background-color: rgb(166,127,13); }
div.DivClassName
{
background-color: #A67F0D;
}
.BgClassName
{
background-color: #A67F0D;
}
</style>
border-color css
<style>
span { border-color: #A67F0D; }
span { border-color: rgb(166,127,13); }
td.TdClassName
{
border-color: #A67F0D;
}
.TagClassName
{
border-color: #A67F0D;
}
</style>