Shades of Dark Goldenrod #AD7306
Tints of Dark Goldenrod #AD7306
RGB
CMYK
RGB Variations
Color information
#AD7306 (or 0xAD7306) is known color: Dark Goldenrod. HEX triplet: AD, 73 and 06. RGB value is (173,115,6). Sum of RGB (Red+Green+Blue) = 173+115+6=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7306 is #528CF9. Grayscale: #787878. Windows color (decimal): -5410042 or 422829. OLE color: 422829.
HSL color Cylindrical-coordinate representation of color #AD7306: hue angle of 39.16º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD7306 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.32 |
| HSL | 39.16º | 0.93% | 0.35% | - |
| HSV(B) | 39.16º | 0.97% | 0.68% | - |
| XYZ | 23.4 | 21.16 | 3.02 | - |
| YUV | 119.92 | 63.72 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 6 | 0 | 0.34 | 0.97 | 0.32 | 39.16 | 0.93 | 0.35 |
| Hex | AD | 73 | 6 | 0 | 22 | 61 | 20 | 27 | 5D | 23 |
| Octal | 255 | 163 | 6 | 0 | 42 | 141 | 40 | 47 | 135 | 43 |
| Binary | 10101101 | 1110011 | 110 | 0 | 100010 | 1100001 | 100000 | 100111 | 1011101 | 100011 |
Color Harmonies of #AD7306
Complementary color
Monochromatic Colors of #AD7306
Black with #AD7306
Text Example
Text Example
White with #AD7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7306; }
p { color: rgb(173,115,6); }
H1.HeaderClassName
{
color: #AD7306;
}
.AnyTagClassName
{
color: #AD7306;
}
</style>
background-color css
<style>
a { background-color: #AD7306; }
a { background-color: rgb(173,115,6); }
div.DivClassName
{
background-color: #AD7306;
}
.BgClassName
{
background-color: #AD7306;
}
</style>
border-color css
<style>
span { border-color: #AD7306; }
span { border-color: rgb(173,115,6); }
td.TdClassName
{
border-color: #AD7306;
}
.TagClassName
{
border-color: #AD7306;
}
</style>