Shades of Dark Goldenrod #AD8500
Tints of Dark Goldenrod #AD8500
RGB
CMYK
RGB Variations
Color information
#AD8500 (or 0xAD8500) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 00. RGB value is (173,133,0). Sum of RGB (Red+Green+Blue) = 173+133+0=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8500 is #527AFF. Grayscale: #828282. Windows color (decimal): -5405440 or 34221. OLE color: 34221.
HSL color Cylindrical-coordinate representation of color #AD8500: hue angle of 46.13º 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 #AD8500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.32 |
| HSL | 46.13º | 1% | 0.34% | - |
| HSV(B) | 46.13º | 1% | 0.68% | - |
| XYZ | 25.62 | 25.66 | 3.6 | - |
| YUV | 129.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 0 | 0 | 0.23 | 1 | 0.32 | 46.13 | 1 | 0.34 |
| Hex | AD | 85 | 0 | 0 | 17 | 64 | 20 | 2E | 64 | 22 |
| Octal | 255 | 205 | 0 | 0 | 27 | 144 | 40 | 56 | 144 | 42 |
| Binary | 10101101 | 10000101 | 0 | 0 | 10111 | 1100100 | 100000 | 101110 | 1100100 | 100010 |
Color Harmonies of #AD8500
Complementary color
Monochromatic Colors of #AD8500
Black with #AD8500
Text Example
Text Example
White with #AD8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8500; }
p { color: rgb(173,133,0); }
H1.HeaderClassName
{
color: #AD8500;
}
.AnyTagClassName
{
color: #AD8500;
}
</style>
background-color css
<style>
a { background-color: #AD8500; }
a { background-color: rgb(173,133,0); }
div.DivClassName
{
background-color: #AD8500;
}
.BgClassName
{
background-color: #AD8500;
}
</style>
border-color css
<style>
span { border-color: #AD8500; }
span { border-color: rgb(173,133,0); }
td.TdClassName
{
border-color: #AD8500;
}
.TagClassName
{
border-color: #AD8500;
}
</style>