Shades of Dark Goldenrod #AD7F0E
Tints of Dark Goldenrod #AD7F0E
RGB
CMYK
RGB Variations
Color information
#AD7F0E (or 0xAD7F0E) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 0E. RGB value is (173,127,14). Sum of RGB (Red+Green+Blue) = 173+127+14=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F0E is #5280F1. Grayscale: #808080. Windows color (decimal): -5406962 or 950189. OLE color: 950189.
HSL color Cylindrical-coordinate representation of color #AD7F0E: hue angle of 42.64º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD7F0E is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 14 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.32 |
| HSL | 42.64º | 0.85% | 0.37% | - |
| HSV(B) | 42.64º | 0.92% | 0.68% | - |
| XYZ | 24.9 | 24.09 | 3.75 | - |
| YUV | 127.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 14 | 0 | 0.27 | 0.92 | 0.32 | 42.64 | 0.85 | 0.37 |
| Hex | AD | 7F | E | 0 | 1B | 5C | 20 | 2B | 55 | 25 |
| Octal | 255 | 177 | 16 | 0 | 33 | 134 | 40 | 53 | 125 | 45 |
| Binary | 10101101 | 1111111 | 1110 | 0 | 11011 | 1011100 | 100000 | 101011 | 1010101 | 100101 |
Color Harmonies of #AD7F0E
Complementary color
Monochromatic Colors of #AD7F0E
Black with #AD7F0E
Text Example
Text Example
White with #AD7F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F0E; }
p { color: rgb(173,127,14); }
H1.HeaderClassName
{
color: #AD7F0E;
}
.AnyTagClassName
{
color: #AD7F0E;
}
</style>
background-color css
<style>
a { background-color: #AD7F0E; }
a { background-color: rgb(173,127,14); }
div.DivClassName
{
background-color: #AD7F0E;
}
.BgClassName
{
background-color: #AD7F0E;
}
</style>
border-color css
<style>
span { border-color: #AD7F0E; }
span { border-color: rgb(173,127,14); }
td.TdClassName
{
border-color: #AD7F0E;
}
.TagClassName
{
border-color: #AD7F0E;
}
</style>