Shades of Dark Goldenrod #AD870B
Tints of Dark Goldenrod #AD870B
RGB
CMYK
RGB Variations
Color information
#AD870B (or 0xAD870B) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 0B. RGB value is (173,135,11). Sum of RGB (Red+Green+Blue) = 173+135+11=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD870B is #5278F4. Grayscale: #848484. Windows color (decimal): -5404917 or 755629. OLE color: 755629.
HSL color Cylindrical-coordinate representation of color #AD870B: hue angle of 45.93º 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 #AD870B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.32 |
| HSL | 45.93º | 0.88% | 0.36% | - |
| HSV(B) | 45.93º | 0.94% | 0.68% | - |
| XYZ | 25.96 | 26.24 | 4.01 | - |
| YUV | 132.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 11 | 0 | 0.22 | 0.94 | 0.32 | 45.93 | 0.88 | 0.36 |
| Hex | AD | 87 | B | 0 | 16 | 5E | 20 | 2E | 58 | 24 |
| Octal | 255 | 207 | 13 | 0 | 26 | 136 | 40 | 56 | 130 | 44 |
| Binary | 10101101 | 10000111 | 1011 | 0 | 10110 | 1011110 | 100000 | 101110 | 1011000 | 100100 |
Color Harmonies of #AD870B
Complementary color
Monochromatic Colors of #AD870B
Black with #AD870B
Text Example
Text Example
White with #AD870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD870B; }
p { color: rgb(173,135,11); }
H1.HeaderClassName
{
color: #AD870B;
}
.AnyTagClassName
{
color: #AD870B;
}
</style>
background-color css
<style>
a { background-color: #AD870B; }
a { background-color: rgb(173,135,11); }
div.DivClassName
{
background-color: #AD870B;
}
.BgClassName
{
background-color: #AD870B;
}
</style>
border-color css
<style>
span { border-color: #AD870B; }
span { border-color: rgb(173,135,11); }
td.TdClassName
{
border-color: #AD870B;
}
.TagClassName
{
border-color: #AD870B;
}
</style>