Shades of Dark Goldenrod #AD8404
Tints of Dark Goldenrod #AD8404
RGB
CMYK
RGB Variations
Color information
#AD8404 (or 0xAD8404) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 04. RGB value is (173,132,4). Sum of RGB (Red+Green+Blue) = 173+132+4=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8404 is #527BFB. Grayscale: #828282. Windows color (decimal): -5405692 or 296109. OLE color: 296109.
HSL color Cylindrical-coordinate representation of color #AD8404: hue angle of 45.44º 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 #AD8404 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.32 |
| HSL | 45.44º | 0.95% | 0.35% | - |
| HSV(B) | 45.44º | 0.98% | 0.68% | - |
| XYZ | 25.51 | 25.4 | 3.67 | - |
| YUV | 129.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 4 | 0 | 0.24 | 0.98 | 0.32 | 45.44 | 0.95 | 0.35 |
| Hex | AD | 84 | 4 | 0 | 18 | 62 | 20 | 2D | 5F | 23 |
| Octal | 255 | 204 | 4 | 0 | 30 | 142 | 40 | 55 | 137 | 43 |
| Binary | 10101101 | 10000100 | 100 | 0 | 11000 | 1100010 | 100000 | 101101 | 1011111 | 100011 |
Color Harmonies of #AD8404
Complementary color
Monochromatic Colors of #AD8404
Black with #AD8404
Text Example
Text Example
White with #AD8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8404; }
p { color: rgb(173,132,4); }
H1.HeaderClassName
{
color: #AD8404;
}
.AnyTagClassName
{
color: #AD8404;
}
</style>
background-color css
<style>
a { background-color: #AD8404; }
a { background-color: rgb(173,132,4); }
div.DivClassName
{
background-color: #AD8404;
}
.BgClassName
{
background-color: #AD8404;
}
</style>
border-color css
<style>
span { border-color: #AD8404; }
span { border-color: rgb(173,132,4); }
td.TdClassName
{
border-color: #AD8404;
}
.TagClassName
{
border-color: #AD8404;
}
</style>