Shades of Dark Goldenrod #AD8414
Tints of Dark Goldenrod #AD8414
RGB
CMYK
RGB Variations
Color information
#AD8414 (or 0xAD8414) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 14. RGB value is (173,132,20). Sum of RGB (Red+Green+Blue) = 173+132+20=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8414 is #527BEB. Grayscale: #838383. Windows color (decimal): -5405676 or 1344685. OLE color: 1344685.
HSL color Cylindrical-coordinate representation of color #AD8414: hue angle of 43.92º 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 #AD8414 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 20 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.32 |
| HSL | 43.92º | 0.79% | 0.38% | - |
| HSV(B) | 43.92º | 0.88% | 0.68% | - |
| XYZ | 25.61 | 25.44 | 4.22 | - |
| YUV | 131.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 20 | 0 | 0.24 | 0.88 | 0.32 | 43.92 | 0.79 | 0.38 |
| Hex | AD | 84 | 14 | 0 | 18 | 58 | 20 | 2C | 4F | 26 |
| Octal | 255 | 204 | 24 | 0 | 30 | 130 | 40 | 54 | 117 | 46 |
| Binary | 10101101 | 10000100 | 10100 | 0 | 11000 | 1011000 | 100000 | 101100 | 1001111 | 100110 |
Color Harmonies of #AD8414
Complementary color
Monochromatic Colors of #AD8414
Black with #AD8414
Text Example
Text Example
White with #AD8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8414; }
p { color: rgb(173,132,20); }
H1.HeaderClassName
{
color: #AD8414;
}
.AnyTagClassName
{
color: #AD8414;
}
</style>
background-color css
<style>
a { background-color: #AD8414; }
a { background-color: rgb(173,132,20); }
div.DivClassName
{
background-color: #AD8414;
}
.BgClassName
{
background-color: #AD8414;
}
</style>
border-color css
<style>
span { border-color: #AD8414; }
span { border-color: rgb(173,132,20); }
td.TdClassName
{
border-color: #AD8414;
}
.TagClassName
{
border-color: #AD8414;
}
</style>