Shades of Dark Goldenrod #AD7107
Tints of Dark Goldenrod #AD7107
RGB
CMYK
RGB Variations
Color information
#AD7107 (or 0xAD7107) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 07. RGB value is (173,113,7). Sum of RGB (Red+Green+Blue) = 173+113+7=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7107 is #528EF8. Grayscale: #777777. Windows color (decimal): -5410553 or 487853. OLE color: 487853.
HSL color Cylindrical-coordinate representation of color #AD7107: hue angle of 38.31º 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 #AD7107 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 7 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.32 |
| HSL | 38.31º | 0.92% | 0.35% | - |
| HSV(B) | 38.31º | 0.96% | 0.68% | - |
| XYZ | 23.18 | 20.71 | 2.98 | - |
| YUV | 118.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 7 | 0 | 0.35 | 0.96 | 0.32 | 38.31 | 0.92 | 0.35 |
| Hex | AD | 71 | 7 | 0 | 23 | 60 | 20 | 26 | 5C | 23 |
| Octal | 255 | 161 | 7 | 0 | 43 | 140 | 40 | 46 | 134 | 43 |
| Binary | 10101101 | 1110001 | 111 | 0 | 100011 | 1100000 | 100000 | 100110 | 1011100 | 100011 |
Color Harmonies of #AD7107
Complementary color
Monochromatic Colors of #AD7107
Black with #AD7107
Text Example
Text Example
White with #AD7107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7107; }
p { color: rgb(173,113,7); }
H1.HeaderClassName
{
color: #AD7107;
}
.AnyTagClassName
{
color: #AD7107;
}
</style>
background-color css
<style>
a { background-color: #AD7107; }
a { background-color: rgb(173,113,7); }
div.DivClassName
{
background-color: #AD7107;
}
.BgClassName
{
background-color: #AD7107;
}
</style>
border-color css
<style>
span { border-color: #AD7107; }
span { border-color: rgb(173,113,7); }
td.TdClassName
{
border-color: #AD7107;
}
.TagClassName
{
border-color: #AD7107;
}
</style>