Shades of Dark Goldenrod #AD8008
Tints of Dark Goldenrod #AD8008
RGB
CMYK
RGB Variations
Color information
#AD8008 (or 0xAD8008) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 08. RGB value is (173,128,8). Sum of RGB (Red+Green+Blue) = 173+128+8=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8008 is #527FF7. Grayscale: #808080. Windows color (decimal): -5406712 or 557229. OLE color: 557229.
HSL color Cylindrical-coordinate representation of color #AD8008: hue angle of 43.64º 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 #AD8008 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.32 |
| HSL | 43.64º | 0.91% | 0.35% | - |
| HSV(B) | 43.64º | 0.95% | 0.68% | - |
| XYZ | 25 | 24.34 | 3.61 | - |
| YUV | 127.78 | 60.41 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 8 | 0 | 0.26 | 0.95 | 0.32 | 43.64 | 0.91 | 0.35 |
| Hex | AD | 80 | 8 | 0 | 1A | 5F | 20 | 2C | 5B | 23 |
| Octal | 255 | 200 | 10 | 0 | 32 | 137 | 40 | 54 | 133 | 43 |
| Binary | 10101101 | 10000000 | 1000 | 0 | 11010 | 1011111 | 100000 | 101100 | 1011011 | 100011 |
Color Harmonies of #AD8008
Complementary color
Monochromatic Colors of #AD8008
Black with #AD8008
Text Example
Text Example
White with #AD8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8008; }
p { color: rgb(173,128,8); }
H1.HeaderClassName
{
color: #AD8008;
}
.AnyTagClassName
{
color: #AD8008;
}
</style>
background-color css
<style>
a { background-color: #AD8008; }
a { background-color: rgb(173,128,8); }
div.DivClassName
{
background-color: #AD8008;
}
.BgClassName
{
background-color: #AD8008;
}
</style>
border-color css
<style>
span { border-color: #AD8008; }
span { border-color: rgb(173,128,8); }
td.TdClassName
{
border-color: #AD8008;
}
.TagClassName
{
border-color: #AD8008;
}
</style>