Shades of Dark Goldenrod #AD860E
Tints of Dark Goldenrod #AD860E
RGB
CMYK
RGB Variations
Color information
#AD860E (or 0xAD860E) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 0E. RGB value is (173,134,14). Sum of RGB (Red+Green+Blue) = 173+134+14=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD860E is #5279F1. Grayscale: #848484. Windows color (decimal): -5405170 or 951981. OLE color: 951981.
HSL color Cylindrical-coordinate representation of color #AD860E: hue angle of 45.28º 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 #AD860E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.32 |
| HSL | 45.28º | 0.85% | 0.37% | - |
| HSV(B) | 45.28º | 0.92% | 0.68% | - |
| XYZ | 25.84 | 25.97 | 4.07 | - |
| YUV | 131.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 14 | 0 | 0.23 | 0.92 | 0.32 | 45.28 | 0.85 | 0.37 |
| Hex | AD | 86 | E | 0 | 17 | 5C | 20 | 2D | 55 | 25 |
| Octal | 255 | 206 | 16 | 0 | 27 | 134 | 40 | 55 | 125 | 45 |
| Binary | 10101101 | 10000110 | 1110 | 0 | 10111 | 1011100 | 100000 | 101101 | 1010101 | 100101 |
Color Harmonies of #AD860E
Complementary color
Monochromatic Colors of #AD860E
Black with #AD860E
Text Example
Text Example
White with #AD860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD860E; }
p { color: rgb(173,134,14); }
H1.HeaderClassName
{
color: #AD860E;
}
.AnyTagClassName
{
color: #AD860E;
}
</style>
background-color css
<style>
a { background-color: #AD860E; }
a { background-color: rgb(173,134,14); }
div.DivClassName
{
background-color: #AD860E;
}
.BgClassName
{
background-color: #AD860E;
}
</style>
border-color css
<style>
span { border-color: #AD860E; }
span { border-color: rgb(173,134,14); }
td.TdClassName
{
border-color: #AD860E;
}
.TagClassName
{
border-color: #AD860E;
}
</style>