Shades of Dark Goldenrod #AD7A16
Tints of Dark Goldenrod #AD7A16
RGB
CMYK
RGB Variations
Color information
#AD7A16 (or 0xAD7A16) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 16. RGB value is (173,122,22). Sum of RGB (Red+Green+Blue) = 173+122+22=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A16 is #5285E9. Grayscale: #7E7E7E. Windows color (decimal): -5408234 or 1473197. OLE color: 1473197.
HSL color Cylindrical-coordinate representation of color #AD7A16: hue angle of 39.74º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD7A16 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 22 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.32 |
| HSL | 39.74º | 0.77% | 0.38% | - |
| HSV(B) | 39.74º | 0.87% | 0.68% | - |
| XYZ | 24.34 | 22.86 | 3.89 | - |
| YUV | 125.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 22 | 0 | 0.29 | 0.87 | 0.32 | 39.74 | 0.77 | 0.38 |
| Hex | AD | 7A | 16 | 0 | 1D | 57 | 20 | 28 | 4D | 26 |
| Octal | 255 | 172 | 26 | 0 | 35 | 127 | 40 | 50 | 115 | 46 |
| Binary | 10101101 | 1111010 | 10110 | 0 | 11101 | 1010111 | 100000 | 101000 | 1001101 | 100110 |
Color Harmonies of #AD7A16
Complementary color
Monochromatic Colors of #AD7A16
Black with #AD7A16
Text Example
Text Example
White with #AD7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A16; }
p { color: rgb(173,122,22); }
H1.HeaderClassName
{
color: #AD7A16;
}
.AnyTagClassName
{
color: #AD7A16;
}
</style>
background-color css
<style>
a { background-color: #AD7A16; }
a { background-color: rgb(173,122,22); }
div.DivClassName
{
background-color: #AD7A16;
}
.BgClassName
{
background-color: #AD7A16;
}
</style>
border-color css
<style>
span { border-color: #AD7A16; }
span { border-color: rgb(173,122,22); }
td.TdClassName
{
border-color: #AD7A16;
}
.TagClassName
{
border-color: #AD7A16;
}
</style>