Shades of Dark Goldenrod #AD7410
Tints of Dark Goldenrod #AD7410
RGB
CMYK
RGB Variations
Color information
#AD7410 (or 0xAD7410) is known color: Dark Goldenrod. HEX triplet: AD, 74 and 10. RGB value is (173,116,16). Sum of RGB (Red+Green+Blue) = 173+116+16=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7410 is #528BEF. Grayscale: #7A7A7A. Windows color (decimal): -5409776 or 1078445. OLE color: 1078445.
HSL color Cylindrical-coordinate representation of color #AD7410: hue angle of 38.22º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD7410 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 16 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.32 |
| HSL | 38.22º | 0.83% | 0.37% | - |
| HSV(B) | 38.22º | 0.91% | 0.68% | - |
| XYZ | 23.57 | 21.41 | 3.38 | - |
| YUV | 121.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 16 | 0 | 0.33 | 0.91 | 0.32 | 38.22 | 0.83 | 0.37 |
| Hex | AD | 74 | 10 | 0 | 21 | 5B | 20 | 26 | 53 | 25 |
| Octal | 255 | 164 | 20 | 0 | 41 | 133 | 40 | 46 | 123 | 45 |
| Binary | 10101101 | 1110100 | 10000 | 0 | 100001 | 1011011 | 100000 | 100110 | 1010011 | 100101 |
Color Harmonies of #AD7410
Complementary color
Monochromatic Colors of #AD7410
Black with #AD7410
Text Example
Text Example
White with #AD7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7410; }
p { color: rgb(173,116,16); }
H1.HeaderClassName
{
color: #AD7410;
}
.AnyTagClassName
{
color: #AD7410;
}
</style>
background-color css
<style>
a { background-color: #AD7410; }
a { background-color: rgb(173,116,16); }
div.DivClassName
{
background-color: #AD7410;
}
.BgClassName
{
background-color: #AD7410;
}
</style>
border-color css
<style>
span { border-color: #AD7410; }
span { border-color: rgb(173,116,16); }
td.TdClassName
{
border-color: #AD7410;
}
.TagClassName
{
border-color: #AD7410;
}
</style>