Shades of Dark Goldenrod #AD7A15
Tints of Dark Goldenrod #AD7A15
RGB
CMYK
RGB Variations
Color information
#AD7A15 (or 0xAD7A15) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 15. RGB value is (173,122,21). Sum of RGB (Red+Green+Blue) = 173+122+21=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A15 is #5285EA. Grayscale: #7E7E7E. Windows color (decimal): -5408235 or 1407661. OLE color: 1407661.
HSL color Cylindrical-coordinate representation of color #AD7A15: hue angle of 39.87º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD7A15 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 21 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.32 |
| HSL | 39.87º | 0.78% | 0.38% | - |
| HSV(B) | 39.87º | 0.88% | 0.68% | - |
| XYZ | 24.33 | 22.86 | 3.84 | - |
| YUV | 125.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 21 | 0 | 0.29 | 0.88 | 0.32 | 39.87 | 0.78 | 0.38 |
| Hex | AD | 7A | 15 | 0 | 1D | 58 | 20 | 28 | 4E | 26 |
| Octal | 255 | 172 | 25 | 0 | 35 | 130 | 40 | 50 | 116 | 46 |
| Binary | 10101101 | 1111010 | 10101 | 0 | 11101 | 1011000 | 100000 | 101000 | 1001110 | 100110 |
Color Harmonies of #AD7A15
Complementary color
Monochromatic Colors of #AD7A15
Black with #AD7A15
Text Example
Text Example
White with #AD7A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A15; }
p { color: rgb(173,122,21); }
H1.HeaderClassName
{
color: #AD7A15;
}
.AnyTagClassName
{
color: #AD7A15;
}
</style>
background-color css
<style>
a { background-color: #AD7A15; }
a { background-color: rgb(173,122,21); }
div.DivClassName
{
background-color: #AD7A15;
}
.BgClassName
{
background-color: #AD7A15;
}
</style>
border-color css
<style>
span { border-color: #AD7A15; }
span { border-color: rgb(173,122,21); }
td.TdClassName
{
border-color: #AD7A15;
}
.TagClassName
{
border-color: #AD7A15;
}
</style>