Shades of Dark Goldenrod #AD7310
Tints of Dark Goldenrod #AD7310
RGB
CMYK
RGB Variations
Color information
#AD7310 (or 0xAD7310) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 10. RGB value is (173,115,16). Sum of RGB (Red+Green+Blue) = 173+115+16=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7310 is #528CEF. Grayscale: #797979. Windows color (decimal): -5410032 or 1078189. OLE color: 1078189.
HSL color Cylindrical-coordinate representation of color #AD7310: hue angle of 37.83º 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 #AD7310 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 16 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.32 |
| HSL | 37.83º | 0.83% | 0.37% | - |
| HSV(B) | 37.83º | 0.91% | 0.68% | - |
| XYZ | 23.46 | 21.18 | 3.34 | - |
| YUV | 121.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 16 | 0 | 0.34 | 0.91 | 0.32 | 37.83 | 0.83 | 0.37 |
| Hex | AD | 73 | 10 | 0 | 22 | 5B | 20 | 26 | 53 | 25 |
| Octal | 255 | 163 | 20 | 0 | 42 | 133 | 40 | 46 | 123 | 45 |
| Binary | 10101101 | 1110011 | 10000 | 0 | 100010 | 1011011 | 100000 | 100110 | 1010011 | 100101 |
Color Harmonies of #AD7310
Complementary color
Monochromatic Colors of #AD7310
Black with #AD7310
Text Example
Text Example
White with #AD7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7310; }
p { color: rgb(173,115,16); }
H1.HeaderClassName
{
color: #AD7310;
}
.AnyTagClassName
{
color: #AD7310;
}
</style>
background-color css
<style>
a { background-color: #AD7310; }
a { background-color: rgb(173,115,16); }
div.DivClassName
{
background-color: #AD7310;
}
.BgClassName
{
background-color: #AD7310;
}
</style>
border-color css
<style>
span { border-color: #AD7310; }
span { border-color: rgb(173,115,16); }
td.TdClassName
{
border-color: #AD7310;
}
.TagClassName
{
border-color: #AD7310;
}
</style>