Shades of Dark Goldenrod #AD8916
Tints of Dark Goldenrod #AD8916
RGB
CMYK
RGB Variations
Color information
#AD8916 (or 0xAD8916) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 16. RGB value is (173,137,22). Sum of RGB (Red+Green+Blue) = 173+137+22=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8916 is #5276E9. Grayscale: #878787. Windows color (decimal): -5404394 or 1477037. OLE color: 1477037.
HSL color Cylindrical-coordinate representation of color #AD8916: hue angle of 45.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD8916 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 22 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.32 |
| HSL | 45.7º | 0.77% | 0.38% | - |
| HSV(B) | 45.7º | 0.87% | 0.68% | - |
| XYZ | 26.32 | 26.83 | 4.55 | - |
| YUV | 134.65 | 64.43 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 22 | 0 | 0.21 | 0.87 | 0.32 | 45.7 | 0.77 | 0.38 |
| Hex | AD | 89 | 16 | 0 | 15 | 57 | 20 | 2E | 4D | 26 |
| Octal | 255 | 211 | 26 | 0 | 25 | 127 | 40 | 56 | 115 | 46 |
| Binary | 10101101 | 10001001 | 10110 | 0 | 10101 | 1010111 | 100000 | 101110 | 1001101 | 100110 |
Color Harmonies of #AD8916
Complementary color
Monochromatic Colors of #AD8916
Black with #AD8916
Text Example
Text Example
White with #AD8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8916; }
p { color: rgb(173,137,22); }
H1.HeaderClassName
{
color: #AD8916;
}
.AnyTagClassName
{
color: #AD8916;
}
</style>
background-color css
<style>
a { background-color: #AD8916; }
a { background-color: rgb(173,137,22); }
div.DivClassName
{
background-color: #AD8916;
}
.BgClassName
{
background-color: #AD8916;
}
</style>
border-color css
<style>
span { border-color: #AD8916; }
span { border-color: rgb(173,137,22); }
td.TdClassName
{
border-color: #AD8916;
}
.TagClassName
{
border-color: #AD8916;
}
</style>