Shades of Dark Goldenrod #AD7513
Tints of Dark Goldenrod #AD7513
RGB
CMYK
RGB Variations
Color information
#AD7513 (or 0xAD7513) is known color: Dark Goldenrod. HEX triplet: AD, 75 and 13. RGB value is (173,117,19). Sum of RGB (Red+Green+Blue) = 173+117+19=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7513 is #528AEC. Grayscale: #7B7B7B. Windows color (decimal): -5409517 or 1275309. OLE color: 1275309.
HSL color Cylindrical-coordinate representation of color #AD7513: hue angle of 38.18º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD7513 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 19 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.32 |
| HSL | 38.18º | 0.8% | 0.38% | - |
| HSV(B) | 38.18º | 0.89% | 0.68% | - |
| XYZ | 23.71 | 21.65 | 3.55 | - |
| YUV | 122.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 19 | 0 | 0.32 | 0.89 | 0.32 | 38.18 | 0.8 | 0.38 |
| Hex | AD | 75 | 13 | 0 | 20 | 59 | 20 | 26 | 50 | 26 |
| Octal | 255 | 165 | 23 | 0 | 40 | 131 | 40 | 46 | 120 | 46 |
| Binary | 10101101 | 1110101 | 10011 | 0 | 100000 | 1011001 | 100000 | 100110 | 1010000 | 100110 |
Color Harmonies of #AD7513
Complementary color
Monochromatic Colors of #AD7513
Black with #AD7513
Text Example
Text Example
White with #AD7513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7513; }
p { color: rgb(173,117,19); }
H1.HeaderClassName
{
color: #AD7513;
}
.AnyTagClassName
{
color: #AD7513;
}
</style>
background-color css
<style>
a { background-color: #AD7513; }
a { background-color: rgb(173,117,19); }
div.DivClassName
{
background-color: #AD7513;
}
.BgClassName
{
background-color: #AD7513;
}
</style>
border-color css
<style>
span { border-color: #AD7513; }
span { border-color: rgb(173,117,19); }
td.TdClassName
{
border-color: #AD7513;
}
.TagClassName
{
border-color: #AD7513;
}
</style>