Shades of Dark Goldenrod #AD7603
Tints of Dark Goldenrod #AD7603
RGB
CMYK
RGB Variations
Color information
#AD7603 (or 0xAD7603) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 03. RGB value is (173,118,3). Sum of RGB (Red+Green+Blue) = 173+118+3=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7603 is #5289FC. Grayscale: #797979. Windows color (decimal): -5409277 or 226989. OLE color: 226989.
HSL color Cylindrical-coordinate representation of color #AD7603: hue angle of 40.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD7603 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.32 |
| HSL | 40.59º | 0.97% | 0.35% | - |
| HSV(B) | 40.59º | 0.98% | 0.68% | - |
| XYZ | 23.73 | 21.85 | 3.05 | - |
| YUV | 121.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 3 | 0 | 0.32 | 0.98 | 0.32 | 40.59 | 0.97 | 0.35 |
| Hex | AD | 76 | 3 | 0 | 20 | 62 | 20 | 29 | 61 | 23 |
| Octal | 255 | 166 | 3 | 0 | 40 | 142 | 40 | 51 | 141 | 43 |
| Binary | 10101101 | 1110110 | 11 | 0 | 100000 | 1100010 | 100000 | 101001 | 1100001 | 100011 |
Color Harmonies of #AD7603
Complementary color
Monochromatic Colors of #AD7603
Black with #AD7603
Text Example
Text Example
White with #AD7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7603; }
p { color: rgb(173,118,3); }
H1.HeaderClassName
{
color: #AD7603;
}
.AnyTagClassName
{
color: #AD7603;
}
</style>
background-color css
<style>
a { background-color: #AD7603; }
a { background-color: rgb(173,118,3); }
div.DivClassName
{
background-color: #AD7603;
}
.BgClassName
{
background-color: #AD7603;
}
</style>
border-color css
<style>
span { border-color: #AD7603; }
span { border-color: rgb(173,118,3); }
td.TdClassName
{
border-color: #AD7603;
}
.TagClassName
{
border-color: #AD7603;
}
</style>