Shades of Dark Goldenrod #AD7906
Tints of Dark Goldenrod #AD7906
RGB
CMYK
RGB Variations
Color information
#AD7906 (or 0xAD7906) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 06. RGB value is (173,121,6). Sum of RGB (Red+Green+Blue) = 173+121+6=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7906 is #5286F9. Grayscale: #7B7B7B. Windows color (decimal): -5408506 or 424365. OLE color: 424365.
HSL color Cylindrical-coordinate representation of color #AD7906: hue angle of 41.32º 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 #AD7906 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.32 |
| HSL | 41.32º | 0.93% | 0.35% | - |
| HSV(B) | 41.32º | 0.97% | 0.68% | - |
| XYZ | 24.1 | 22.57 | 3.26 | - |
| YUV | 123.44 | 61.73 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 6 | 0 | 0.30 | 0.97 | 0.32 | 41.32 | 0.93 | 0.35 |
| Hex | AD | 79 | 6 | 0 | 1E | 61 | 20 | 29 | 5D | 23 |
| Octal | 255 | 171 | 6 | 0 | 36 | 141 | 40 | 51 | 135 | 43 |
| Binary | 10101101 | 1111001 | 110 | 0 | 11110 | 1100001 | 100000 | 101001 | 1011101 | 100011 |
Color Harmonies of #AD7906
Complementary color
Monochromatic Colors of #AD7906
Black with #AD7906
Text Example
Text Example
White with #AD7906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7906; }
p { color: rgb(173,121,6); }
H1.HeaderClassName
{
color: #AD7906;
}
.AnyTagClassName
{
color: #AD7906;
}
</style>
background-color css
<style>
a { background-color: #AD7906; }
a { background-color: rgb(173,121,6); }
div.DivClassName
{
background-color: #AD7906;
}
.BgClassName
{
background-color: #AD7906;
}
</style>
border-color css
<style>
span { border-color: #AD7906; }
span { border-color: rgb(173,121,6); }
td.TdClassName
{
border-color: #AD7906;
}
.TagClassName
{
border-color: #AD7906;
}
</style>