Shades of Dark Goldenrod #AD8110
Tints of Dark Goldenrod #AD8110
RGB
CMYK
RGB Variations
Color information
#AD8110 (or 0xAD8110) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 10. RGB value is (173,129,16). Sum of RGB (Red+Green+Blue) = 173+129+16=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8110 is #527EEF. Grayscale: #818181. Windows color (decimal): -5406448 or 1081773. OLE color: 1081773.
HSL color Cylindrical-coordinate representation of color #AD8110: hue angle of 43.18º degrees, saturation: 0.83, 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 #AD8110 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 16 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.32 |
| HSL | 43.18º | 0.83% | 0.37% | - |
| HSV(B) | 43.18º | 0.91% | 0.68% | - |
| XYZ | 25.18 | 24.62 | 3.92 | - |
| YUV | 129.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 16 | 0 | 0.25 | 0.91 | 0.32 | 43.18 | 0.83 | 0.37 |
| Hex | AD | 81 | 10 | 0 | 19 | 5B | 20 | 2B | 53 | 25 |
| Octal | 255 | 201 | 20 | 0 | 31 | 133 | 40 | 53 | 123 | 45 |
| Binary | 10101101 | 10000001 | 10000 | 0 | 11001 | 1011011 | 100000 | 101011 | 1010011 | 100101 |
Color Harmonies of #AD8110
Complementary color
Monochromatic Colors of #AD8110
Black with #AD8110
Text Example
Text Example
White with #AD8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8110; }
p { color: rgb(173,129,16); }
H1.HeaderClassName
{
color: #AD8110;
}
.AnyTagClassName
{
color: #AD8110;
}
</style>
background-color css
<style>
a { background-color: #AD8110; }
a { background-color: rgb(173,129,16); }
div.DivClassName
{
background-color: #AD8110;
}
.BgClassName
{
background-color: #AD8110;
}
</style>
border-color css
<style>
span { border-color: #AD8110; }
span { border-color: rgb(173,129,16); }
td.TdClassName
{
border-color: #AD8110;
}
.TagClassName
{
border-color: #AD8110;
}
</style>