Shades of Dark Goldenrod #AD8514
Tints of Dark Goldenrod #AD8514
RGB
CMYK
RGB Variations
Color information
#AD8514 (or 0xAD8514) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 14. RGB value is (173,133,20). Sum of RGB (Red+Green+Blue) = 173+133+20=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8514 is #527AEB. Grayscale: #848484. Windows color (decimal): -5405420 or 1344941. OLE color: 1344941.
HSL color Cylindrical-coordinate representation of color #AD8514: hue angle of 44.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD8514 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 20 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.32 |
| HSL | 44.31º | 0.79% | 0.38% | - |
| HSV(B) | 44.31º | 0.88% | 0.68% | - |
| XYZ | 25.75 | 25.71 | 4.27 | - |
| YUV | 132.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 20 | 0 | 0.23 | 0.88 | 0.32 | 44.31 | 0.79 | 0.38 |
| Hex | AD | 85 | 14 | 0 | 17 | 58 | 20 | 2C | 4F | 26 |
| Octal | 255 | 205 | 24 | 0 | 27 | 130 | 40 | 54 | 117 | 46 |
| Binary | 10101101 | 10000101 | 10100 | 0 | 10111 | 1011000 | 100000 | 101100 | 1001111 | 100110 |
Color Harmonies of #AD8514
Complementary color
Monochromatic Colors of #AD8514
Black with #AD8514
Text Example
Text Example
White with #AD8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8514; }
p { color: rgb(173,133,20); }
H1.HeaderClassName
{
color: #AD8514;
}
.AnyTagClassName
{
color: #AD8514;
}
</style>
background-color css
<style>
a { background-color: #AD8514; }
a { background-color: rgb(173,133,20); }
div.DivClassName
{
background-color: #AD8514;
}
.BgClassName
{
background-color: #AD8514;
}
</style>
border-color css
<style>
span { border-color: #AD8514; }
span { border-color: rgb(173,133,20); }
td.TdClassName
{
border-color: #AD8514;
}
.TagClassName
{
border-color: #AD8514;
}
</style>