Shades of Dark Goldenrod #AD7B16
Tints of Dark Goldenrod #AD7B16
RGB
CMYK
RGB Variations
Color information
#AD7B16 (or 0xAD7B16) is known color: Dark Goldenrod. HEX triplet: AD, 7B and 16. RGB value is (173,123,22). Sum of RGB (Red+Green+Blue) = 173+123+22=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7B16 is #5284E9. Grayscale: #7E7E7E. Windows color (decimal): -5407978 or 1473453. OLE color: 1473453.
HSL color Cylindrical-coordinate representation of color #AD7B16: hue angle of 40.13º 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 #AD7B16 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 22 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.32 |
| HSL | 40.13º | 0.77% | 0.38% | - |
| HSV(B) | 40.13º | 0.87% | 0.68% | - |
| XYZ | 24.46 | 23.11 | 3.93 | - |
| YUV | 126.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 22 | 0 | 0.29 | 0.87 | 0.32 | 40.13 | 0.77 | 0.38 |
| Hex | AD | 7B | 16 | 0 | 1D | 57 | 20 | 28 | 4D | 26 |
| Octal | 255 | 173 | 26 | 0 | 35 | 127 | 40 | 50 | 115 | 46 |
| Binary | 10101101 | 1111011 | 10110 | 0 | 11101 | 1010111 | 100000 | 101000 | 1001101 | 100110 |
Color Harmonies of #AD7B16
Complementary color
Monochromatic Colors of #AD7B16
Black with #AD7B16
Text Example
Text Example
White with #AD7B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B16; }
p { color: rgb(173,123,22); }
H1.HeaderClassName
{
color: #AD7B16;
}
.AnyTagClassName
{
color: #AD7B16;
}
</style>
background-color css
<style>
a { background-color: #AD7B16; }
a { background-color: rgb(173,123,22); }
div.DivClassName
{
background-color: #AD7B16;
}
.BgClassName
{
background-color: #AD7B16;
}
</style>
border-color css
<style>
span { border-color: #AD7B16; }
span { border-color: rgb(173,123,22); }
td.TdClassName
{
border-color: #AD7B16;
}
.TagClassName
{
border-color: #AD7B16;
}
</style>