Shades of Dark Goldenrod #AD7712
Tints of Dark Goldenrod #AD7712
RGB
CMYK
RGB Variations
Color information
#AD7712 (or 0xAD7712) is known color: Dark Goldenrod. HEX triplet: AD, 77 and 12. RGB value is (173,119,18). Sum of RGB (Red+Green+Blue) = 173+119+18=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7712 is #5288ED. Grayscale: #7C7C7C. Windows color (decimal): -5409006 or 1210285. OLE color: 1210285.
HSL color Cylindrical-coordinate representation of color #AD7712: hue angle of 39.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7712 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 18 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.32 |
| HSL | 39.1º | 0.81% | 0.37% | - |
| HSV(B) | 39.1º | 0.9% | 0.68% | - |
| XYZ | 23.94 | 22.12 | 3.58 | - |
| YUV | 123.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 18 | 0 | 0.31 | 0.90 | 0.32 | 39.1 | 0.81 | 0.37 |
| Hex | AD | 77 | 12 | 0 | 1F | 5A | 20 | 27 | 51 | 25 |
| Octal | 255 | 167 | 22 | 0 | 37 | 132 | 40 | 47 | 121 | 45 |
| Binary | 10101101 | 1110111 | 10010 | 0 | 11111 | 1011010 | 100000 | 100111 | 1010001 | 100101 |
Color Harmonies of #AD7712
Complementary color
Monochromatic Colors of #AD7712
Black with #AD7712
Text Example
Text Example
White with #AD7712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7712; }
p { color: rgb(173,119,18); }
H1.HeaderClassName
{
color: #AD7712;
}
.AnyTagClassName
{
color: #AD7712;
}
</style>
background-color css
<style>
a { background-color: #AD7712; }
a { background-color: rgb(173,119,18); }
div.DivClassName
{
background-color: #AD7712;
}
.BgClassName
{
background-color: #AD7712;
}
</style>
border-color css
<style>
span { border-color: #AD7712; }
span { border-color: rgb(173,119,18); }
td.TdClassName
{
border-color: #AD7712;
}
.TagClassName
{
border-color: #AD7712;
}
</style>