Shades of Dark Goldenrod #AD8115
Tints of Dark Goldenrod #AD8115
RGB
CMYK
RGB Variations
Color information
#AD8115 (or 0xAD8115) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 15. RGB value is (173,129,21). Sum of RGB (Red+Green+Blue) = 173+129+21=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8115 is #527EEA. Grayscale: #828282. Windows color (decimal): -5406443 or 1409453. OLE color: 1409453.
HSL color Cylindrical-coordinate representation of color #AD8115: hue angle of 42.63º 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 #AD8115 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 21 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.32 |
| HSL | 42.63º | 0.78% | 0.38% | - |
| HSV(B) | 42.63º | 0.88% | 0.68% | - |
| XYZ | 25.22 | 24.64 | 4.14 | - |
| YUV | 129.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 21 | 0 | 0.25 | 0.88 | 0.32 | 42.63 | 0.78 | 0.38 |
| Hex | AD | 81 | 15 | 0 | 19 | 58 | 20 | 2B | 4E | 26 |
| Octal | 255 | 201 | 25 | 0 | 31 | 130 | 40 | 53 | 116 | 46 |
| Binary | 10101101 | 10000001 | 10101 | 0 | 11001 | 1011000 | 100000 | 101011 | 1001110 | 100110 |
Color Harmonies of #AD8115
Complementary color
Monochromatic Colors of #AD8115
Black with #AD8115
Text Example
Text Example
White with #AD8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8115; }
p { color: rgb(173,129,21); }
H1.HeaderClassName
{
color: #AD8115;
}
.AnyTagClassName
{
color: #AD8115;
}
</style>
background-color css
<style>
a { background-color: #AD8115; }
a { background-color: rgb(173,129,21); }
div.DivClassName
{
background-color: #AD8115;
}
.BgClassName
{
background-color: #AD8115;
}
</style>
border-color css
<style>
span { border-color: #AD8115; }
span { border-color: rgb(173,129,21); }
td.TdClassName
{
border-color: #AD8115;
}
.TagClassName
{
border-color: #AD8115;
}
</style>