Shades of Dark Goldenrod #AD8510
Tints of Dark Goldenrod #AD8510
RGB
CMYK
RGB Variations
Color information
#AD8510 (or 0xAD8510) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 10. RGB value is (173,133,16). Sum of RGB (Red+Green+Blue) = 173+133+16=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8510 is #527AEF. Grayscale: #848484. Windows color (decimal): -5405424 or 1082797. OLE color: 1082797.
HSL color Cylindrical-coordinate representation of color #AD8510: hue angle of 44.71º 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 #AD8510 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.32 |
| HSL | 44.71º | 0.83% | 0.37% | - |
| HSV(B) | 44.71º | 0.91% | 0.68% | - |
| XYZ | 25.71 | 25.7 | 4.09 | - |
| YUV | 131.62 | 62.75 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 16 | 0 | 0.23 | 0.91 | 0.32 | 44.71 | 0.83 | 0.37 |
| Hex | AD | 85 | 10 | 0 | 17 | 5B | 20 | 2D | 53 | 25 |
| Octal | 255 | 205 | 20 | 0 | 27 | 133 | 40 | 55 | 123 | 45 |
| Binary | 10101101 | 10000101 | 10000 | 0 | 10111 | 1011011 | 100000 | 101101 | 1010011 | 100101 |
Color Harmonies of #AD8510
Complementary color
Monochromatic Colors of #AD8510
Black with #AD8510
Text Example
Text Example
White with #AD8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8510; }
p { color: rgb(173,133,16); }
H1.HeaderClassName
{
color: #AD8510;
}
.AnyTagClassName
{
color: #AD8510;
}
</style>
background-color css
<style>
a { background-color: #AD8510; }
a { background-color: rgb(173,133,16); }
div.DivClassName
{
background-color: #AD8510;
}
.BgClassName
{
background-color: #AD8510;
}
</style>
border-color css
<style>
span { border-color: #AD8510; }
span { border-color: rgb(173,133,16); }
td.TdClassName
{
border-color: #AD8510;
}
.TagClassName
{
border-color: #AD8510;
}
</style>