Shades of Dark Goldenrod #AD7811
Tints of Dark Goldenrod #AD7811
RGB
CMYK
RGB Variations
Color information
#AD7811 (or 0xAD7811) is known color: Dark Goldenrod. HEX triplet: AD, 78 and 11. RGB value is (173,120,17). Sum of RGB (Red+Green+Blue) = 173+120+17=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7811 is #5287EE. Grayscale: #7C7C7C. Windows color (decimal): -5408751 or 1145005. OLE color: 1145005.
HSL color Cylindrical-coordinate representation of color #AD7811: hue angle of 39.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7811 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 17 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.32 |
| HSL | 39.62º | 0.82% | 0.37% | - |
| HSV(B) | 39.62º | 0.9% | 0.68% | - |
| XYZ | 24.05 | 22.36 | 3.58 | - |
| YUV | 124.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 17 | 0 | 0.31 | 0.90 | 0.32 | 39.62 | 0.82 | 0.37 |
| Hex | AD | 78 | 11 | 0 | 1F | 5A | 20 | 28 | 52 | 25 |
| Octal | 255 | 170 | 21 | 0 | 37 | 132 | 40 | 50 | 122 | 45 |
| Binary | 10101101 | 1111000 | 10001 | 0 | 11111 | 1011010 | 100000 | 101000 | 1010010 | 100101 |
Color Harmonies of #AD7811
Complementary color
Monochromatic Colors of #AD7811
Black with #AD7811
Text Example
Text Example
White with #AD7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7811; }
p { color: rgb(173,120,17); }
H1.HeaderClassName
{
color: #AD7811;
}
.AnyTagClassName
{
color: #AD7811;
}
</style>
background-color css
<style>
a { background-color: #AD7811; }
a { background-color: rgb(173,120,17); }
div.DivClassName
{
background-color: #AD7811;
}
.BgClassName
{
background-color: #AD7811;
}
</style>
border-color css
<style>
span { border-color: #AD7811; }
span { border-color: rgb(173,120,17); }
td.TdClassName
{
border-color: #AD7811;
}
.TagClassName
{
border-color: #AD7811;
}
</style>