Shades of Dark Goldenrod #AD8C0F
Tints of Dark Goldenrod #AD8C0F
RGB
CMYK
RGB Variations
Color information
#AD8C0F (or 0xAD8C0F) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 0F. RGB value is (173,140,15). Sum of RGB (Red+Green+Blue) = 173+140+15=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C0F is #5273F0. Grayscale: #888888. Windows color (decimal): -5403633 or 1019053. OLE color: 1019053.
HSL color Cylindrical-coordinate representation of color #AD8C0F: hue angle of 47.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD8C0F is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 15 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.32 |
| HSL | 47.47º | 0.84% | 0.37% | - |
| HSV(B) | 47.47º | 0.91% | 0.68% | - |
| XYZ | 26.7 | 27.67 | 4.39 | - |
| YUV | 135.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 15 | 0 | 0.19 | 0.91 | 0.32 | 47.47 | 0.84 | 0.37 |
| Hex | AD | 8C | F | 0 | 13 | 5B | 20 | 2F | 54 | 25 |
| Octal | 255 | 214 | 17 | 0 | 23 | 133 | 40 | 57 | 124 | 45 |
| Binary | 10101101 | 10001100 | 1111 | 0 | 10011 | 1011011 | 100000 | 101111 | 1010100 | 100101 |
Color Harmonies of #AD8C0F
Complementary color
Monochromatic Colors of #AD8C0F
Black with #AD8C0F
Text Example
Text Example
White with #AD8C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C0F; }
p { color: rgb(173,140,15); }
H1.HeaderClassName
{
color: #AD8C0F;
}
.AnyTagClassName
{
color: #AD8C0F;
}
</style>
background-color css
<style>
a { background-color: #AD8C0F; }
a { background-color: rgb(173,140,15); }
div.DivClassName
{
background-color: #AD8C0F;
}
.BgClassName
{
background-color: #AD8C0F;
}
</style>
border-color css
<style>
span { border-color: #AD8C0F; }
span { border-color: rgb(173,140,15); }
td.TdClassName
{
border-color: #AD8C0F;
}
.TagClassName
{
border-color: #AD8C0F;
}
</style>