Shades of Dark Goldenrod #AD8417
Tints of Dark Goldenrod #AD8417
RGB
CMYK
RGB Variations
Color information
#AD8417 (or 0xAD8417) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 17. RGB value is (173,132,23). Sum of RGB (Red+Green+Blue) = 173+132+23=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8417 is #527BE8. Grayscale: #848484. Windows color (decimal): -5405673 or 1541293. OLE color: 1541293.
HSL color Cylindrical-coordinate representation of color #AD8417: hue angle of 43.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD8417 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 23 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.32 |
| HSL | 43.6º | 0.77% | 0.38% | - |
| HSV(B) | 43.6º | 0.87% | 0.68% | - |
| XYZ | 25.64 | 25.45 | 4.37 | - |
| YUV | 131.83 | 66.58 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 23 | 0 | 0.24 | 0.87 | 0.32 | 43.6 | 0.77 | 0.38 |
| Hex | AD | 84 | 17 | 0 | 18 | 57 | 20 | 2C | 4D | 26 |
| Octal | 255 | 204 | 27 | 0 | 30 | 127 | 40 | 54 | 115 | 46 |
| Binary | 10101101 | 10000100 | 10111 | 0 | 11000 | 1010111 | 100000 | 101100 | 1001101 | 100110 |
Color Harmonies of #AD8417
Complementary color
Monochromatic Colors of #AD8417
Black with #AD8417
Text Example
Text Example
White with #AD8417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8417; }
p { color: rgb(173,132,23); }
H1.HeaderClassName
{
color: #AD8417;
}
.AnyTagClassName
{
color: #AD8417;
}
</style>
background-color css
<style>
a { background-color: #AD8417; }
a { background-color: rgb(173,132,23); }
div.DivClassName
{
background-color: #AD8417;
}
.BgClassName
{
background-color: #AD8417;
}
</style>
border-color css
<style>
span { border-color: #AD8417; }
span { border-color: rgb(173,132,23); }
td.TdClassName
{
border-color: #AD8417;
}
.TagClassName
{
border-color: #AD8417;
}
</style>