Shades of Dark Goldenrod #AD8410
Tints of Dark Goldenrod #AD8410
RGB
CMYK
RGB Variations
Color information
#AD8410 (or 0xAD8410) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 10. RGB value is (173,132,16). Sum of RGB (Red+Green+Blue) = 173+132+16=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8410 is #527BEF. Grayscale: #838383. Windows color (decimal): -5405680 or 1082541. OLE color: 1082541.
HSL color Cylindrical-coordinate representation of color #AD8410: hue angle of 44.33º 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 #AD8410 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.32 |
| HSL | 44.33º | 0.83% | 0.37% | - |
| HSV(B) | 44.33º | 0.91% | 0.68% | - |
| XYZ | 25.58 | 25.42 | 4.05 | - |
| YUV | 131.04 | 63.08 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 16 | 0 | 0.24 | 0.91 | 0.32 | 44.33 | 0.83 | 0.37 |
| Hex | AD | 84 | 10 | 0 | 18 | 5B | 20 | 2C | 53 | 25 |
| Octal | 255 | 204 | 20 | 0 | 30 | 133 | 40 | 54 | 123 | 45 |
| Binary | 10101101 | 10000100 | 10000 | 0 | 11000 | 1011011 | 100000 | 101100 | 1010011 | 100101 |
Color Harmonies of #AD8410
Complementary color
Monochromatic Colors of #AD8410
Black with #AD8410
Text Example
Text Example
White with #AD8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8410; }
p { color: rgb(173,132,16); }
H1.HeaderClassName
{
color: #AD8410;
}
.AnyTagClassName
{
color: #AD8410;
}
</style>
background-color css
<style>
a { background-color: #AD8410; }
a { background-color: rgb(173,132,16); }
div.DivClassName
{
background-color: #AD8410;
}
.BgClassName
{
background-color: #AD8410;
}
</style>
border-color css
<style>
span { border-color: #AD8410; }
span { border-color: rgb(173,132,16); }
td.TdClassName
{
border-color: #AD8410;
}
.TagClassName
{
border-color: #AD8410;
}
</style>