Shades of Dark Goldenrod #AD7C10
Tints of Dark Goldenrod #AD7C10
RGB
CMYK
RGB Variations
Color information
#AD7C10 (or 0xAD7C10) is known color: Dark Goldenrod. HEX triplet: AD, 7C and 10. RGB value is (173,124,16). Sum of RGB (Red+Green+Blue) = 173+124+16=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7C10 is #5283EF. Grayscale: #7E7E7E. Windows color (decimal): -5407728 or 1080493. OLE color: 1080493.
HSL color Cylindrical-coordinate representation of color #AD7C10: hue angle of 41.27º degrees, saturation: 0.83, 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 #AD7C10 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 124 | 16 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.32 |
| HSL | 41.27º | 0.83% | 0.37% | - |
| HSV(B) | 41.27º | 0.91% | 0.68% | - |
| XYZ | 24.53 | 23.34 | 3.7 | - |
| YUV | 126.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 16 | 0 | 0.28 | 0.91 | 0.32 | 41.27 | 0.83 | 0.37 |
| Hex | AD | 7C | 10 | 0 | 1C | 5B | 20 | 29 | 53 | 25 |
| Octal | 255 | 174 | 20 | 0 | 34 | 133 | 40 | 51 | 123 | 45 |
| Binary | 10101101 | 1111100 | 10000 | 0 | 11100 | 1011011 | 100000 | 101001 | 1010011 | 100101 |
Color Harmonies of #AD7C10
Complementary color
Monochromatic Colors of #AD7C10
Black with #AD7C10
Text Example
Text Example
White with #AD7C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7C10; }
p { color: rgb(173,124,16); }
H1.HeaderClassName
{
color: #AD7C10;
}
.AnyTagClassName
{
color: #AD7C10;
}
</style>
background-color css
<style>
a { background-color: #AD7C10; }
a { background-color: rgb(173,124,16); }
div.DivClassName
{
background-color: #AD7C10;
}
.BgClassName
{
background-color: #AD7C10;
}
</style>
border-color css
<style>
span { border-color: #AD7C10; }
span { border-color: rgb(173,124,16); }
td.TdClassName
{
border-color: #AD7C10;
}
.TagClassName
{
border-color: #AD7C10;
}
</style>