Shades of Dark Goldenrod #AD7A07
Tints of Dark Goldenrod #AD7A07
RGB
CMYK
RGB Variations
Color information
#AD7A07 (or 0xAD7A07) is known color: Dark Goldenrod. HEX triplet: AD, 7A and 07. RGB value is (173,122,7). Sum of RGB (Red+Green+Blue) = 173+122+7=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7A07 is #5285F8. Grayscale: #7C7C7C. Windows color (decimal): -5408249 or 490157. OLE color: 490157.
HSL color Cylindrical-coordinate representation of color #AD7A07: hue angle of 41.57º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD7A07 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.32 |
| HSL | 41.57º | 0.92% | 0.35% | - |
| HSV(B) | 41.57º | 0.96% | 0.68% | - |
| XYZ | 24.23 | 22.82 | 3.33 | - |
| YUV | 124.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 7 | 0 | 0.29 | 0.96 | 0.32 | 41.57 | 0.92 | 0.35 |
| Hex | AD | 7A | 7 | 0 | 1D | 60 | 20 | 2A | 5C | 23 |
| Octal | 255 | 172 | 7 | 0 | 35 | 140 | 40 | 52 | 134 | 43 |
| Binary | 10101101 | 1111010 | 111 | 0 | 11101 | 1100000 | 100000 | 101010 | 1011100 | 100011 |
Color Harmonies of #AD7A07
Complementary color
Monochromatic Colors of #AD7A07
Black with #AD7A07
Text Example
Text Example
White with #AD7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A07; }
p { color: rgb(173,122,7); }
H1.HeaderClassName
{
color: #AD7A07;
}
.AnyTagClassName
{
color: #AD7A07;
}
</style>
background-color css
<style>
a { background-color: #AD7A07; }
a { background-color: rgb(173,122,7); }
div.DivClassName
{
background-color: #AD7A07;
}
.BgClassName
{
background-color: #AD7A07;
}
</style>
border-color css
<style>
span { border-color: #AD7A07; }
span { border-color: rgb(173,122,7); }
td.TdClassName
{
border-color: #AD7A07;
}
.TagClassName
{
border-color: #AD7A07;
}
</style>