Shades of Dark Goldenrod #AD760D
Tints of Dark Goldenrod #AD760D
RGB
CMYK
RGB Variations
Color information
#AD760D (or 0xAD760D) is known color: Dark Goldenrod. HEX triplet: AD, 76 and 0D. RGB value is (173,118,13). Sum of RGB (Red+Green+Blue) = 173+118+13=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD760D is #5289F2. Grayscale: #7A7A7A. Windows color (decimal): -5409267 or 882349. OLE color: 882349.
HSL color Cylindrical-coordinate representation of color #AD760D: hue angle of 39.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD760D is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 13 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.32 |
| HSL | 39.38º | 0.86% | 0.36% | - |
| HSV(B) | 39.38º | 0.92% | 0.68% | - |
| XYZ | 23.78 | 21.87 | 3.35 | - |
| YUV | 122.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 13 | 0 | 0.32 | 0.92 | 0.32 | 39.38 | 0.86 | 0.36 |
| Hex | AD | 76 | D | 0 | 20 | 5C | 20 | 27 | 56 | 24 |
| Octal | 255 | 166 | 15 | 0 | 40 | 134 | 40 | 47 | 126 | 44 |
| Binary | 10101101 | 1110110 | 1101 | 0 | 100000 | 1011100 | 100000 | 100111 | 1010110 | 100100 |
Color Harmonies of #AD760D
Complementary color
Monochromatic Colors of #AD760D
Black with #AD760D
Text Example
Text Example
White with #AD760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD760D; }
p { color: rgb(173,118,13); }
H1.HeaderClassName
{
color: #AD760D;
}
.AnyTagClassName
{
color: #AD760D;
}
</style>
background-color css
<style>
a { background-color: #AD760D; }
a { background-color: rgb(173,118,13); }
div.DivClassName
{
background-color: #AD760D;
}
.BgClassName
{
background-color: #AD760D;
}
</style>
border-color css
<style>
span { border-color: #AD760D; }
span { border-color: rgb(173,118,13); }
td.TdClassName
{
border-color: #AD760D;
}
.TagClassName
{
border-color: #AD760D;
}
</style>