Shades of Dark Goldenrod #AD8610
Tints of Dark Goldenrod #AD8610
RGB
CMYK
RGB Variations
Color information
#AD8610 (or 0xAD8610) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 10. RGB value is (173,134,16). Sum of RGB (Red+Green+Blue) = 173+134+16=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8610 is #5279EF. Grayscale: #848484. Windows color (decimal): -5405168 or 1083053. OLE color: 1083053.
HSL color Cylindrical-coordinate representation of color #AD8610: hue angle of 45.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD8610 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.32 |
| HSL | 45.1º | 0.83% | 0.37% | - |
| HSV(B) | 45.1º | 0.91% | 0.68% | - |
| XYZ | 25.85 | 25.97 | 4.14 | - |
| YUV | 132.21 | 62.42 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 16 | 0 | 0.23 | 0.91 | 0.32 | 45.1 | 0.83 | 0.37 |
| Hex | AD | 86 | 10 | 0 | 17 | 5B | 20 | 2D | 53 | 25 |
| Octal | 255 | 206 | 20 | 0 | 27 | 133 | 40 | 55 | 123 | 45 |
| Binary | 10101101 | 10000110 | 10000 | 0 | 10111 | 1011011 | 100000 | 101101 | 1010011 | 100101 |
Color Harmonies of #AD8610
Complementary color
Monochromatic Colors of #AD8610
Black with #AD8610
Text Example
Text Example
White with #AD8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8610; }
p { color: rgb(173,134,16); }
H1.HeaderClassName
{
color: #AD8610;
}
.AnyTagClassName
{
color: #AD8610;
}
</style>
background-color css
<style>
a { background-color: #AD8610; }
a { background-color: rgb(173,134,16); }
div.DivClassName
{
background-color: #AD8610;
}
.BgClassName
{
background-color: #AD8610;
}
</style>
border-color css
<style>
span { border-color: #AD8610; }
span { border-color: rgb(173,134,16); }
td.TdClassName
{
border-color: #AD8610;
}
.TagClassName
{
border-color: #AD8610;
}
</style>