Shades of Dark Goldenrod #AD9008
Tints of Dark Goldenrod #AD9008
RGB
CMYK
RGB Variations
Color information
#AD9008 (or 0xAD9008) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 08. RGB value is (173,144,8). Sum of RGB (Red+Green+Blue) = 173+144+8=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9008 is #526FF7. Grayscale: #898989. Windows color (decimal): -5402616 or 561325. OLE color: 561325.
HSL color Cylindrical-coordinate representation of color #AD9008: hue angle of 49.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD9008 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 8 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.32 |
| HSL | 49.45º | 0.91% | 0.35% | - |
| HSV(B) | 49.45º | 0.95% | 0.68% | - |
| XYZ | 27.25 | 28.85 | 4.36 | - |
| YUV | 137.17 | 55.11 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 8 | 0 | 0.17 | 0.95 | 0.32 | 49.45 | 0.91 | 0.35 |
| Hex | AD | 90 | 8 | 0 | 11 | 5F | 20 | 31 | 5B | 23 |
| Octal | 255 | 220 | 10 | 0 | 21 | 137 | 40 | 61 | 133 | 43 |
| Binary | 10101101 | 10010000 | 1000 | 0 | 10001 | 1011111 | 100000 | 110001 | 1011011 | 100011 |
Color Harmonies of #AD9008
Complementary color
Monochromatic Colors of #AD9008
Black with #AD9008
Text Example
Text Example
White with #AD9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9008; }
p { color: rgb(173,144,8); }
H1.HeaderClassName
{
color: #AD9008;
}
.AnyTagClassName
{
color: #AD9008;
}
</style>
background-color css
<style>
a { background-color: #AD9008; }
a { background-color: rgb(173,144,8); }
div.DivClassName
{
background-color: #AD9008;
}
.BgClassName
{
background-color: #AD9008;
}
</style>
border-color css
<style>
span { border-color: #AD9008; }
span { border-color: rgb(173,144,8); }
td.TdClassName
{
border-color: #AD9008;
}
.TagClassName
{
border-color: #AD9008;
}
</style>