Shades of Dark Goldenrod #AD850F
Tints of Dark Goldenrod #AD850F
RGB
CMYK
RGB Variations
Color information
#AD850F (or 0xAD850F) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 0F. RGB value is (173,133,15). Sum of RGB (Red+Green+Blue) = 173+133+15=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD850F is #527AF0. Grayscale: #848484. Windows color (decimal): -5405425 or 1017261. OLE color: 1017261.
HSL color Cylindrical-coordinate representation of color #AD850F: hue angle of 44.81º degrees, saturation: 0.84, 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 #AD850F is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 15 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.32 |
| HSL | 44.81º | 0.84% | 0.37% | - |
| HSV(B) | 44.81º | 0.91% | 0.68% | - |
| XYZ | 25.71 | 25.69 | 4.06 | - |
| YUV | 131.51 | 62.25 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 15 | 0 | 0.23 | 0.91 | 0.32 | 44.81 | 0.84 | 0.37 |
| Hex | AD | 85 | F | 0 | 17 | 5B | 20 | 2D | 54 | 25 |
| Octal | 255 | 205 | 17 | 0 | 27 | 133 | 40 | 55 | 124 | 45 |
| Binary | 10101101 | 10000101 | 1111 | 0 | 10111 | 1011011 | 100000 | 101101 | 1010100 | 100101 |
Color Harmonies of #AD850F
Complementary color
Monochromatic Colors of #AD850F
Black with #AD850F
Text Example
Text Example
White with #AD850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD850F; }
p { color: rgb(173,133,15); }
H1.HeaderClassName
{
color: #AD850F;
}
.AnyTagClassName
{
color: #AD850F;
}
</style>
background-color css
<style>
a { background-color: #AD850F; }
a { background-color: rgb(173,133,15); }
div.DivClassName
{
background-color: #AD850F;
}
.BgClassName
{
background-color: #AD850F;
}
</style>
border-color css
<style>
span { border-color: #AD850F; }
span { border-color: rgb(173,133,15); }
td.TdClassName
{
border-color: #AD850F;
}
.TagClassName
{
border-color: #AD850F;
}
</style>