Shades of Dark Goldenrod #AD7A17
Tints of Dark Goldenrod #AD7A17
RGB
CMYK
RGB Variations
Color information
#AD7A17 (or 0xAD7A17) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 17. RGB value is (173,122,23). Sum of RGB (Red+Green+Blue) = 173+122+23=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A17 is #5285E8. Grayscale: #7E7E7E. Windows color (decimal): -5408233 or 1538733. OLE color: 1538733.
HSL color Cylindrical-coordinate representation of color #AD7A17: hue angle of 39.6º 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 #AD7A17 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 23 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.32 |
| HSL | 39.6º | 0.77% | 0.38% | - |
| HSV(B) | 39.6º | 0.87% | 0.68% | - |
| XYZ | 24.35 | 22.87 | 3.94 | - |
| YUV | 125.96 | 69.9 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 23 | 0 | 0.29 | 0.87 | 0.32 | 39.6 | 0.77 | 0.38 |
| Hex | AD | 7A | 17 | 0 | 1D | 57 | 20 | 28 | 4D | 26 |
| Octal | 255 | 172 | 27 | 0 | 35 | 127 | 40 | 50 | 115 | 46 |
| Binary | 10101101 | 1111010 | 10111 | 0 | 11101 | 1010111 | 100000 | 101000 | 1001101 | 100110 |
Color Harmonies of #AD7A17
Complementary color
Monochromatic Colors of #AD7A17
Black with #AD7A17
Text Example
Text Example
White with #AD7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A17; }
p { color: rgb(173,122,23); }
H1.HeaderClassName
{
color: #AD7A17;
}
.AnyTagClassName
{
color: #AD7A17;
}
</style>
background-color css
<style>
a { background-color: #AD7A17; }
a { background-color: rgb(173,122,23); }
div.DivClassName
{
background-color: #AD7A17;
}
.BgClassName
{
background-color: #AD7A17;
}
</style>
border-color css
<style>
span { border-color: #AD7A17; }
span { border-color: rgb(173,122,23); }
td.TdClassName
{
border-color: #AD7A17;
}
.TagClassName
{
border-color: #AD7A17;
}
</style>