Shades of Dark Goldenrod #AD710B
Tints of Dark Goldenrod #AD710B
RGB
CMYK
RGB Variations
Color information
#AD710B (or 0xAD710B) is known color: Dark Goldenrod. HEX triplet: AD, 71 and 0B. RGB value is (173,113,11). Sum of RGB (Red+Green+Blue) = 173+113+11=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD710B is #528EF4. Grayscale: #777777. Windows color (decimal): -5410549 or 749997. OLE color: 749997.
HSL color Cylindrical-coordinate representation of color #AD710B: hue angle of 37.78º 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 #AD710B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.32 |
| HSL | 37.78º | 0.88% | 0.36% | - |
| HSV(B) | 37.78º | 0.94% | 0.68% | - |
| XYZ | 23.2 | 20.72 | 3.09 | - |
| YUV | 119.31 | 66.88 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 11 | 0 | 0.35 | 0.94 | 0.32 | 37.78 | 0.88 | 0.36 |
| Hex | AD | 71 | B | 0 | 23 | 5E | 20 | 26 | 58 | 24 |
| Octal | 255 | 161 | 13 | 0 | 43 | 136 | 40 | 46 | 130 | 44 |
| Binary | 10101101 | 1110001 | 1011 | 0 | 100011 | 1011110 | 100000 | 100110 | 1011000 | 100100 |
Color Harmonies of #AD710B
Complementary color
Monochromatic Colors of #AD710B
Black with #AD710B
Text Example
Text Example
White with #AD710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD710B; }
p { color: rgb(173,113,11); }
H1.HeaderClassName
{
color: #AD710B;
}
.AnyTagClassName
{
color: #AD710B;
}
</style>
background-color css
<style>
a { background-color: #AD710B; }
a { background-color: rgb(173,113,11); }
div.DivClassName
{
background-color: #AD710B;
}
.BgClassName
{
background-color: #AD710B;
}
</style>
border-color css
<style>
span { border-color: #AD710B; }
span { border-color: rgb(173,113,11); }
td.TdClassName
{
border-color: #AD710B;
}
.TagClassName
{
border-color: #AD710B;
}
</style>