Shades of Dark Goldenrod #AD890E
Tints of Dark Goldenrod #AD890E
RGB
CMYK
RGB Variations
Color information
#AD890E (or 0xAD890E) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 0E. RGB value is (173,137,14). Sum of RGB (Red+Green+Blue) = 173+137+14=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD890E is #5276F1. Grayscale: #868686. Windows color (decimal): -5404402 or 952749. OLE color: 952749.
HSL color Cylindrical-coordinate representation of color #AD890E: hue angle of 46.42º 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 #AD890E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.32 |
| HSL | 46.42º | 0.85% | 0.37% | - |
| HSV(B) | 46.42º | 0.92% | 0.68% | - |
| XYZ | 26.26 | 26.81 | 4.21 | - |
| YUV | 133.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 14 | 0 | 0.21 | 0.92 | 0.32 | 46.42 | 0.85 | 0.37 |
| Hex | AD | 89 | E | 0 | 15 | 5C | 20 | 2E | 55 | 25 |
| Octal | 255 | 211 | 16 | 0 | 25 | 134 | 40 | 56 | 125 | 45 |
| Binary | 10101101 | 10001001 | 1110 | 0 | 10101 | 1011100 | 100000 | 101110 | 1010101 | 100101 |
Color Harmonies of #AD890E
Complementary color
Monochromatic Colors of #AD890E
Black with #AD890E
Text Example
Text Example
White with #AD890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD890E; }
p { color: rgb(173,137,14); }
H1.HeaderClassName
{
color: #AD890E;
}
.AnyTagClassName
{
color: #AD890E;
}
</style>
background-color css
<style>
a { background-color: #AD890E; }
a { background-color: rgb(173,137,14); }
div.DivClassName
{
background-color: #AD890E;
}
.BgClassName
{
background-color: #AD890E;
}
</style>
border-color css
<style>
span { border-color: #AD890E; }
span { border-color: rgb(173,137,14); }
td.TdClassName
{
border-color: #AD890E;
}
.TagClassName
{
border-color: #AD890E;
}
</style>