Shades of Dark Goldenrod #AD9001
Tints of Dark Goldenrod #AD9001
RGB
CMYK
RGB Variations
Color information
#AD9001 (or 0xAD9001) is known color: Dark Goldenrod. HEX triplet: AD, 90 and 01. RGB value is (173,144,1). Sum of RGB (Red+Green+Blue) = 173+144+1=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9001 is #526FFE. Grayscale: #888888. Windows color (decimal): -5402623 or 102573. OLE color: 102573.
HSL color Cylindrical-coordinate representation of color #AD9001: hue angle of 49.88º 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 #AD9001 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.32 |
| HSL | 49.88º | 0.99% | 0.34% | - |
| HSV(B) | 49.88º | 0.99% | 0.68% | - |
| XYZ | 27.21 | 28.83 | 4.16 | - |
| YUV | 136.37 | 51.61 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 1 | 0 | 0.17 | 0.99 | 0.32 | 49.88 | 0.99 | 0.34 |
| Hex | AD | 90 | 1 | 0 | 11 | 63 | 20 | 32 | 63 | 22 |
| Octal | 255 | 220 | 1 | 0 | 21 | 143 | 40 | 62 | 143 | 42 |
| Binary | 10101101 | 10010000 | 1 | 0 | 10001 | 1100011 | 100000 | 110010 | 1100011 | 100010 |
Color Harmonies of #AD9001
Complementary color
Monochromatic Colors of #AD9001
Black with #AD9001
Text Example
Text Example
White with #AD9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9001; }
p { color: rgb(173,144,1); }
H1.HeaderClassName
{
color: #AD9001;
}
.AnyTagClassName
{
color: #AD9001;
}
</style>
background-color css
<style>
a { background-color: #AD9001; }
a { background-color: rgb(173,144,1); }
div.DivClassName
{
background-color: #AD9001;
}
.BgClassName
{
background-color: #AD9001;
}
</style>
border-color css
<style>
span { border-color: #AD9001; }
span { border-color: rgb(173,144,1); }
td.TdClassName
{
border-color: #AD9001;
}
.TagClassName
{
border-color: #AD9001;
}
</style>