Shades of Dark Goldenrod #AD8D05
Tints of Dark Goldenrod #AD8D05
RGB
CMYK
RGB Variations
Color information
#AD8D05 (or 0xAD8D05) is known color: Dark Goldenrod. HEX triplet: AD, 8D and 05. RGB value is (173,141,5). Sum of RGB (Red+Green+Blue) = 173+141+5=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D05 is #5272FA. Grayscale: #878787. Windows color (decimal): -5403387 or 363949. OLE color: 363949.
HSL color Cylindrical-coordinate representation of color #AD8D05: hue angle of 48.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD8D05 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 5 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.32 |
| HSL | 48.57º | 0.94% | 0.35% | - |
| HSV(B) | 48.57º | 0.97% | 0.68% | - |
| XYZ | 26.79 | 27.94 | 4.13 | - |
| YUV | 135.06 | 54.6 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 5 | 0 | 0.18 | 0.97 | 0.32 | 48.57 | 0.94 | 0.35 |
| Hex | AD | 8D | 5 | 0 | 12 | 61 | 20 | 31 | 5E | 23 |
| Octal | 255 | 215 | 5 | 0 | 22 | 141 | 40 | 61 | 136 | 43 |
| Binary | 10101101 | 10001101 | 101 | 0 | 10010 | 1100001 | 100000 | 110001 | 1011110 | 100011 |
Color Harmonies of #AD8D05
Complementary color
Monochromatic Colors of #AD8D05
Black with #AD8D05
Text Example
Text Example
White with #AD8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D05; }
p { color: rgb(173,141,5); }
H1.HeaderClassName
{
color: #AD8D05;
}
.AnyTagClassName
{
color: #AD8D05;
}
</style>
background-color css
<style>
a { background-color: #AD8D05; }
a { background-color: rgb(173,141,5); }
div.DivClassName
{
background-color: #AD8D05;
}
.BgClassName
{
background-color: #AD8D05;
}
</style>
border-color css
<style>
span { border-color: #AD8D05; }
span { border-color: rgb(173,141,5); }
td.TdClassName
{
border-color: #AD8D05;
}
.TagClassName
{
border-color: #AD8D05;
}
</style>