Shades of Dark Goldenrod #AD8914
Tints of Dark Goldenrod #AD8914
RGB
CMYK
RGB Variations
Color information
#AD8914 (or 0xAD8914) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 14. RGB value is (173,137,20). Sum of RGB (Red+Green+Blue) = 173+137+20=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8914 is #5276EB. Grayscale: #868686. Windows color (decimal): -5404396 or 1345965. OLE color: 1345965.
HSL color Cylindrical-coordinate representation of color #AD8914: hue angle of 45.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD8914 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 20 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.32 |
| HSL | 45.88º | 0.79% | 0.38% | - |
| HSV(B) | 45.88º | 0.88% | 0.68% | - |
| XYZ | 26.31 | 26.83 | 4.45 | - |
| YUV | 134.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 20 | 0 | 0.21 | 0.88 | 0.32 | 45.88 | 0.79 | 0.38 |
| Hex | AD | 89 | 14 | 0 | 15 | 58 | 20 | 2E | 4F | 26 |
| Octal | 255 | 211 | 24 | 0 | 25 | 130 | 40 | 56 | 117 | 46 |
| Binary | 10101101 | 10001001 | 10100 | 0 | 10101 | 1011000 | 100000 | 101110 | 1001111 | 100110 |
Color Harmonies of #AD8914
Complementary color
Monochromatic Colors of #AD8914
Black with #AD8914
Text Example
Text Example
White with #AD8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8914; }
p { color: rgb(173,137,20); }
H1.HeaderClassName
{
color: #AD8914;
}
.AnyTagClassName
{
color: #AD8914;
}
</style>
background-color css
<style>
a { background-color: #AD8914; }
a { background-color: rgb(173,137,20); }
div.DivClassName
{
background-color: #AD8914;
}
.BgClassName
{
background-color: #AD8914;
}
</style>
border-color css
<style>
span { border-color: #AD8914; }
span { border-color: rgb(173,137,20); }
td.TdClassName
{
border-color: #AD8914;
}
.TagClassName
{
border-color: #AD8914;
}
</style>