Shades of Dark Goldenrod #AD8815
Tints of Dark Goldenrod #AD8815
RGB
CMYK
RGB Variations
Color information
#AD8815 (or 0xAD8815) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 15. RGB value is (173,136,21). Sum of RGB (Red+Green+Blue) = 173+136+21=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8815 is #5277EA. Grayscale: #868686. Windows color (decimal): -5404651 or 1411245. OLE color: 1411245.
HSL color Cylindrical-coordinate representation of color #AD8815: hue angle of 45.39º degrees, saturation: 0.78, 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 #AD8815 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 21 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.32 |
| HSL | 45.39º | 0.78% | 0.38% | - |
| HSV(B) | 45.39º | 0.88% | 0.68% | - |
| XYZ | 26.17 | 26.55 | 4.45 | - |
| YUV | 133.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 21 | 0 | 0.21 | 0.88 | 0.32 | 45.39 | 0.78 | 0.38 |
| Hex | AD | 88 | 15 | 0 | 15 | 58 | 20 | 2D | 4E | 26 |
| Octal | 255 | 210 | 25 | 0 | 25 | 130 | 40 | 55 | 116 | 46 |
| Binary | 10101101 | 10001000 | 10101 | 0 | 10101 | 1011000 | 100000 | 101101 | 1001110 | 100110 |
Color Harmonies of #AD8815
Complementary color
Monochromatic Colors of #AD8815
Black with #AD8815
Text Example
Text Example
White with #AD8815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8815; }
p { color: rgb(173,136,21); }
H1.HeaderClassName
{
color: #AD8815;
}
.AnyTagClassName
{
color: #AD8815;
}
</style>
background-color css
<style>
a { background-color: #AD8815; }
a { background-color: rgb(173,136,21); }
div.DivClassName
{
background-color: #AD8815;
}
.BgClassName
{
background-color: #AD8815;
}
</style>
border-color css
<style>
span { border-color: #AD8815; }
span { border-color: rgb(173,136,21); }
td.TdClassName
{
border-color: #AD8815;
}
.TagClassName
{
border-color: #AD8815;
}
</style>