Shades of Dark Goldenrod #AD8004
Tints of Dark Goldenrod #AD8004
RGB
CMYK
RGB Variations
Color information
#AD8004 (or 0xAD8004) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 04. RGB value is (173,128,4). Sum of RGB (Red+Green+Blue) = 173+128+4=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8004 is #527FFB. Grayscale: #7F7F7F. Windows color (decimal): -5406716 or 295085. OLE color: 295085.
HSL color Cylindrical-coordinate representation of color #AD8004: hue angle of 44.02º 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 #AD8004 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.32 |
| HSL | 44.02º | 0.95% | 0.35% | - |
| HSV(B) | 44.02º | 0.98% | 0.68% | - |
| XYZ | 24.97 | 24.33 | 3.49 | - |
| YUV | 127.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 4 | 0 | 0.26 | 0.98 | 0.32 | 44.02 | 0.95 | 0.35 |
| Hex | AD | 80 | 4 | 0 | 1A | 62 | 20 | 2C | 5F | 23 |
| Octal | 255 | 200 | 4 | 0 | 32 | 142 | 40 | 54 | 137 | 43 |
| Binary | 10101101 | 10000000 | 100 | 0 | 11010 | 1100010 | 100000 | 101100 | 1011111 | 100011 |
Color Harmonies of #AD8004
Complementary color
Monochromatic Colors of #AD8004
Black with #AD8004
Text Example
Text Example
White with #AD8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8004; }
p { color: rgb(173,128,4); }
H1.HeaderClassName
{
color: #AD8004;
}
.AnyTagClassName
{
color: #AD8004;
}
</style>
background-color css
<style>
a { background-color: #AD8004; }
a { background-color: rgb(173,128,4); }
div.DivClassName
{
background-color: #AD8004;
}
.BgClassName
{
background-color: #AD8004;
}
</style>
border-color css
<style>
span { border-color: #AD8004; }
span { border-color: rgb(173,128,4); }
td.TdClassName
{
border-color: #AD8004;
}
.TagClassName
{
border-color: #AD8004;
}
</style>