Shades of Dark Goldenrod #AD8D09
Tints of Dark Goldenrod #AD8D09
RGB
CMYK
RGB Variations
Color information
#AD8D09 (or 0xAD8D09) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 09. RGB value is (173,141,9). Sum of RGB (Red+Green+Blue) = 173+141+9=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D09 is #5272F6. Grayscale: #888888. Windows color (decimal): -5403383 or 626093. OLE color: 626093.
HSL color Cylindrical-coordinate representation of color #AD8D09: hue angle of 48.29º 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 #AD8D09 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 9 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.32 |
| HSL | 48.29º | 0.9% | 0.36% | - |
| HSV(B) | 48.29º | 0.95% | 0.68% | - |
| XYZ | 26.81 | 27.95 | 4.24 | - |
| YUV | 135.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 9 | 0 | 0.18 | 0.95 | 0.32 | 48.29 | 0.9 | 0.36 |
| Hex | AD | 8D | 9 | 0 | 12 | 5F | 20 | 30 | 5A | 24 |
| Octal | 255 | 215 | 11 | 0 | 22 | 137 | 40 | 60 | 132 | 44 |
| Binary | 10101101 | 10001101 | 1001 | 0 | 10010 | 1011111 | 100000 | 110000 | 1011010 | 100100 |
Color Harmonies of #AD8D09
Complementary color
Monochromatic Colors of #AD8D09
Black with #AD8D09
Text Example
Text Example
White with #AD8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D09; }
p { color: rgb(173,141,9); }
H1.HeaderClassName
{
color: #AD8D09;
}
.AnyTagClassName
{
color: #AD8D09;
}
</style>
background-color css
<style>
a { background-color: #AD8D09; }
a { background-color: rgb(173,141,9); }
div.DivClassName
{
background-color: #AD8D09;
}
.BgClassName
{
background-color: #AD8D09;
}
</style>
border-color css
<style>
span { border-color: #AD8D09; }
span { border-color: rgb(173,141,9); }
td.TdClassName
{
border-color: #AD8D09;
}
.TagClassName
{
border-color: #AD8D09;
}
</style>