Shades of Dark Goldenrod #AD8C11
Tints of Dark Goldenrod #AD8C11
RGB
CMYK
RGB Variations
Color information
#AD8C11 (or 0xAD8C11) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 11. RGB value is (173,140,17). Sum of RGB (Red+Green+Blue) = 173+140+17=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C11 is #5273EE. Grayscale: #888888. Windows color (decimal): -5403631 or 1150125. OLE color: 1150125.
HSL color Cylindrical-coordinate representation of color #AD8C11: hue angle of 47.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD8C11 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 17 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.32 |
| HSL | 47.31º | 0.82% | 0.37% | - |
| HSV(B) | 47.31º | 0.9% | 0.68% | - |
| XYZ | 26.71 | 27.68 | 4.47 | - |
| YUV | 135.85 | 60.93 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 17 | 0 | 0.19 | 0.90 | 0.32 | 47.31 | 0.82 | 0.37 |
| Hex | AD | 8C | 11 | 0 | 13 | 5A | 20 | 2F | 52 | 25 |
| Octal | 255 | 214 | 21 | 0 | 23 | 132 | 40 | 57 | 122 | 45 |
| Binary | 10101101 | 10001100 | 10001 | 0 | 10011 | 1011010 | 100000 | 101111 | 1010010 | 100101 |
Color Harmonies of #AD8C11
Complementary color
Monochromatic Colors of #AD8C11
Black with #AD8C11
Text Example
Text Example
White with #AD8C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C11; }
p { color: rgb(173,140,17); }
H1.HeaderClassName
{
color: #AD8C11;
}
.AnyTagClassName
{
color: #AD8C11;
}
</style>
background-color css
<style>
a { background-color: #AD8C11; }
a { background-color: rgb(173,140,17); }
div.DivClassName
{
background-color: #AD8C11;
}
.BgClassName
{
background-color: #AD8C11;
}
</style>
border-color css
<style>
span { border-color: #AD8C11; }
span { border-color: rgb(173,140,17); }
td.TdClassName
{
border-color: #AD8C11;
}
.TagClassName
{
border-color: #AD8C11;
}
</style>