Shades of Dark Goldenrod #AD8C04
Tints of Dark Goldenrod #AD8C04
RGB
CMYK
RGB Variations
Color information
#AD8C04 (or 0xAD8C04) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 04. RGB value is (173,140,4). Sum of RGB (Red+Green+Blue) = 173+140+4=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C04 is #5273FB. Grayscale: #868686. Windows color (decimal): -5403644 or 298157. OLE color: 298157.
HSL color Cylindrical-coordinate representation of color #AD8C04: hue angle of 48.28º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD8C04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.32 |
| HSL | 48.28º | 0.95% | 0.35% | - |
| HSV(B) | 48.28º | 0.98% | 0.68% | - |
| XYZ | 26.63 | 27.65 | 4.05 | - |
| YUV | 134.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 4 | 0 | 0.19 | 0.98 | 0.32 | 48.28 | 0.95 | 0.35 |
| Hex | AD | 8C | 4 | 0 | 13 | 62 | 20 | 30 | 5F | 23 |
| Octal | 255 | 214 | 4 | 0 | 23 | 142 | 40 | 60 | 137 | 43 |
| Binary | 10101101 | 10001100 | 100 | 0 | 10011 | 1100010 | 100000 | 110000 | 1011111 | 100011 |
Color Harmonies of #AD8C04
Complementary color
Monochromatic Colors of #AD8C04
Black with #AD8C04
Text Example
Text Example
White with #AD8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C04; }
p { color: rgb(173,140,4); }
H1.HeaderClassName
{
color: #AD8C04;
}
.AnyTagClassName
{
color: #AD8C04;
}
</style>
background-color css
<style>
a { background-color: #AD8C04; }
a { background-color: rgb(173,140,4); }
div.DivClassName
{
background-color: #AD8C04;
}
.BgClassName
{
background-color: #AD8C04;
}
</style>
border-color css
<style>
span { border-color: #AD8C04; }
span { border-color: rgb(173,140,4); }
td.TdClassName
{
border-color: #AD8C04;
}
.TagClassName
{
border-color: #AD8C04;
}
</style>