Shades of Dark Goldenrod #AD8605
Tints of Dark Goldenrod #AD8605
RGB
CMYK
RGB Variations
Color information
#AD8605 (or 0xAD8605) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 05. RGB value is (173,134,5). Sum of RGB (Red+Green+Blue) = 173+134+5=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8605 is #5279FA. Grayscale: #838383. Windows color (decimal): -5405179 or 362157. OLE color: 362157.
HSL color Cylindrical-coordinate representation of color #AD8605: hue angle of 46.07º degrees, saturation: 0.94, 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 #AD8605 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 5 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.32 |
| HSL | 46.07º | 0.94% | 0.35% | - |
| HSV(B) | 46.07º | 0.97% | 0.68% | - |
| XYZ | 25.79 | 25.95 | 3.79 | - |
| YUV | 130.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 5 | 0 | 0.23 | 0.97 | 0.32 | 46.07 | 0.94 | 0.35 |
| Hex | AD | 86 | 5 | 0 | 17 | 61 | 20 | 2E | 5E | 23 |
| Octal | 255 | 206 | 5 | 0 | 27 | 141 | 40 | 56 | 136 | 43 |
| Binary | 10101101 | 10000110 | 101 | 0 | 10111 | 1100001 | 100000 | 101110 | 1011110 | 100011 |
Color Harmonies of #AD8605
Complementary color
Monochromatic Colors of #AD8605
Black with #AD8605
Text Example
Text Example
White with #AD8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8605; }
p { color: rgb(173,134,5); }
H1.HeaderClassName
{
color: #AD8605;
}
.AnyTagClassName
{
color: #AD8605;
}
</style>
background-color css
<style>
a { background-color: #AD8605; }
a { background-color: rgb(173,134,5); }
div.DivClassName
{
background-color: #AD8605;
}
.BgClassName
{
background-color: #AD8605;
}
</style>
border-color css
<style>
span { border-color: #AD8605; }
span { border-color: rgb(173,134,5); }
td.TdClassName
{
border-color: #AD8605;
}
.TagClassName
{
border-color: #AD8605;
}
</style>