Shades of Dark Goldenrod #AD8515
Tints of Dark Goldenrod #AD8515
RGB
CMYK
RGB Variations
Color information
#AD8515 (or 0xAD8515) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 15. RGB value is (173,133,21). Sum of RGB (Red+Green+Blue) = 173+133+21=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8515 is #527AEA. Grayscale: #848484. Windows color (decimal): -5405419 or 1410477. OLE color: 1410477.
HSL color Cylindrical-coordinate representation of color #AD8515: hue angle of 44.21º 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 #AD8515 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 21 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.32 |
| HSL | 44.21º | 0.78% | 0.38% | - |
| HSV(B) | 44.21º | 0.88% | 0.68% | - |
| XYZ | 25.76 | 25.71 | 4.32 | - |
| YUV | 132.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 21 | 0 | 0.23 | 0.88 | 0.32 | 44.21 | 0.78 | 0.38 |
| Hex | AD | 85 | 15 | 0 | 17 | 58 | 20 | 2C | 4E | 26 |
| Octal | 255 | 205 | 25 | 0 | 27 | 130 | 40 | 54 | 116 | 46 |
| Binary | 10101101 | 10000101 | 10101 | 0 | 10111 | 1011000 | 100000 | 101100 | 1001110 | 100110 |
Color Harmonies of #AD8515
Complementary color
Monochromatic Colors of #AD8515
Black with #AD8515
Text Example
Text Example
White with #AD8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8515; }
p { color: rgb(173,133,21); }
H1.HeaderClassName
{
color: #AD8515;
}
.AnyTagClassName
{
color: #AD8515;
}
</style>
background-color css
<style>
a { background-color: #AD8515; }
a { background-color: rgb(173,133,21); }
div.DivClassName
{
background-color: #AD8515;
}
.BgClassName
{
background-color: #AD8515;
}
</style>
border-color css
<style>
span { border-color: #AD8515; }
span { border-color: rgb(173,133,21); }
td.TdClassName
{
border-color: #AD8515;
}
.TagClassName
{
border-color: #AD8515;
}
</style>