Shades of Dark Goldenrod #AD8804
Tints of Dark Goldenrod #AD8804
RGB
CMYK
RGB Variations
Color information
#AD8804 (or 0xAD8804) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 04. RGB value is (173,136,4). Sum of RGB (Red+Green+Blue) = 173+136+4=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8804 is #5277FB. Grayscale: #848484. Windows color (decimal): -5404668 or 297133. OLE color: 297133.
HSL color Cylindrical-coordinate representation of color #AD8804: hue angle of 46.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD8804 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.32 |
| HSL | 46.86º | 0.95% | 0.35% | - |
| HSV(B) | 46.86º | 0.98% | 0.68% | - |
| XYZ | 26.06 | 26.5 | 3.86 | - |
| YUV | 132.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 4 | 0 | 0.21 | 0.98 | 0.32 | 46.86 | 0.95 | 0.35 |
| Hex | AD | 88 | 4 | 0 | 15 | 62 | 20 | 2F | 5F | 23 |
| Octal | 255 | 210 | 4 | 0 | 25 | 142 | 40 | 57 | 137 | 43 |
| Binary | 10101101 | 10001000 | 100 | 0 | 10101 | 1100010 | 100000 | 101111 | 1011111 | 100011 |
Color Harmonies of #AD8804
Complementary color
Monochromatic Colors of #AD8804
Black with #AD8804
Text Example
Text Example
White with #AD8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8804; }
p { color: rgb(173,136,4); }
H1.HeaderClassName
{
color: #AD8804;
}
.AnyTagClassName
{
color: #AD8804;
}
</style>
background-color css
<style>
a { background-color: #AD8804; }
a { background-color: rgb(173,136,4); }
div.DivClassName
{
background-color: #AD8804;
}
.BgClassName
{
background-color: #AD8804;
}
</style>
border-color css
<style>
span { border-color: #AD8804; }
span { border-color: rgb(173,136,4); }
td.TdClassName
{
border-color: #AD8804;
}
.TagClassName
{
border-color: #AD8804;
}
</style>