Shades of Dark Goldenrod #AD7A09
Tints of Dark Goldenrod #AD7A09
RGB
CMYK
RGB Variations
Color information
#AD7A09 (or 0xAD7A09) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 09. RGB value is (173,122,9). Sum of RGB (Red+Green+Blue) = 173+122+9=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A09 is #5285F6. Grayscale: #7C7C7C. Windows color (decimal): -5408247 or 621229. OLE color: 621229.
HSL color Cylindrical-coordinate representation of color #AD7A09: hue angle of 41.34º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD7A09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.32 |
| HSL | 41.34º | 0.9% | 0.36% | - |
| HSV(B) | 41.34º | 0.95% | 0.68% | - |
| XYZ | 24.24 | 22.82 | 3.39 | - |
| YUV | 124.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 9 | 0 | 0.29 | 0.95 | 0.32 | 41.34 | 0.9 | 0.36 |
| Hex | AD | 7A | 9 | 0 | 1D | 5F | 20 | 29 | 5A | 24 |
| Octal | 255 | 172 | 11 | 0 | 35 | 137 | 40 | 51 | 132 | 44 |
| Binary | 10101101 | 1111010 | 1001 | 0 | 11101 | 1011111 | 100000 | 101001 | 1011010 | 100100 |
Color Harmonies of #AD7A09
Complementary color
Monochromatic Colors of #AD7A09
Black with #AD7A09
Text Example
Text Example
White with #AD7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A09; }
p { color: rgb(173,122,9); }
H1.HeaderClassName
{
color: #AD7A09;
}
.AnyTagClassName
{
color: #AD7A09;
}
</style>
background-color css
<style>
a { background-color: #AD7A09; }
a { background-color: rgb(173,122,9); }
div.DivClassName
{
background-color: #AD7A09;
}
.BgClassName
{
background-color: #AD7A09;
}
</style>
border-color css
<style>
span { border-color: #AD7A09; }
span { border-color: rgb(173,122,9); }
td.TdClassName
{
border-color: #AD7A09;
}
.TagClassName
{
border-color: #AD7A09;
}
</style>