Shades of Dark Goldenrod #AD8A07
Tints of Dark Goldenrod #AD8A07
RGB
CMYK
RGB Variations
Color information
#AD8A07 (or 0xAD8A07) is known color: Dark Goldenrod. HEX triplet: AD, 8A and 07. RGB value is (173,138,7). Sum of RGB (Red+Green+Blue) = 173+138+7=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8A07 is #5275F8. Grayscale: #868686. Windows color (decimal): -5404153 or 494253. OLE color: 494253.
HSL color Cylindrical-coordinate representation of color #AD8A07: hue angle of 47.35º 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 #AD8A07 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.32 |
| HSL | 47.35º | 0.92% | 0.35% | - |
| HSV(B) | 47.35º | 0.96% | 0.68% | - |
| XYZ | 26.36 | 27.08 | 4.04 | - |
| YUV | 133.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 7 | 0 | 0.20 | 0.96 | 0.32 | 47.35 | 0.92 | 0.35 |
| Hex | AD | 8A | 7 | 0 | 14 | 60 | 20 | 2F | 5C | 23 |
| Octal | 255 | 212 | 7 | 0 | 24 | 140 | 40 | 57 | 134 | 43 |
| Binary | 10101101 | 10001010 | 111 | 0 | 10100 | 1100000 | 100000 | 101111 | 1011100 | 100011 |
Color Harmonies of #AD8A07
Complementary color
Monochromatic Colors of #AD8A07
Black with #AD8A07
Text Example
Text Example
White with #AD8A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A07; }
p { color: rgb(173,138,7); }
H1.HeaderClassName
{
color: #AD8A07;
}
.AnyTagClassName
{
color: #AD8A07;
}
</style>
background-color css
<style>
a { background-color: #AD8A07; }
a { background-color: rgb(173,138,7); }
div.DivClassName
{
background-color: #AD8A07;
}
.BgClassName
{
background-color: #AD8A07;
}
</style>
border-color css
<style>
span { border-color: #AD8A07; }
span { border-color: rgb(173,138,7); }
td.TdClassName
{
border-color: #AD8A07;
}
.TagClassName
{
border-color: #AD8A07;
}
</style>