Shades of Dark Goldenrod #AD8009
Tints of Dark Goldenrod #AD8009
RGB
CMYK
RGB Variations
Color information
#AD8009 (or 0xAD8009) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 09. RGB value is (173,128,9). Sum of RGB (Red+Green+Blue) = 173+128+9=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8009 is #527FF6. Grayscale: #808080. Windows color (decimal): -5406711 or 622765. OLE color: 622765.
HSL color Cylindrical-coordinate representation of color #AD8009: hue angle of 43.54º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD8009 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 9 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.32 |
| HSL | 43.54º | 0.9% | 0.36% | - |
| HSV(B) | 43.54º | 0.95% | 0.68% | - |
| XYZ | 25 | 24.34 | 3.64 | - |
| YUV | 127.89 | 60.91 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 9 | 0 | 0.26 | 0.95 | 0.32 | 43.54 | 0.9 | 0.36 |
| Hex | AD | 80 | 9 | 0 | 1A | 5F | 20 | 2C | 5A | 24 |
| Octal | 255 | 200 | 11 | 0 | 32 | 137 | 40 | 54 | 132 | 44 |
| Binary | 10101101 | 10000000 | 1001 | 0 | 11010 | 1011111 | 100000 | 101100 | 1011010 | 100100 |
Color Harmonies of #AD8009
Complementary color
Monochromatic Colors of #AD8009
Black with #AD8009
Text Example
Text Example
White with #AD8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8009; }
p { color: rgb(173,128,9); }
H1.HeaderClassName
{
color: #AD8009;
}
.AnyTagClassName
{
color: #AD8009;
}
</style>
background-color css
<style>
a { background-color: #AD8009; }
a { background-color: rgb(173,128,9); }
div.DivClassName
{
background-color: #AD8009;
}
.BgClassName
{
background-color: #AD8009;
}
</style>
border-color css
<style>
span { border-color: #AD8009; }
span { border-color: rgb(173,128,9); }
td.TdClassName
{
border-color: #AD8009;
}
.TagClassName
{
border-color: #AD8009;
}
</style>