Shades of Dark Goldenrod #AD8112
Tints of Dark Goldenrod #AD8112
RGB
CMYK
RGB Variations
Color information
#AD8112 (or 0xAD8112) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 12. RGB value is (173,129,18). Sum of RGB (Red+Green+Blue) = 173+129+18=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8112 is #527EED. Grayscale: #818181. Windows color (decimal): -5406446 or 1212845. OLE color: 1212845.
HSL color Cylindrical-coordinate representation of color #AD8112: hue angle of 42.97º degrees, saturation: 0.81, 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 #AD8112 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 18 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.32 |
| HSL | 42.97º | 0.81% | 0.37% | - |
| HSV(B) | 42.97º | 0.9% | 0.68% | - |
| XYZ | 25.19 | 24.63 | 4 | - |
| YUV | 129.5 | 65.08 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 18 | 0 | 0.25 | 0.90 | 0.32 | 42.97 | 0.81 | 0.37 |
| Hex | AD | 81 | 12 | 0 | 19 | 5A | 20 | 2B | 51 | 25 |
| Octal | 255 | 201 | 22 | 0 | 31 | 132 | 40 | 53 | 121 | 45 |
| Binary | 10101101 | 10000001 | 10010 | 0 | 11001 | 1011010 | 100000 | 101011 | 1010001 | 100101 |
Color Harmonies of #AD8112
Complementary color
Monochromatic Colors of #AD8112
Black with #AD8112
Text Example
Text Example
White with #AD8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8112; }
p { color: rgb(173,129,18); }
H1.HeaderClassName
{
color: #AD8112;
}
.AnyTagClassName
{
color: #AD8112;
}
</style>
background-color css
<style>
a { background-color: #AD8112; }
a { background-color: rgb(173,129,18); }
div.DivClassName
{
background-color: #AD8112;
}
.BgClassName
{
background-color: #AD8112;
}
</style>
border-color css
<style>
span { border-color: #AD8112; }
span { border-color: rgb(173,129,18); }
td.TdClassName
{
border-color: #AD8112;
}
.TagClassName
{
border-color: #AD8112;
}
</style>