Shades of Dark Goldenrod #AD860A
Tints of Dark Goldenrod #AD860A
RGB
CMYK
RGB Variations
Color information
#AD860A (or 0xAD860A) is known color: Dark Goldenrod. HEX triplet: AD, 86 and 0A. RGB value is (173,134,10). Sum of RGB (Red+Green+Blue) = 173+134+10=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD860A is #5279F5. Grayscale: #848484. Windows color (decimal): -5405174 or 689837. OLE color: 689837.
HSL color Cylindrical-coordinate representation of color #AD860A: hue angle of 45.64º degrees, saturation: 0.89, 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 #AD860A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.32 |
| HSL | 45.64º | 0.89% | 0.36% | - |
| HSV(B) | 45.64º | 0.94% | 0.68% | - |
| XYZ | 25.81 | 25.96 | 3.94 | - |
| YUV | 131.53 | 59.42 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 10 | 0 | 0.23 | 0.94 | 0.32 | 45.64 | 0.89 | 0.36 |
| Hex | AD | 86 | A | 0 | 17 | 5E | 20 | 2E | 59 | 24 |
| Octal | 255 | 206 | 12 | 0 | 27 | 136 | 40 | 56 | 131 | 44 |
| Binary | 10101101 | 10000110 | 1010 | 0 | 10111 | 1011110 | 100000 | 101110 | 1011001 | 100100 |
Color Harmonies of #AD860A
Complementary color
Monochromatic Colors of #AD860A
Black with #AD860A
Text Example
Text Example
White with #AD860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD860A; }
p { color: rgb(173,134,10); }
H1.HeaderClassName
{
color: #AD860A;
}
.AnyTagClassName
{
color: #AD860A;
}
</style>
background-color css
<style>
a { background-color: #AD860A; }
a { background-color: rgb(173,134,10); }
div.DivClassName
{
background-color: #AD860A;
}
.BgClassName
{
background-color: #AD860A;
}
</style>
border-color css
<style>
span { border-color: #AD860A; }
span { border-color: rgb(173,134,10); }
td.TdClassName
{
border-color: #AD860A;
}
.TagClassName
{
border-color: #AD860A;
}
</style>