Shades of Dark Goldenrod #AD8910
Tints of Dark Goldenrod #AD8910
RGB
CMYK
RGB Variations
Color information
#AD8910 (or 0xAD8910) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 10. RGB value is (173,137,16). Sum of RGB (Red+Green+Blue) = 173+137+16=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8910 is #5276EF. Grayscale: #868686. Windows color (decimal): -5404400 or 1083821. OLE color: 1083821.
HSL color Cylindrical-coordinate representation of color #AD8910: hue angle of 46.24º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD8910 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.32 |
| HSL | 46.24º | 0.83% | 0.37% | - |
| HSV(B) | 46.24º | 0.91% | 0.68% | - |
| XYZ | 26.27 | 26.81 | 4.28 | - |
| YUV | 133.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 16 | 0 | 0.21 | 0.91 | 0.32 | 46.24 | 0.83 | 0.37 |
| Hex | AD | 89 | 10 | 0 | 15 | 5B | 20 | 2E | 53 | 25 |
| Octal | 255 | 211 | 20 | 0 | 25 | 133 | 40 | 56 | 123 | 45 |
| Binary | 10101101 | 10001001 | 10000 | 0 | 10101 | 1011011 | 100000 | 101110 | 1010011 | 100101 |
Color Harmonies of #AD8910
Complementary color
Monochromatic Colors of #AD8910
Black with #AD8910
Text Example
Text Example
White with #AD8910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8910; }
p { color: rgb(173,137,16); }
H1.HeaderClassName
{
color: #AD8910;
}
.AnyTagClassName
{
color: #AD8910;
}
</style>
background-color css
<style>
a { background-color: #AD8910; }
a { background-color: rgb(173,137,16); }
div.DivClassName
{
background-color: #AD8910;
}
.BgClassName
{
background-color: #AD8910;
}
</style>
border-color css
<style>
span { border-color: #AD8910; }
span { border-color: rgb(173,137,16); }
td.TdClassName
{
border-color: #AD8910;
}
.TagClassName
{
border-color: #AD8910;
}
</style>