Shades of Dark Goldenrod #AD9603
Tints of Dark Goldenrod #AD9603
RGB
CMYK
RGB Variations
Color information
#AD9603 (or 0xAD9603) is known color: Dark Goldenrod. HEX triplet: AD, 96 and 03. RGB value is (173,150,3). Sum of RGB (Red+Green+Blue) = 173+150+3=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9603 is #5269FC. Grayscale: #8C8C8C. Windows color (decimal): -5401085 or 235181. OLE color: 235181.
HSL color Cylindrical-coordinate representation of color #AD9603: hue angle of 51.88º 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 #AD9603 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.32 |
| HSL | 51.88º | 0.97% | 0.35% | - |
| HSV(B) | 51.88º | 0.98% | 0.68% | - |
| XYZ | 28.16 | 30.7 | 4.53 | - |
| YUV | 140.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 3 | 0 | 0.13 | 0.98 | 0.32 | 51.88 | 0.97 | 0.35 |
| Hex | AD | 96 | 3 | 0 | D | 62 | 20 | 34 | 61 | 23 |
| Octal | 255 | 226 | 3 | 0 | 15 | 142 | 40 | 64 | 141 | 43 |
| Binary | 10101101 | 10010110 | 11 | 0 | 1101 | 1100010 | 100000 | 110100 | 1100001 | 100011 |
Color Harmonies of #AD9603
Complementary color
Monochromatic Colors of #AD9603
Black with #AD9603
Text Example
Text Example
White with #AD9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9603; }
p { color: rgb(173,150,3); }
H1.HeaderClassName
{
color: #AD9603;
}
.AnyTagClassName
{
color: #AD9603;
}
</style>
background-color css
<style>
a { background-color: #AD9603; }
a { background-color: rgb(173,150,3); }
div.DivClassName
{
background-color: #AD9603;
}
.BgClassName
{
background-color: #AD9603;
}
</style>
border-color css
<style>
span { border-color: #AD9603; }
span { border-color: rgb(173,150,3); }
td.TdClassName
{
border-color: #AD9603;
}
.TagClassName
{
border-color: #AD9603;
}
</style>