Shades of Dark Goldenrod #AD8C14
Tints of Dark Goldenrod #AD8C14
RGB
CMYK
RGB Variations
Color information
#AD8C14 (or 0xAD8C14) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 14. RGB value is (173,140,20). Sum of RGB (Red+Green+Blue) = 173+140+20=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C14 is #5273EB. Grayscale: #888888. Windows color (decimal): -5403628 or 1346733. OLE color: 1346733.
HSL color Cylindrical-coordinate representation of color #AD8C14: hue angle of 47.06º 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 #AD8C14 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 20 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.32 |
| HSL | 47.06º | 0.79% | 0.38% | - |
| HSV(B) | 47.06º | 0.88% | 0.68% | - |
| XYZ | 26.74 | 27.69 | 4.6 | - |
| YUV | 136.19 | 62.43 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 20 | 0 | 0.19 | 0.88 | 0.32 | 47.06 | 0.79 | 0.38 |
| Hex | AD | 8C | 14 | 0 | 13 | 58 | 20 | 2F | 4F | 26 |
| Octal | 255 | 214 | 24 | 0 | 23 | 130 | 40 | 57 | 117 | 46 |
| Binary | 10101101 | 10001100 | 10100 | 0 | 10011 | 1011000 | 100000 | 101111 | 1001111 | 100110 |
Color Harmonies of #AD8C14
Complementary color
Monochromatic Colors of #AD8C14
Black with #AD8C14
Text Example
Text Example
White with #AD8C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C14; }
p { color: rgb(173,140,20); }
H1.HeaderClassName
{
color: #AD8C14;
}
.AnyTagClassName
{
color: #AD8C14;
}
</style>
background-color css
<style>
a { background-color: #AD8C14; }
a { background-color: rgb(173,140,20); }
div.DivClassName
{
background-color: #AD8C14;
}
.BgClassName
{
background-color: #AD8C14;
}
</style>
border-color css
<style>
span { border-color: #AD8C14; }
span { border-color: rgb(173,140,20); }
td.TdClassName
{
border-color: #AD8C14;
}
.TagClassName
{
border-color: #AD8C14;
}
</style>