Shades of Dark Goldenrod #AD8206
Tints of Dark Goldenrod #AD8206
RGB
CMYK
RGB Variations
Color information
#AD8206 (or 0xAD8206) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 06. RGB value is (173,130,6). Sum of RGB (Red+Green+Blue) = 173+130+6=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8206 is #527DF9. Grayscale: #818181. Windows color (decimal): -5406202 or 426669. OLE color: 426669.
HSL color Cylindrical-coordinate representation of color #AD8206: hue angle of 44.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD8206 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.32 |
| HSL | 44.55º | 0.93% | 0.35% | - |
| HSV(B) | 44.55º | 0.97% | 0.68% | - |
| XYZ | 25.25 | 24.86 | 3.64 | - |
| YUV | 128.72 | 58.75 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 6 | 0 | 0.25 | 0.97 | 0.32 | 44.55 | 0.93 | 0.35 |
| Hex | AD | 82 | 6 | 0 | 19 | 61 | 20 | 2D | 5D | 23 |
| Octal | 255 | 202 | 6 | 0 | 31 | 141 | 40 | 55 | 135 | 43 |
| Binary | 10101101 | 10000010 | 110 | 0 | 11001 | 1100001 | 100000 | 101101 | 1011101 | 100011 |
Color Harmonies of #AD8206
Complementary color
Monochromatic Colors of #AD8206
Black with #AD8206
Text Example
Text Example
White with #AD8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8206; }
p { color: rgb(173,130,6); }
H1.HeaderClassName
{
color: #AD8206;
}
.AnyTagClassName
{
color: #AD8206;
}
</style>
background-color css
<style>
a { background-color: #AD8206; }
a { background-color: rgb(173,130,6); }
div.DivClassName
{
background-color: #AD8206;
}
.BgClassName
{
background-color: #AD8206;
}
</style>
border-color css
<style>
span { border-color: #AD8206; }
span { border-color: rgb(173,130,6); }
td.TdClassName
{
border-color: #AD8206;
}
.TagClassName
{
border-color: #AD8206;
}
</style>