Shades of Dark Goldenrod #AD9500
Tints of Dark Goldenrod #AD9500
RGB
CMYK
RGB Variations
Color information
#AD9500 (or 0xAD9500) is known color: Dark Goldenrod. HEX triplet: AD, 95 and 00. RGB value is (173,149,0). Sum of RGB (Red+Green+Blue) = 173+149+0=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9500 is #526AFF. Grayscale: #8B8B8B. Windows color (decimal): -5401344 or 38317. OLE color: 38317.
HSL color Cylindrical-coordinate representation of color #AD9500: hue angle of 51.68º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD9500 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.32 |
| HSL | 51.68º | 1% | 0.34% | - |
| HSV(B) | 51.68º | 1% | 0.68% | - |
| XYZ | 27.98 | 30.38 | 4.39 | - |
| YUV | 139.19 | 49.45 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 0 | 0 | 0.14 | 1 | 0.32 | 51.68 | 1 | 0.34 |
| Hex | AD | 95 | 0 | 0 | E | 64 | 20 | 34 | 64 | 22 |
| Octal | 255 | 225 | 0 | 0 | 16 | 144 | 40 | 64 | 144 | 42 |
| Binary | 10101101 | 10010101 | 0 | 0 | 1110 | 1100100 | 100000 | 110100 | 1100100 | 100010 |
Color Harmonies of #AD9500
Complementary color
Monochromatic Colors of #AD9500
Black with #AD9500
Text Example
Text Example
White with #AD9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9500; }
p { color: rgb(173,149,0); }
H1.HeaderClassName
{
color: #AD9500;
}
.AnyTagClassName
{
color: #AD9500;
}
</style>
background-color css
<style>
a { background-color: #AD9500; }
a { background-color: rgb(173,149,0); }
div.DivClassName
{
background-color: #AD9500;
}
.BgClassName
{
background-color: #AD9500;
}
</style>
border-color css
<style>
span { border-color: #AD9500; }
span { border-color: rgb(173,149,0); }
td.TdClassName
{
border-color: #AD9500;
}
.TagClassName
{
border-color: #AD9500;
}
</style>