Shades of Dark Goldenrod #AD9401
Tints of Dark Goldenrod #AD9401
RGB
CMYK
RGB Variations
Color information
#AD9401 (or 0xAD9401) is known color: Dark Goldenrod. HEX triplet: AD, 94 and 01. RGB value is (173,148,1). Sum of RGB (Red+Green+Blue) = 173+148+1=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9401 is #526BFE. Grayscale: #8B8B8B. Windows color (decimal): -5401599 or 103597. OLE color: 103597.
HSL color Cylindrical-coordinate representation of color #AD9401: hue angle of 51.28º 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 #AD9401 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.32 |
| HSL | 51.28º | 0.99% | 0.34% | - |
| HSV(B) | 51.28º | 0.99% | 0.68% | - |
| XYZ | 27.83 | 30.07 | 4.37 | - |
| YUV | 138.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 1 | 0 | 0.14 | 0.99 | 0.32 | 51.28 | 0.99 | 0.34 |
| Hex | AD | 94 | 1 | 0 | E | 63 | 20 | 33 | 63 | 22 |
| Octal | 255 | 224 | 1 | 0 | 16 | 143 | 40 | 63 | 143 | 42 |
| Binary | 10101101 | 10010100 | 1 | 0 | 1110 | 1100011 | 100000 | 110011 | 1100011 | 100010 |
Color Harmonies of #AD9401
Complementary color
Monochromatic Colors of #AD9401
Black with #AD9401
Text Example
Text Example
White with #AD9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9401; }
p { color: rgb(173,148,1); }
H1.HeaderClassName
{
color: #AD9401;
}
.AnyTagClassName
{
color: #AD9401;
}
</style>
background-color css
<style>
a { background-color: #AD9401; }
a { background-color: rgb(173,148,1); }
div.DivClassName
{
background-color: #AD9401;
}
.BgClassName
{
background-color: #AD9401;
}
</style>
border-color css
<style>
span { border-color: #AD9401; }
span { border-color: rgb(173,148,1); }
td.TdClassName
{
border-color: #AD9401;
}
.TagClassName
{
border-color: #AD9401;
}
</style>