Shades of Dark Goldenrod #AD8104
Tints of Dark Goldenrod #AD8104
RGB
CMYK
RGB Variations
Color information
#AD8104 (or 0xAD8104) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 04. RGB value is (173,129,4). Sum of RGB (Red+Green+Blue) = 173+129+4=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8104 is #527EFB. Grayscale: #808080. Windows color (decimal): -5406460 or 295341. OLE color: 295341.
HSL color Cylindrical-coordinate representation of color #AD8104: hue angle of 44.38º 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 #AD8104 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.32 |
| HSL | 44.38º | 0.95% | 0.35% | - |
| HSV(B) | 44.38º | 0.98% | 0.68% | - |
| XYZ | 25.11 | 24.59 | 3.54 | - |
| YUV | 127.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 4 | 0 | 0.25 | 0.98 | 0.32 | 44.38 | 0.95 | 0.35 |
| Hex | AD | 81 | 4 | 0 | 19 | 62 | 20 | 2C | 5F | 23 |
| Octal | 255 | 201 | 4 | 0 | 31 | 142 | 40 | 54 | 137 | 43 |
| Binary | 10101101 | 10000001 | 100 | 0 | 11001 | 1100010 | 100000 | 101100 | 1011111 | 100011 |
Color Harmonies of #AD8104
Complementary color
Monochromatic Colors of #AD8104
Black with #AD8104
Text Example
Text Example
White with #AD8104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8104; }
p { color: rgb(173,129,4); }
H1.HeaderClassName
{
color: #AD8104;
}
.AnyTagClassName
{
color: #AD8104;
}
</style>
background-color css
<style>
a { background-color: #AD8104; }
a { background-color: rgb(173,129,4); }
div.DivClassName
{
background-color: #AD8104;
}
.BgClassName
{
background-color: #AD8104;
}
</style>
border-color css
<style>
span { border-color: #AD8104; }
span { border-color: rgb(173,129,4); }
td.TdClassName
{
border-color: #AD8104;
}
.TagClassName
{
border-color: #AD8104;
}
</style>