Shades of Dark Goldenrod #AD8F10
Tints of Dark Goldenrod #AD8F10
RGB
CMYK
RGB Variations
Color information
#AD8F10 (or 0xAD8F10) is known color: Dark Goldenrod. HEX triplet: AD, 8F and 10. RGB value is (173,143,16). Sum of RGB (Red+Green+Blue) = 173+143+16=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F10 is #5270EF. Grayscale: #8A8A8A. Windows color (decimal): -5402864 or 1085357. OLE color: 1085357.
HSL color Cylindrical-coordinate representation of color #AD8F10: hue angle of 48.54º 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 #AD8F10 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 16 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.32 |
| HSL | 48.54º | 0.83% | 0.37% | - |
| HSV(B) | 48.54º | 0.91% | 0.68% | - |
| XYZ | 27.15 | 28.57 | 4.57 | - |
| YUV | 137.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 16 | 0 | 0.17 | 0.91 | 0.32 | 48.54 | 0.83 | 0.37 |
| Hex | AD | 8F | 10 | 0 | 11 | 5B | 20 | 31 | 53 | 25 |
| Octal | 255 | 217 | 20 | 0 | 21 | 133 | 40 | 61 | 123 | 45 |
| Binary | 10101101 | 10001111 | 10000 | 0 | 10001 | 1011011 | 100000 | 110001 | 1010011 | 100101 |
Color Harmonies of #AD8F10
Complementary color
Monochromatic Colors of #AD8F10
Black with #AD8F10
Text Example
Text Example
White with #AD8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F10; }
p { color: rgb(173,143,16); }
H1.HeaderClassName
{
color: #AD8F10;
}
.AnyTagClassName
{
color: #AD8F10;
}
</style>
background-color css
<style>
a { background-color: #AD8F10; }
a { background-color: rgb(173,143,16); }
div.DivClassName
{
background-color: #AD8F10;
}
.BgClassName
{
background-color: #AD8F10;
}
</style>
border-color css
<style>
span { border-color: #AD8F10; }
span { border-color: rgb(173,143,16); }
td.TdClassName
{
border-color: #AD8F10;
}
.TagClassName
{
border-color: #AD8F10;
}
</style>