Shades of Dark Goldenrod #AD9404
Tints of Dark Goldenrod #AD9404
RGB
CMYK
RGB Variations
Color information
#AD9404 (or 0xAD9404) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 04. RGB value is (173,148,4). Sum of RGB (Red+Green+Blue) = 173+148+4=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9404 is #526BFB. Grayscale: #8B8B8B. Windows color (decimal): -5401596 or 300205. OLE color: 300205.
HSL color Cylindrical-coordinate representation of color #AD9404: hue angle of 51.12º 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 #AD9404 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.32 |
| HSL | 51.12º | 0.95% | 0.35% | - |
| HSV(B) | 51.12º | 0.98% | 0.68% | - |
| XYZ | 27.85 | 30.07 | 4.45 | - |
| YUV | 139.06 | 51.78 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 4 | 0 | 0.14 | 0.98 | 0.32 | 51.12 | 0.95 | 0.35 |
| Hex | AD | 94 | 4 | 0 | E | 62 | 20 | 33 | 5F | 23 |
| Octal | 255 | 224 | 4 | 0 | 16 | 142 | 40 | 63 | 137 | 43 |
| Binary | 10101101 | 10010100 | 100 | 0 | 1110 | 1100010 | 100000 | 110011 | 1011111 | 100011 |
Color Harmonies of #AD9404
Complementary color
Monochromatic Colors of #AD9404
Black with #AD9404
Text Example
Text Example
White with #AD9404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9404; }
p { color: rgb(173,148,4); }
H1.HeaderClassName
{
color: #AD9404;
}
.AnyTagClassName
{
color: #AD9404;
}
</style>
background-color css
<style>
a { background-color: #AD9404; }
a { background-color: rgb(173,148,4); }
div.DivClassName
{
background-color: #AD9404;
}
.BgClassName
{
background-color: #AD9404;
}
</style>
border-color css
<style>
span { border-color: #AD9404; }
span { border-color: rgb(173,148,4); }
td.TdClassName
{
border-color: #AD9404;
}
.TagClassName
{
border-color: #AD9404;
}
</style>