Shades of Dark Goldenrod #AD7C0A
Tints of Dark Goldenrod #AD7C0A
RGB
CMYK
RGB Variations
Color information
#AD7C0A (or 0xAD7C0A) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 0A. RGB value is (173,124,10). Sum of RGB (Red+Green+Blue) = 173+124+10=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C0A is #5283F5. Grayscale: #7E7E7E. Windows color (decimal): -5407734 or 687277. OLE color: 687277.
HSL color Cylindrical-coordinate representation of color #AD7C0A: hue angle of 41.96º 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 #AD7C0A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 10 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.32 |
| HSL | 41.96º | 0.89% | 0.36% | - |
| HSV(B) | 41.96º | 0.94% | 0.68% | - |
| XYZ | 24.5 | 23.32 | 3.5 | - |
| YUV | 125.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 10 | 0 | 0.28 | 0.94 | 0.32 | 41.96 | 0.89 | 0.36 |
| Hex | AD | 7C | A | 0 | 1C | 5E | 20 | 2A | 59 | 24 |
| Octal | 255 | 174 | 12 | 0 | 34 | 136 | 40 | 52 | 131 | 44 |
| Binary | 10101101 | 1111100 | 1010 | 0 | 11100 | 1011110 | 100000 | 101010 | 1011001 | 100100 |
Color Harmonies of #AD7C0A
Complementary color
Monochromatic Colors of #AD7C0A
Black with #AD7C0A
Text Example
Text Example
White with #AD7C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C0A; }
p { color: rgb(173,124,10); }
H1.HeaderClassName
{
color: #AD7C0A;
}
.AnyTagClassName
{
color: #AD7C0A;
}
</style>
background-color css
<style>
a { background-color: #AD7C0A; }
a { background-color: rgb(173,124,10); }
div.DivClassName
{
background-color: #AD7C0A;
}
.BgClassName
{
background-color: #AD7C0A;
}
</style>
border-color css
<style>
span { border-color: #AD7C0A; }
span { border-color: rgb(173,124,10); }
td.TdClassName
{
border-color: #AD7C0A;
}
.TagClassName
{
border-color: #AD7C0A;
}
</style>