Shades of Dark Goldenrod #AD8913
Tints of Dark Goldenrod #AD8913
RGB
CMYK
RGB Variations
Color information
#AD8913 (or 0xAD8913) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 13. RGB value is (173,137,19). Sum of RGB (Red+Green+Blue) = 173+137+19=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8913 is #5276EC. Grayscale: #868686. Windows color (decimal): -5404397 or 1280429. OLE color: 1280429.
HSL color Cylindrical-coordinate representation of color #AD8913: hue angle of 45.97º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD8913 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 19 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.32 |
| HSL | 45.97º | 0.8% | 0.38% | - |
| HSV(B) | 45.97º | 0.89% | 0.68% | - |
| XYZ | 26.3 | 26.82 | 4.41 | - |
| YUV | 134.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 19 | 0 | 0.21 | 0.89 | 0.32 | 45.97 | 0.8 | 0.38 |
| Hex | AD | 89 | 13 | 0 | 15 | 59 | 20 | 2E | 50 | 26 |
| Octal | 255 | 211 | 23 | 0 | 25 | 131 | 40 | 56 | 120 | 46 |
| Binary | 10101101 | 10001001 | 10011 | 0 | 10101 | 1011001 | 100000 | 101110 | 1010000 | 100110 |
Color Harmonies of #AD8913
Complementary color
Monochromatic Colors of #AD8913
Black with #AD8913
Text Example
Text Example
White with #AD8913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8913; }
p { color: rgb(173,137,19); }
H1.HeaderClassName
{
color: #AD8913;
}
.AnyTagClassName
{
color: #AD8913;
}
</style>
background-color css
<style>
a { background-color: #AD8913; }
a { background-color: rgb(173,137,19); }
div.DivClassName
{
background-color: #AD8913;
}
.BgClassName
{
background-color: #AD8913;
}
</style>
border-color css
<style>
span { border-color: #AD8913; }
span { border-color: rgb(173,137,19); }
td.TdClassName
{
border-color: #AD8913;
}
.TagClassName
{
border-color: #AD8913;
}
</style>