Shades of Dark Goldenrod #AD7002
Tints of Dark Goldenrod #AD7002
RGB
CMYK
RGB Variations
Color information
#AD7002 (or 0xAD7002) is known color: Dark Goldenrod. HEX triplet: AD, 70 and 02. RGB value is (173,112,2). Sum of RGB (Red+Green+Blue) = 173+112+2=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7002 is #528FFD. Grayscale: #767676. Windows color (decimal): -5410814 or 159917. OLE color: 159917.
HSL color Cylindrical-coordinate representation of color #AD7002: hue angle of 38.6º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD7002 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.32 |
| HSL | 38.6º | 0.98% | 0.34% | - |
| HSV(B) | 38.6º | 0.99% | 0.68% | - |
| XYZ | 23.04 | 20.48 | 2.8 | - |
| YUV | 117.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 2 | 0 | 0.35 | 0.99 | 0.32 | 38.6 | 0.98 | 0.34 |
| Hex | AD | 70 | 2 | 0 | 23 | 63 | 20 | 27 | 62 | 22 |
| Octal | 255 | 160 | 2 | 0 | 43 | 143 | 40 | 47 | 142 | 42 |
| Binary | 10101101 | 1110000 | 10 | 0 | 100011 | 1100011 | 100000 | 100111 | 1100010 | 100010 |
Color Harmonies of #AD7002
Complementary color
Monochromatic Colors of #AD7002
Black with #AD7002
Text Example
Text Example
White with #AD7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7002; }
p { color: rgb(173,112,2); }
H1.HeaderClassName
{
color: #AD7002;
}
.AnyTagClassName
{
color: #AD7002;
}
</style>
background-color css
<style>
a { background-color: #AD7002; }
a { background-color: rgb(173,112,2); }
div.DivClassName
{
background-color: #AD7002;
}
.BgClassName
{
background-color: #AD7002;
}
</style>
border-color css
<style>
span { border-color: #AD7002; }
span { border-color: rgb(173,112,2); }
td.TdClassName
{
border-color: #AD7002;
}
.TagClassName
{
border-color: #AD7002;
}
</style>