Shades of Dark Goldenrod #AD7007
Tints of Dark Goldenrod #AD7007
RGB
CMYK
RGB Variations
Color information
#AD7007 (or 0xAD7007) is known color: Dark Goldenrod. HEX triplet: AD, 70 and 07. RGB value is (173,112,7). Sum of RGB (Red+Green+Blue) = 173+112+7=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7007 is #528FF8. Grayscale: #767676. Windows color (decimal): -5410809 or 487597. OLE color: 487597.
HSL color Cylindrical-coordinate representation of color #AD7007: hue angle of 37.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD7007 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 7 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.32 |
| HSL | 37.95º | 0.92% | 0.35% | - |
| HSV(B) | 37.95º | 0.96% | 0.68% | - |
| XYZ | 23.07 | 20.49 | 2.94 | - |
| YUV | 118.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 7 | 0 | 0.35 | 0.96 | 0.32 | 37.95 | 0.92 | 0.35 |
| Hex | AD | 70 | 7 | 0 | 23 | 60 | 20 | 26 | 5C | 23 |
| Octal | 255 | 160 | 7 | 0 | 43 | 140 | 40 | 46 | 134 | 43 |
| Binary | 10101101 | 1110000 | 111 | 0 | 100011 | 1100000 | 100000 | 100110 | 1011100 | 100011 |
Color Harmonies of #AD7007
Complementary color
Monochromatic Colors of #AD7007
Black with #AD7007
Text Example
Text Example
White with #AD7007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7007; }
p { color: rgb(173,112,7); }
H1.HeaderClassName
{
color: #AD7007;
}
.AnyTagClassName
{
color: #AD7007;
}
</style>
background-color css
<style>
a { background-color: #AD7007; }
a { background-color: rgb(173,112,7); }
div.DivClassName
{
background-color: #AD7007;
}
.BgClassName
{
background-color: #AD7007;
}
</style>
border-color css
<style>
span { border-color: #AD7007; }
span { border-color: rgb(173,112,7); }
td.TdClassName
{
border-color: #AD7007;
}
.TagClassName
{
border-color: #AD7007;
}
</style>