Shades of Dark Goldenrod #AD840F
Tints of Dark Goldenrod #AD840F
RGB
CMYK
RGB Variations
Color information
#AD840F (or 0xAD840F) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 0F. RGB value is (173,132,15). Sum of RGB (Red+Green+Blue) = 173+132+15=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD840F is #527BF0. Grayscale: #838383. Windows color (decimal): -5405681 or 1017005. OLE color: 1017005.
HSL color Cylindrical-coordinate representation of color #AD840F: hue angle of 44.43º 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 #AD840F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 15 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.32 |
| HSL | 44.43º | 0.84% | 0.37% | - |
| HSV(B) | 44.43º | 0.91% | 0.68% | - |
| XYZ | 25.57 | 25.42 | 4.01 | - |
| YUV | 130.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 15 | 0 | 0.24 | 0.91 | 0.32 | 44.43 | 0.84 | 0.37 |
| Hex | AD | 84 | F | 0 | 18 | 5B | 20 | 2C | 54 | 25 |
| Octal | 255 | 204 | 17 | 0 | 30 | 133 | 40 | 54 | 124 | 45 |
| Binary | 10101101 | 10000100 | 1111 | 0 | 11000 | 1011011 | 100000 | 101100 | 1010100 | 100101 |
Color Harmonies of #AD840F
Complementary color
Monochromatic Colors of #AD840F
Black with #AD840F
Text Example
Text Example
White with #AD840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD840F; }
p { color: rgb(173,132,15); }
H1.HeaderClassName
{
color: #AD840F;
}
.AnyTagClassName
{
color: #AD840F;
}
</style>
background-color css
<style>
a { background-color: #AD840F; }
a { background-color: rgb(173,132,15); }
div.DivClassName
{
background-color: #AD840F;
}
.BgClassName
{
background-color: #AD840F;
}
</style>
border-color css
<style>
span { border-color: #AD840F; }
span { border-color: rgb(173,132,15); }
td.TdClassName
{
border-color: #AD840F;
}
.TagClassName
{
border-color: #AD840F;
}
</style>