Shades of Dark Goldenrod #AD740B
Tints of Dark Goldenrod #AD740B
RGB
CMYK
RGB Variations
Color information
#AD740B (or 0xAD740B) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 0B. RGB value is (173,116,11). Sum of RGB (Red+Green+Blue) = 173+116+11=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD740B is #528BF4. Grayscale: #797979. Windows color (decimal): -5409781 or 750765. OLE color: 750765.
HSL color Cylindrical-coordinate representation of color #AD740B: hue angle of 38.89º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD740B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.32 |
| HSL | 38.89º | 0.88% | 0.36% | - |
| HSV(B) | 38.89º | 0.94% | 0.68% | - |
| XYZ | 23.54 | 21.4 | 3.21 | - |
| YUV | 121.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 11 | 0 | 0.33 | 0.94 | 0.32 | 38.89 | 0.88 | 0.36 |
| Hex | AD | 74 | B | 0 | 21 | 5E | 20 | 27 | 58 | 24 |
| Octal | 255 | 164 | 13 | 0 | 41 | 136 | 40 | 47 | 130 | 44 |
| Binary | 10101101 | 1110100 | 1011 | 0 | 100001 | 1011110 | 100000 | 100111 | 1011000 | 100100 |
Color Harmonies of #AD740B
Complementary color
Monochromatic Colors of #AD740B
Black with #AD740B
Text Example
Text Example
White with #AD740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD740B; }
p { color: rgb(173,116,11); }
H1.HeaderClassName
{
color: #AD740B;
}
.AnyTagClassName
{
color: #AD740B;
}
</style>
background-color css
<style>
a { background-color: #AD740B; }
a { background-color: rgb(173,116,11); }
div.DivClassName
{
background-color: #AD740B;
}
.BgClassName
{
background-color: #AD740B;
}
</style>
border-color css
<style>
span { border-color: #AD740B; }
span { border-color: rgb(173,116,11); }
td.TdClassName
{
border-color: #AD740B;
}
.TagClassName
{
border-color: #AD740B;
}
</style>