Shades of Dark Goldenrod #AD8C0E
Tints of Dark Goldenrod #AD8C0E
RGB
CMYK
RGB Variations
Color information
#AD8C0E (or 0xAD8C0E) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 0E. RGB value is (173,140,14). Sum of RGB (Red+Green+Blue) = 173+140+14=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C0E is #5273F1. Grayscale: #888888. Windows color (decimal): -5403634 or 953517. OLE color: 953517.
HSL color Cylindrical-coordinate representation of color #AD8C0E: hue angle of 47.55º 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 #AD8C0E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 14 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.32 |
| HSL | 47.55º | 0.85% | 0.37% | - |
| HSV(B) | 47.55º | 0.92% | 0.68% | - |
| XYZ | 26.69 | 27.67 | 4.35 | - |
| YUV | 135.5 | 59.43 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 14 | 0 | 0.19 | 0.92 | 0.32 | 47.55 | 0.85 | 0.37 |
| Hex | AD | 8C | E | 0 | 13 | 5C | 20 | 30 | 55 | 25 |
| Octal | 255 | 214 | 16 | 0 | 23 | 134 | 40 | 60 | 125 | 45 |
| Binary | 10101101 | 10001100 | 1110 | 0 | 10011 | 1011100 | 100000 | 110000 | 1010101 | 100101 |
Color Harmonies of #AD8C0E
Complementary color
Monochromatic Colors of #AD8C0E
Black with #AD8C0E
Text Example
Text Example
White with #AD8C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C0E; }
p { color: rgb(173,140,14); }
H1.HeaderClassName
{
color: #AD8C0E;
}
.AnyTagClassName
{
color: #AD8C0E;
}
</style>
background-color css
<style>
a { background-color: #AD8C0E; }
a { background-color: rgb(173,140,14); }
div.DivClassName
{
background-color: #AD8C0E;
}
.BgClassName
{
background-color: #AD8C0E;
}
</style>
border-color css
<style>
span { border-color: #AD8C0E; }
span { border-color: rgb(173,140,14); }
td.TdClassName
{
border-color: #AD8C0E;
}
.TagClassName
{
border-color: #AD8C0E;
}
</style>