Shades of Dark Goldenrod #AD7A05
Tints of Dark Goldenrod #AD7A05
RGB
CMYK
RGB Variations
Color information
#AD7A05 (or 0xAD7A05) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 05. RGB value is (173,122,5). Sum of RGB (Red+Green+Blue) = 173+122+5=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A05 is #5285FA. Grayscale: #7C7C7C. Windows color (decimal): -5408251 or 359085. OLE color: 359085.
HSL color Cylindrical-coordinate representation of color #AD7A05: hue angle of 41.79º 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 #AD7A05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.32 |
| HSL | 41.79º | 0.94% | 0.35% | - |
| HSV(B) | 41.79º | 0.97% | 0.68% | - |
| XYZ | 24.22 | 22.81 | 3.27 | - |
| YUV | 123.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 5 | 0 | 0.29 | 0.97 | 0.32 | 41.79 | 0.94 | 0.35 |
| Hex | AD | 7A | 5 | 0 | 1D | 61 | 20 | 2A | 5E | 23 |
| Octal | 255 | 172 | 5 | 0 | 35 | 141 | 40 | 52 | 136 | 43 |
| Binary | 10101101 | 1111010 | 101 | 0 | 11101 | 1100001 | 100000 | 101010 | 1011110 | 100011 |
Color Harmonies of #AD7A05
Complementary color
Monochromatic Colors of #AD7A05
Black with #AD7A05
Text Example
Text Example
White with #AD7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A05; }
p { color: rgb(173,122,5); }
H1.HeaderClassName
{
color: #AD7A05;
}
.AnyTagClassName
{
color: #AD7A05;
}
</style>
background-color css
<style>
a { background-color: #AD7A05; }
a { background-color: rgb(173,122,5); }
div.DivClassName
{
background-color: #AD7A05;
}
.BgClassName
{
background-color: #AD7A05;
}
</style>
border-color css
<style>
span { border-color: #AD7A05; }
span { border-color: rgb(173,122,5); }
td.TdClassName
{
border-color: #AD7A05;
}
.TagClassName
{
border-color: #AD7A05;
}
</style>