Shades of Dark Goldenrod #AD8805
Tints of Dark Goldenrod #AD8805
RGB
CMYK
RGB Variations
Color information
#AD8805 (or 0xAD8805) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 05. RGB value is (173,136,5). Sum of RGB (Red+Green+Blue) = 173+136+5=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8805 is #5277FA. Grayscale: #848484. Windows color (decimal): -5404667 or 362669. OLE color: 362669.
HSL color Cylindrical-coordinate representation of color #AD8805: hue angle of 46.79º 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 #AD8805 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.32 |
| HSL | 46.79º | 0.94% | 0.35% | - |
| HSV(B) | 46.79º | 0.97% | 0.68% | - |
| XYZ | 26.07 | 26.5 | 3.89 | - |
| YUV | 132.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 5 | 0 | 0.21 | 0.97 | 0.32 | 46.79 | 0.94 | 0.35 |
| Hex | AD | 88 | 5 | 0 | 15 | 61 | 20 | 2F | 5E | 23 |
| Octal | 255 | 210 | 5 | 0 | 25 | 141 | 40 | 57 | 136 | 43 |
| Binary | 10101101 | 10001000 | 101 | 0 | 10101 | 1100001 | 100000 | 101111 | 1011110 | 100011 |
Color Harmonies of #AD8805
Complementary color
Monochromatic Colors of #AD8805
Black with #AD8805
Text Example
Text Example
White with #AD8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8805; }
p { color: rgb(173,136,5); }
H1.HeaderClassName
{
color: #AD8805;
}
.AnyTagClassName
{
color: #AD8805;
}
</style>
background-color css
<style>
a { background-color: #AD8805; }
a { background-color: rgb(173,136,5); }
div.DivClassName
{
background-color: #AD8805;
}
.BgClassName
{
background-color: #AD8805;
}
</style>
border-color css
<style>
span { border-color: #AD8805; }
span { border-color: rgb(173,136,5); }
td.TdClassName
{
border-color: #AD8805;
}
.TagClassName
{
border-color: #AD8805;
}
</style>