Shades of Dark Goldenrod #AD8D0E
Tints of Dark Goldenrod #AD8D0E
RGB
CMYK
RGB Variations
Color information
#AD8D0E (or 0xAD8D0E) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 0E. RGB value is (173,141,14). Sum of RGB (Red+Green+Blue) = 173+141+14=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D0E is #5272F1. Grayscale: #888888. Windows color (decimal): -5403378 or 953773. OLE color: 953773.
HSL color Cylindrical-coordinate representation of color #AD8D0E: hue angle of 47.92º 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 #AD8D0E is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 14 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.32 |
| HSL | 47.92º | 0.85% | 0.37% | - |
| HSV(B) | 47.92º | 0.92% | 0.68% | - |
| XYZ | 26.84 | 27.97 | 4.4 | - |
| YUV | 136.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 14 | 0 | 0.18 | 0.92 | 0.32 | 47.92 | 0.85 | 0.37 |
| Hex | AD | 8D | E | 0 | 12 | 5C | 20 | 30 | 55 | 25 |
| Octal | 255 | 215 | 16 | 0 | 22 | 134 | 40 | 60 | 125 | 45 |
| Binary | 10101101 | 10001101 | 1110 | 0 | 10010 | 1011100 | 100000 | 110000 | 1010101 | 100101 |
Color Harmonies of #AD8D0E
Complementary color
Monochromatic Colors of #AD8D0E
Black with #AD8D0E
Text Example
Text Example
White with #AD8D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D0E; }
p { color: rgb(173,141,14); }
H1.HeaderClassName
{
color: #AD8D0E;
}
.AnyTagClassName
{
color: #AD8D0E;
}
</style>
background-color css
<style>
a { background-color: #AD8D0E; }
a { background-color: rgb(173,141,14); }
div.DivClassName
{
background-color: #AD8D0E;
}
.BgClassName
{
background-color: #AD8D0E;
}
</style>
border-color css
<style>
span { border-color: #AD8D0E; }
span { border-color: rgb(173,141,14); }
td.TdClassName
{
border-color: #AD8D0E;
}
.TagClassName
{
border-color: #AD8D0E;
}
</style>