Shades of Dark Goldenrod #AD7515
Tints of Dark Goldenrod #AD7515
RGB
CMYK
RGB Variations
Color information
#AD7515 (or 0xAD7515) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 15. RGB value is (173,117,21). Sum of RGB (Red+Green+Blue) = 173+117+21=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7515 is #528AEA. Grayscale: #7B7B7B. Windows color (decimal): -5409515 or 1406381. OLE color: 1406381.
HSL color Cylindrical-coordinate representation of color #AD7515: hue angle of 37.89º 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 #AD7515 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 21 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.32 |
| HSL | 37.89º | 0.78% | 0.38% | - |
| HSV(B) | 37.89º | 0.88% | 0.68% | - |
| XYZ | 23.73 | 21.66 | 3.64 | - |
| YUV | 122.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 21 | 0 | 0.32 | 0.88 | 0.32 | 37.89 | 0.78 | 0.38 |
| Hex | AD | 75 | 15 | 0 | 20 | 58 | 20 | 26 | 4E | 26 |
| Octal | 255 | 165 | 25 | 0 | 40 | 130 | 40 | 46 | 116 | 46 |
| Binary | 10101101 | 1110101 | 10101 | 0 | 100000 | 1011000 | 100000 | 100110 | 1001110 | 100110 |
Color Harmonies of #AD7515
Complementary color
Monochromatic Colors of #AD7515
Black with #AD7515
Text Example
Text Example
White with #AD7515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7515; }
p { color: rgb(173,117,21); }
H1.HeaderClassName
{
color: #AD7515;
}
.AnyTagClassName
{
color: #AD7515;
}
</style>
background-color css
<style>
a { background-color: #AD7515; }
a { background-color: rgb(173,117,21); }
div.DivClassName
{
background-color: #AD7515;
}
.BgClassName
{
background-color: #AD7515;
}
</style>
border-color css
<style>
span { border-color: #AD7515; }
span { border-color: rgb(173,117,21); }
td.TdClassName
{
border-color: #AD7515;
}
.TagClassName
{
border-color: #AD7515;
}
</style>