Shades of Dark Goldenrod #AD860B
Tints of Dark Goldenrod #AD860B
RGB
CMYK
RGB Variations
Color information
#AD860B (or 0xAD860B) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 0B. RGB value is (173,134,11). Sum of RGB (Red+Green+Blue) = 173+134+11=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD860B is #5279F4. Grayscale: #848484. Windows color (decimal): -5405173 or 755373. OLE color: 755373.
HSL color Cylindrical-coordinate representation of color #AD860B: hue angle of 45.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD860B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.32 |
| HSL | 45.56º | 0.88% | 0.36% | - |
| HSV(B) | 45.56º | 0.94% | 0.68% | - |
| XYZ | 25.82 | 25.96 | 3.97 | - |
| YUV | 131.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 11 | 0 | 0.23 | 0.94 | 0.32 | 45.56 | 0.88 | 0.36 |
| Hex | AD | 86 | B | 0 | 17 | 5E | 20 | 2E | 58 | 24 |
| Octal | 255 | 206 | 13 | 0 | 27 | 136 | 40 | 56 | 130 | 44 |
| Binary | 10101101 | 10000110 | 1011 | 0 | 10111 | 1011110 | 100000 | 101110 | 1011000 | 100100 |
Color Harmonies of #AD860B
Complementary color
Monochromatic Colors of #AD860B
Black with #AD860B
Text Example
Text Example
White with #AD860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD860B; }
p { color: rgb(173,134,11); }
H1.HeaderClassName
{
color: #AD860B;
}
.AnyTagClassName
{
color: #AD860B;
}
</style>
background-color css
<style>
a { background-color: #AD860B; }
a { background-color: rgb(173,134,11); }
div.DivClassName
{
background-color: #AD860B;
}
.BgClassName
{
background-color: #AD860B;
}
</style>
border-color css
<style>
span { border-color: #AD860B; }
span { border-color: rgb(173,134,11); }
td.TdClassName
{
border-color: #AD860B;
}
.TagClassName
{
border-color: #AD860B;
}
</style>