Shades of Dark Goldenrod #AD7905
Tints of Dark Goldenrod #AD7905
RGB
CMYK
RGB Variations
Color information
#AD7905 (or 0xAD7905) is known color: Dark Goldenrod. HEX triplet: AD, 79 and 05. RGB value is (173,121,5). Sum of RGB (Red+Green+Blue) = 173+121+5=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7905 is #5286FA. Grayscale: #7B7B7B. Windows color (decimal): -5408507 or 358829. OLE color: 358829.
HSL color Cylindrical-coordinate representation of color #AD7905: hue angle of 41.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD7905 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.32 |
| HSL | 41.43º | 0.94% | 0.35% | - |
| HSV(B) | 41.43º | 0.97% | 0.68% | - |
| XYZ | 24.1 | 22.57 | 3.23 | - |
| YUV | 123.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 5 | 0 | 0.30 | 0.97 | 0.32 | 41.43 | 0.94 | 0.35 |
| Hex | AD | 79 | 5 | 0 | 1E | 61 | 20 | 29 | 5E | 23 |
| Octal | 255 | 171 | 5 | 0 | 36 | 141 | 40 | 51 | 136 | 43 |
| Binary | 10101101 | 1111001 | 101 | 0 | 11110 | 1100001 | 100000 | 101001 | 1011110 | 100011 |
Color Harmonies of #AD7905
Complementary color
Monochromatic Colors of #AD7905
Black with #AD7905
Text Example
Text Example
White with #AD7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7905; }
p { color: rgb(173,121,5); }
H1.HeaderClassName
{
color: #AD7905;
}
.AnyTagClassName
{
color: #AD7905;
}
</style>
background-color css
<style>
a { background-color: #AD7905; }
a { background-color: rgb(173,121,5); }
div.DivClassName
{
background-color: #AD7905;
}
.BgClassName
{
background-color: #AD7905;
}
</style>
border-color css
<style>
span { border-color: #AD7905; }
span { border-color: rgb(173,121,5); }
td.TdClassName
{
border-color: #AD7905;
}
.TagClassName
{
border-color: #AD7905;
}
</style>