Shades of Dark Goldenrod #AD9601
Tints of Dark Goldenrod #AD9601
RGB
CMYK
RGB Variations
Color information
#AD9601 (or 0xAD9601) is known color: Dark Goldenrod. HEX triplet: AD, 96 and 01. RGB value is (173,150,1). Sum of RGB (Red+Green+Blue) = 173+150+1=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9601 is #5269FE. Grayscale: #8C8C8C. Windows color (decimal): -5401087 or 104109. OLE color: 104109.
HSL color Cylindrical-coordinate representation of color #AD9601: hue angle of 51.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD9601 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.32 |
| HSL | 51.98º | 0.99% | 0.34% | - |
| HSV(B) | 51.98º | 0.99% | 0.68% | - |
| XYZ | 28.15 | 30.7 | 4.47 | - |
| YUV | 139.89 | 49.62 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 1 | 0 | 0.13 | 0.99 | 0.32 | 51.98 | 0.99 | 0.34 |
| Hex | AD | 96 | 1 | 0 | D | 63 | 20 | 34 | 63 | 22 |
| Octal | 255 | 226 | 1 | 0 | 15 | 143 | 40 | 64 | 143 | 42 |
| Binary | 10101101 | 10010110 | 1 | 0 | 1101 | 1100011 | 100000 | 110100 | 1100011 | 100010 |
Color Harmonies of #AD9601
Complementary color
Monochromatic Colors of #AD9601
Black with #AD9601
Text Example
Text Example
White with #AD9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9601; }
p { color: rgb(173,150,1); }
H1.HeaderClassName
{
color: #AD9601;
}
.AnyTagClassName
{
color: #AD9601;
}
</style>
background-color css
<style>
a { background-color: #AD9601; }
a { background-color: rgb(173,150,1); }
div.DivClassName
{
background-color: #AD9601;
}
.BgClassName
{
background-color: #AD9601;
}
</style>
border-color css
<style>
span { border-color: #AD9601; }
span { border-color: rgb(173,150,1); }
td.TdClassName
{
border-color: #AD9601;
}
.TagClassName
{
border-color: #AD9601;
}
</style>