Shades of Dark Goldenrod #AD7009
Tints of Dark Goldenrod #AD7009
RGB
CMYK
RGB Variations
Color information
#AD7009 (or 0xAD7009) is known color: Dark Goldenrod. HEX triplet: AD, 70 and 09. RGB value is (173,112,9). Sum of RGB (Red+Green+Blue) = 173+112+9=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7009 is #528FF6. Grayscale: #767676. Windows color (decimal): -5410807 or 618669. OLE color: 618669.
HSL color Cylindrical-coordinate representation of color #AD7009: hue angle of 37.68º 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 #AD7009 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 9 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.32 |
| HSL | 37.68º | 0.9% | 0.36% | - |
| HSV(B) | 37.68º | 0.95% | 0.68% | - |
| XYZ | 23.08 | 20.49 | 3 | - |
| YUV | 118.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 9 | 0 | 0.35 | 0.95 | 0.32 | 37.68 | 0.9 | 0.36 |
| Hex | AD | 70 | 9 | 0 | 23 | 5F | 20 | 26 | 5A | 24 |
| Octal | 255 | 160 | 11 | 0 | 43 | 137 | 40 | 46 | 132 | 44 |
| Binary | 10101101 | 1110000 | 1001 | 0 | 100011 | 1011111 | 100000 | 100110 | 1011010 | 100100 |
Color Harmonies of #AD7009
Complementary color
Monochromatic Colors of #AD7009
Black with #AD7009
Text Example
Text Example
White with #AD7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7009; }
p { color: rgb(173,112,9); }
H1.HeaderClassName
{
color: #AD7009;
}
.AnyTagClassName
{
color: #AD7009;
}
</style>
background-color css
<style>
a { background-color: #AD7009; }
a { background-color: rgb(173,112,9); }
div.DivClassName
{
background-color: #AD7009;
}
.BgClassName
{
background-color: #AD7009;
}
</style>
border-color css
<style>
span { border-color: #AD7009; }
span { border-color: rgb(173,112,9); }
td.TdClassName
{
border-color: #AD7009;
}
.TagClassName
{
border-color: #AD7009;
}
</style>