Shades of Dark Goldenrod #AD7E13
Tints of Dark Goldenrod #AD7E13
RGB
CMYK
RGB Variations
Color information
#AD7E13 (or 0xAD7E13) is known color: Dark Goldenrod. HEX triplet: AD, 7E and 13. RGB value is (173,126,19). Sum of RGB (Red+Green+Blue) = 173+126+19=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7E13 is #5281EC. Grayscale: #808080. Windows color (decimal): -5407213 or 1277613. OLE color: 1277613.
HSL color Cylindrical-coordinate representation of color #AD7E13: hue angle of 41.69º 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 #AD7E13 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 19 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.32 |
| HSL | 41.69º | 0.8% | 0.38% | - |
| HSV(B) | 41.69º | 0.89% | 0.68% | - |
| XYZ | 24.81 | 23.85 | 3.91 | - |
| YUV | 127.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 19 | 0 | 0.27 | 0.89 | 0.32 | 41.69 | 0.8 | 0.38 |
| Hex | AD | 7E | 13 | 0 | 1B | 59 | 20 | 2A | 50 | 26 |
| Octal | 255 | 176 | 23 | 0 | 33 | 131 | 40 | 52 | 120 | 46 |
| Binary | 10101101 | 1111110 | 10011 | 0 | 11011 | 1011001 | 100000 | 101010 | 1010000 | 100110 |
Color Harmonies of #AD7E13
Complementary color
Monochromatic Colors of #AD7E13
Black with #AD7E13
Text Example
Text Example
White with #AD7E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E13; }
p { color: rgb(173,126,19); }
H1.HeaderClassName
{
color: #AD7E13;
}
.AnyTagClassName
{
color: #AD7E13;
}
</style>
background-color css
<style>
a { background-color: #AD7E13; }
a { background-color: rgb(173,126,19); }
div.DivClassName
{
background-color: #AD7E13;
}
.BgClassName
{
background-color: #AD7E13;
}
</style>
border-color css
<style>
span { border-color: #AD7E13; }
span { border-color: rgb(173,126,19); }
td.TdClassName
{
border-color: #AD7E13;
}
.TagClassName
{
border-color: #AD7E13;
}
</style>