Shades of Dark Goldenrod #AD7F10
Tints of Dark Goldenrod #AD7F10
RGB
CMYK
RGB Variations
Color information
#AD7F10 (or 0xAD7F10) is known color: Dark Goldenrod. HEX triplet: AD, 7F and 10. RGB value is (173,127,16). Sum of RGB (Red+Green+Blue) = 173+127+16=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7F10 is #5280EF. Grayscale: #808080. Windows color (decimal): -5406960 or 1081261. OLE color: 1081261.
HSL color Cylindrical-coordinate representation of color #AD7F10: hue angle of 42.42º 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 #AD7F10 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 16 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.32 |
| HSL | 42.42º | 0.83% | 0.37% | - |
| HSV(B) | 42.42º | 0.91% | 0.68% | - |
| XYZ | 24.92 | 24.1 | 3.83 | - |
| YUV | 128.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 16 | 0 | 0.27 | 0.91 | 0.32 | 42.42 | 0.83 | 0.37 |
| Hex | AD | 7F | 10 | 0 | 1B | 5B | 20 | 2A | 53 | 25 |
| Octal | 255 | 177 | 20 | 0 | 33 | 133 | 40 | 52 | 123 | 45 |
| Binary | 10101101 | 1111111 | 10000 | 0 | 11011 | 1011011 | 100000 | 101010 | 1010011 | 100101 |
Color Harmonies of #AD7F10
Complementary color
Monochromatic Colors of #AD7F10
Black with #AD7F10
Text Example
Text Example
White with #AD7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F10; }
p { color: rgb(173,127,16); }
H1.HeaderClassName
{
color: #AD7F10;
}
.AnyTagClassName
{
color: #AD7F10;
}
</style>
background-color css
<style>
a { background-color: #AD7F10; }
a { background-color: rgb(173,127,16); }
div.DivClassName
{
background-color: #AD7F10;
}
.BgClassName
{
background-color: #AD7F10;
}
</style>
border-color css
<style>
span { border-color: #AD7F10; }
span { border-color: rgb(173,127,16); }
td.TdClassName
{
border-color: #AD7F10;
}
.TagClassName
{
border-color: #AD7F10;
}
</style>