Shades of Dark Goldenrod #AD8E07
Tints of Dark Goldenrod #AD8E07
RGB
CMYK
RGB Variations
Color information
#AD8E07 (or 0xAD8E07) is known color: Dark Goldenrod. HEX triplet: AD, 8E and 07. RGB value is (173,142,7). Sum of RGB (Red+Green+Blue) = 173+142+7=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8E07 is #5271F8. Grayscale: #888888. Windows color (decimal): -5403129 or 495277. OLE color: 495277.
HSL color Cylindrical-coordinate representation of color #AD8E07: hue angle of 48.8º 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 #AD8E07 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 7 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.32 |
| HSL | 48.8º | 0.92% | 0.35% | - |
| HSV(B) | 48.8º | 0.96% | 0.68% | - |
| XYZ | 26.94 | 28.25 | 4.23 | - |
| YUV | 135.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 7 | 0 | 0.18 | 0.96 | 0.32 | 48.8 | 0.92 | 0.35 |
| Hex | AD | 8E | 7 | 0 | 12 | 60 | 20 | 31 | 5C | 23 |
| Octal | 255 | 216 | 7 | 0 | 22 | 140 | 40 | 61 | 134 | 43 |
| Binary | 10101101 | 10001110 | 111 | 0 | 10010 | 1100000 | 100000 | 110001 | 1011100 | 100011 |
Color Harmonies of #AD8E07
Complementary color
Monochromatic Colors of #AD8E07
Black with #AD8E07
Text Example
Text Example
White with #AD8E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E07; }
p { color: rgb(173,142,7); }
H1.HeaderClassName
{
color: #AD8E07;
}
.AnyTagClassName
{
color: #AD8E07;
}
</style>
background-color css
<style>
a { background-color: #AD8E07; }
a { background-color: rgb(173,142,7); }
div.DivClassName
{
background-color: #AD8E07;
}
.BgClassName
{
background-color: #AD8E07;
}
</style>
border-color css
<style>
span { border-color: #AD8E07; }
span { border-color: rgb(173,142,7); }
td.TdClassName
{
border-color: #AD8E07;
}
.TagClassName
{
border-color: #AD8E07;
}
</style>