Shades of Dark Goldenrod #AD8C10
Tints of Dark Goldenrod #AD8C10
RGB
CMYK
RGB Variations
Color information
#AD8C10 (or 0xAD8C10) is known color: Dark Goldenrod. HEX triplet: AD, 8C and 10. RGB value is (173,140,16). Sum of RGB (Red+Green+Blue) = 173+140+16=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C10 is #5273EF. Grayscale: #888888. Windows color (decimal): -5403632 or 1084589. OLE color: 1084589.
HSL color Cylindrical-coordinate representation of color #AD8C10: hue angle of 47.39º 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 #AD8C10 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 16 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.32 |
| HSL | 47.39º | 0.83% | 0.37% | - |
| HSV(B) | 47.39º | 0.91% | 0.68% | - |
| XYZ | 26.71 | 27.68 | 4.43 | - |
| YUV | 135.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 16 | 0 | 0.19 | 0.91 | 0.32 | 47.39 | 0.83 | 0.37 |
| Hex | AD | 8C | 10 | 0 | 13 | 5B | 20 | 2F | 53 | 25 |
| Octal | 255 | 214 | 20 | 0 | 23 | 133 | 40 | 57 | 123 | 45 |
| Binary | 10101101 | 10001100 | 10000 | 0 | 10011 | 1011011 | 100000 | 101111 | 1010011 | 100101 |
Color Harmonies of #AD8C10
Complementary color
Monochromatic Colors of #AD8C10
Black with #AD8C10
Text Example
Text Example
White with #AD8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C10; }
p { color: rgb(173,140,16); }
H1.HeaderClassName
{
color: #AD8C10;
}
.AnyTagClassName
{
color: #AD8C10;
}
</style>
background-color css
<style>
a { background-color: #AD8C10; }
a { background-color: rgb(173,140,16); }
div.DivClassName
{
background-color: #AD8C10;
}
.BgClassName
{
background-color: #AD8C10;
}
</style>
border-color css
<style>
span { border-color: #AD8C10; }
span { border-color: rgb(173,140,16); }
td.TdClassName
{
border-color: #AD8C10;
}
.TagClassName
{
border-color: #AD8C10;
}
</style>