Shades of Dark Goldenrod #AD8811
Tints of Dark Goldenrod #AD8811
RGB
CMYK
RGB Variations
Color information
#AD8811 (or 0xAD8811) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 11. RGB value is (173,136,17). Sum of RGB (Red+Green+Blue) = 173+136+17=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8811 is #5277EE. Grayscale: #868686. Windows color (decimal): -5404655 or 1149101. OLE color: 1149101.
HSL color Cylindrical-coordinate representation of color #AD8811: hue angle of 45.77º 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 #AD8811 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 17 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.32 |
| HSL | 45.77º | 0.82% | 0.37% | - |
| HSV(B) | 45.77º | 0.9% | 0.68% | - |
| XYZ | 26.14 | 26.53 | 4.27 | - |
| YUV | 133.5 | 62.26 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 17 | 0 | 0.21 | 0.90 | 0.32 | 45.77 | 0.82 | 0.37 |
| Hex | AD | 88 | 11 | 0 | 15 | 5A | 20 | 2E | 52 | 25 |
| Octal | 255 | 210 | 21 | 0 | 25 | 132 | 40 | 56 | 122 | 45 |
| Binary | 10101101 | 10001000 | 10001 | 0 | 10101 | 1011010 | 100000 | 101110 | 1010010 | 100101 |
Color Harmonies of #AD8811
Complementary color
Monochromatic Colors of #AD8811
Black with #AD8811
Text Example
Text Example
White with #AD8811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8811; }
p { color: rgb(173,136,17); }
H1.HeaderClassName
{
color: #AD8811;
}
.AnyTagClassName
{
color: #AD8811;
}
</style>
background-color css
<style>
a { background-color: #AD8811; }
a { background-color: rgb(173,136,17); }
div.DivClassName
{
background-color: #AD8811;
}
.BgClassName
{
background-color: #AD8811;
}
</style>
border-color css
<style>
span { border-color: #AD8811; }
span { border-color: rgb(173,136,17); }
td.TdClassName
{
border-color: #AD8811;
}
.TagClassName
{
border-color: #AD8811;
}
</style>