Shades of Dark Goldenrod #AD8505
Tints of Dark Goldenrod #AD8505
RGB
CMYK
RGB Variations
Color information
#AD8505 (or 0xAD8505) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 05. RGB value is (173,133,5). Sum of RGB (Red+Green+Blue) = 173+133+5=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8505 is #527AFA. Grayscale: #828282. Windows color (decimal): -5405435 or 361901. OLE color: 361901.
HSL color Cylindrical-coordinate representation of color #AD8505: hue angle of 45.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD8505 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 5 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.32 |
| HSL | 45.71º | 0.94% | 0.35% | - |
| HSV(B) | 45.71º | 0.97% | 0.68% | - |
| XYZ | 25.65 | 25.67 | 3.75 | - |
| YUV | 130.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 5 | 0 | 0.23 | 0.97 | 0.32 | 45.71 | 0.94 | 0.35 |
| Hex | AD | 85 | 5 | 0 | 17 | 61 | 20 | 2E | 5E | 23 |
| Octal | 255 | 205 | 5 | 0 | 27 | 141 | 40 | 56 | 136 | 43 |
| Binary | 10101101 | 10000101 | 101 | 0 | 10111 | 1100001 | 100000 | 101110 | 1011110 | 100011 |
Color Harmonies of #AD8505
Complementary color
Monochromatic Colors of #AD8505
Black with #AD8505
Text Example
Text Example
White with #AD8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8505; }
p { color: rgb(173,133,5); }
H1.HeaderClassName
{
color: #AD8505;
}
.AnyTagClassName
{
color: #AD8505;
}
</style>
background-color css
<style>
a { background-color: #AD8505; }
a { background-color: rgb(173,133,5); }
div.DivClassName
{
background-color: #AD8505;
}
.BgClassName
{
background-color: #AD8505;
}
</style>
border-color css
<style>
span { border-color: #AD8505; }
span { border-color: rgb(173,133,5); }
td.TdClassName
{
border-color: #AD8505;
}
.TagClassName
{
border-color: #AD8505;
}
</style>