Shades of Dark Goldenrod #AD720E
Tints of Dark Goldenrod #AD720E
RGB
CMYK
RGB Variations
Color information
#AD720E (or 0xAD720E) is known color: Dark Goldenrod. HEX triplet: AD, 72 and 0E. RGB value is (173,114,14). Sum of RGB (Red+Green+Blue) = 173+114+14=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD720E is #528DF1. Grayscale: #787878. Windows color (decimal): -5410290 or 946861. OLE color: 946861.
HSL color Cylindrical-coordinate representation of color #AD720E: hue angle of 37.74º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD720E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 14 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.32 |
| HSL | 37.74º | 0.85% | 0.37% | - |
| HSV(B) | 37.74º | 0.92% | 0.68% | - |
| XYZ | 23.33 | 20.95 | 3.23 | - |
| YUV | 120.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 14 | 0 | 0.34 | 0.92 | 0.32 | 37.74 | 0.85 | 0.37 |
| Hex | AD | 72 | E | 0 | 22 | 5C | 20 | 26 | 55 | 25 |
| Octal | 255 | 162 | 16 | 0 | 42 | 134 | 40 | 46 | 125 | 45 |
| Binary | 10101101 | 1110010 | 1110 | 0 | 100010 | 1011100 | 100000 | 100110 | 1010101 | 100101 |
Color Harmonies of #AD720E
Complementary color
Monochromatic Colors of #AD720E
Black with #AD720E
Text Example
Text Example
White with #AD720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD720E; }
p { color: rgb(173,114,14); }
H1.HeaderClassName
{
color: #AD720E;
}
.AnyTagClassName
{
color: #AD720E;
}
</style>
background-color css
<style>
a { background-color: #AD720E; }
a { background-color: rgb(173,114,14); }
div.DivClassName
{
background-color: #AD720E;
}
.BgClassName
{
background-color: #AD720E;
}
</style>
border-color css
<style>
span { border-color: #AD720E; }
span { border-color: rgb(173,114,14); }
td.TdClassName
{
border-color: #AD720E;
}
.TagClassName
{
border-color: #AD720E;
}
</style>