Shades of Dark Goldenrod #AD8614
Tints of Dark Goldenrod #AD8614
RGB
CMYK
RGB Variations
Color information
#AD8614 (or 0xAD8614) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 14. RGB value is (173,134,20). Sum of RGB (Red+Green+Blue) = 173+134+20=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8614 is #5279EB. Grayscale: #858585. Windows color (decimal): -5405164 or 1345197. OLE color: 1345197.
HSL color Cylindrical-coordinate representation of color #AD8614: hue angle of 44.71º 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 #AD8614 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 20 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.32 |
| HSL | 44.71º | 0.79% | 0.38% | - |
| HSV(B) | 44.71º | 0.88% | 0.68% | - |
| XYZ | 25.88 | 25.98 | 4.31 | - |
| YUV | 132.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 20 | 0 | 0.23 | 0.88 | 0.32 | 44.71 | 0.79 | 0.38 |
| Hex | AD | 86 | 14 | 0 | 17 | 58 | 20 | 2D | 4F | 26 |
| Octal | 255 | 206 | 24 | 0 | 27 | 130 | 40 | 55 | 117 | 46 |
| Binary | 10101101 | 10000110 | 10100 | 0 | 10111 | 1011000 | 100000 | 101101 | 1001111 | 100110 |
Color Harmonies of #AD8614
Complementary color
Monochromatic Colors of #AD8614
Black with #AD8614
Text Example
Text Example
White with #AD8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8614; }
p { color: rgb(173,134,20); }
H1.HeaderClassName
{
color: #AD8614;
}
.AnyTagClassName
{
color: #AD8614;
}
</style>
background-color css
<style>
a { background-color: #AD8614; }
a { background-color: rgb(173,134,20); }
div.DivClassName
{
background-color: #AD8614;
}
.BgClassName
{
background-color: #AD8614;
}
</style>
border-color css
<style>
span { border-color: #AD8614; }
span { border-color: rgb(173,134,20); }
td.TdClassName
{
border-color: #AD8614;
}
.TagClassName
{
border-color: #AD8614;
}
</style>