Shades of Dark Goldenrod #AD8C07
Tints of Dark Goldenrod #AD8C07
RGB
CMYK
RGB Variations
Color information
#AD8C07 (or 0xAD8C07) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 07. RGB value is (173,140,7). Sum of RGB (Red+Green+Blue) = 173+140+7=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C07 is #5273F8. Grayscale: #878787. Windows color (decimal): -5403641 or 494765. OLE color: 494765.
HSL color Cylindrical-coordinate representation of color #AD8C07: hue angle of 48.07º 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 #AD8C07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.32 |
| HSL | 48.07º | 0.92% | 0.35% | - |
| HSV(B) | 48.07º | 0.96% | 0.68% | - |
| XYZ | 26.65 | 27.66 | 4.13 | - |
| YUV | 134.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 7 | 0 | 0.19 | 0.96 | 0.32 | 48.07 | 0.92 | 0.35 |
| Hex | AD | 8C | 7 | 0 | 13 | 60 | 20 | 30 | 5C | 23 |
| Octal | 255 | 214 | 7 | 0 | 23 | 140 | 40 | 60 | 134 | 43 |
| Binary | 10101101 | 10001100 | 111 | 0 | 10011 | 1100000 | 100000 | 110000 | 1011100 | 100011 |
Color Harmonies of #AD8C07
Complementary color
Monochromatic Colors of #AD8C07
Black with #AD8C07
Text Example
Text Example
White with #AD8C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C07; }
p { color: rgb(173,140,7); }
H1.HeaderClassName
{
color: #AD8C07;
}
.AnyTagClassName
{
color: #AD8C07;
}
</style>
background-color css
<style>
a { background-color: #AD8C07; }
a { background-color: rgb(173,140,7); }
div.DivClassName
{
background-color: #AD8C07;
}
.BgClassName
{
background-color: #AD8C07;
}
</style>
border-color css
<style>
span { border-color: #AD8C07; }
span { border-color: rgb(173,140,7); }
td.TdClassName
{
border-color: #AD8C07;
}
.TagClassName
{
border-color: #AD8C07;
}
</style>