Shades of Dark Goldenrod #AD720F
Tints of Dark Goldenrod #AD720F
RGB
CMYK
RGB Variations
Color information
#AD720F (or 0xAD720F) is known color: Dark Goldenrod. HEX triplet: AD, 72 and 0F. RGB value is (173,114,15). Sum of RGB (Red+Green+Blue) = 173+114+15=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD720F is #528DF0. Grayscale: #787878. Windows color (decimal): -5410289 or 1012397. OLE color: 1012397.
HSL color Cylindrical-coordinate representation of color #AD720F: hue angle of 37.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD720F is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 114 | 15 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.32 |
| HSL | 37.59º | 0.84% | 0.37% | - |
| HSV(B) | 37.59º | 0.91% | 0.68% | - |
| XYZ | 23.34 | 20.95 | 3.27 | - |
| YUV | 120.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 15 | 0 | 0.34 | 0.91 | 0.32 | 37.59 | 0.84 | 0.37 |
| Hex | AD | 72 | F | 0 | 22 | 5B | 20 | 26 | 54 | 25 |
| Octal | 255 | 162 | 17 | 0 | 42 | 133 | 40 | 46 | 124 | 45 |
| Binary | 10101101 | 1110010 | 1111 | 0 | 100010 | 1011011 | 100000 | 100110 | 1010100 | 100101 |
Color Harmonies of #AD720F
Complementary color
Monochromatic Colors of #AD720F
Black with #AD720F
Text Example
Text Example
White with #AD720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD720F; }
p { color: rgb(173,114,15); }
H1.HeaderClassName
{
color: #AD720F;
}
.AnyTagClassName
{
color: #AD720F;
}
</style>
background-color css
<style>
a { background-color: #AD720F; }
a { background-color: rgb(173,114,15); }
div.DivClassName
{
background-color: #AD720F;
}
.BgClassName
{
background-color: #AD720F;
}
</style>
border-color css
<style>
span { border-color: #AD720F; }
span { border-color: rgb(173,114,15); }
td.TdClassName
{
border-color: #AD720F;
}
.TagClassName
{
border-color: #AD720F;
}
</style>