Shades of Dark Goldenrod #AD870F
Tints of Dark Goldenrod #AD870F
RGB
CMYK
RGB Variations
Color information
#AD870F (or 0xAD870F) is known color: Dark Goldenrod. HEX triplet: AD, 87 and 0F. RGB value is (173,135,15). Sum of RGB (Red+Green+Blue) = 173+135+15=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD870F is #5278F0. Grayscale: #858585. Windows color (decimal): -5404913 or 1017773. OLE color: 1017773.
HSL color Cylindrical-coordinate representation of color #AD870F: hue angle of 45.57º 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 #AD870F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 15 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.32 |
| HSL | 45.57º | 0.84% | 0.37% | - |
| HSV(B) | 45.57º | 0.91% | 0.68% | - |
| XYZ | 25.98 | 26.25 | 4.15 | - |
| YUV | 132.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 15 | 0 | 0.22 | 0.91 | 0.32 | 45.57 | 0.84 | 0.37 |
| Hex | AD | 87 | F | 0 | 16 | 5B | 20 | 2E | 54 | 25 |
| Octal | 255 | 207 | 17 | 0 | 26 | 133 | 40 | 56 | 124 | 45 |
| Binary | 10101101 | 10000111 | 1111 | 0 | 10110 | 1011011 | 100000 | 101110 | 1010100 | 100101 |
Color Harmonies of #AD870F
Complementary color
Monochromatic Colors of #AD870F
Black with #AD870F
Text Example
Text Example
White with #AD870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD870F; }
p { color: rgb(173,135,15); }
H1.HeaderClassName
{
color: #AD870F;
}
.AnyTagClassName
{
color: #AD870F;
}
</style>
background-color css
<style>
a { background-color: #AD870F; }
a { background-color: rgb(173,135,15); }
div.DivClassName
{
background-color: #AD870F;
}
.BgClassName
{
background-color: #AD870F;
}
</style>
border-color css
<style>
span { border-color: #AD870F; }
span { border-color: rgb(173,135,15); }
td.TdClassName
{
border-color: #AD870F;
}
.TagClassName
{
border-color: #AD870F;
}
</style>