Shades of Dark Goldenrod #AD720B
Tints of Dark Goldenrod #AD720B
RGB
CMYK
RGB Variations
Color information
#AD720B (or 0xAD720B) is known color: Dark Goldenrod. HEX triplet: AD, 72 and 0B. RGB value is (173,114,11). Sum of RGB (Red+Green+Blue) = 173+114+11=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD720B is #528DF4. Grayscale: #787878. Windows color (decimal): -5410293 or 750253. OLE color: 750253.
HSL color Cylindrical-coordinate representation of color #AD720B: hue angle of 38.15º 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 #AD720B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.32 |
| HSL | 38.15º | 0.88% | 0.36% | - |
| HSV(B) | 38.15º | 0.94% | 0.68% | - |
| XYZ | 23.31 | 20.94 | 3.13 | - |
| YUV | 119.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 11 | 0 | 0.34 | 0.94 | 0.32 | 38.15 | 0.88 | 0.36 |
| Hex | AD | 72 | B | 0 | 22 | 5E | 20 | 26 | 58 | 24 |
| Octal | 255 | 162 | 13 | 0 | 42 | 136 | 40 | 46 | 130 | 44 |
| Binary | 10101101 | 1110010 | 1011 | 0 | 100010 | 1011110 | 100000 | 100110 | 1011000 | 100100 |
Color Harmonies of #AD720B
Complementary color
Monochromatic Colors of #AD720B
Black with #AD720B
Text Example
Text Example
White with #AD720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD720B; }
p { color: rgb(173,114,11); }
H1.HeaderClassName
{
color: #AD720B;
}
.AnyTagClassName
{
color: #AD720B;
}
</style>
background-color css
<style>
a { background-color: #AD720B; }
a { background-color: rgb(173,114,11); }
div.DivClassName
{
background-color: #AD720B;
}
.BgClassName
{
background-color: #AD720B;
}
</style>
border-color css
<style>
span { border-color: #AD720B; }
span { border-color: rgb(173,114,11); }
td.TdClassName
{
border-color: #AD720B;
}
.TagClassName
{
border-color: #AD720B;
}
</style>