Shades of Dark Goldenrod #AD7D0A
Tints of Dark Goldenrod #AD7D0A
RGB
CMYK
RGB Variations
Color information
#AD7D0A (or 0xAD7D0A) is known color: Dark Goldenrod. HEX triplet: AD, 7D and 0A. RGB value is (173,125,10). Sum of RGB (Red+Green+Blue) = 173+125+10=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7D0A is #5282F5. Grayscale: #7E7E7E. Windows color (decimal): -5407478 or 687533. OLE color: 687533.
HSL color Cylindrical-coordinate representation of color #AD7D0A: hue angle of 42.33º degrees, saturation: 0.89, 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 #AD7D0A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 10 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.32 |
| HSL | 42.33º | 0.89% | 0.36% | - |
| HSV(B) | 42.33º | 0.94% | 0.68% | - |
| XYZ | 24.62 | 23.57 | 3.54 | - |
| YUV | 126.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 10 | 0 | 0.28 | 0.94 | 0.32 | 42.33 | 0.89 | 0.36 |
| Hex | AD | 7D | A | 0 | 1C | 5E | 20 | 2A | 59 | 24 |
| Octal | 255 | 175 | 12 | 0 | 34 | 136 | 40 | 52 | 131 | 44 |
| Binary | 10101101 | 1111101 | 1010 | 0 | 11100 | 1011110 | 100000 | 101010 | 1011001 | 100100 |
Color Harmonies of #AD7D0A
Complementary color
Monochromatic Colors of #AD7D0A
Black with #AD7D0A
Text Example
Text Example
White with #AD7D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D0A; }
p { color: rgb(173,125,10); }
H1.HeaderClassName
{
color: #AD7D0A;
}
.AnyTagClassName
{
color: #AD7D0A;
}
</style>
background-color css
<style>
a { background-color: #AD7D0A; }
a { background-color: rgb(173,125,10); }
div.DivClassName
{
background-color: #AD7D0A;
}
.BgClassName
{
background-color: #AD7D0A;
}
</style>
border-color css
<style>
span { border-color: #AD7D0A; }
span { border-color: rgb(173,125,10); }
td.TdClassName
{
border-color: #AD7D0A;
}
.TagClassName
{
border-color: #AD7D0A;
}
</style>