Shades of Dark Goldenrod #AD8012
Tints of Dark Goldenrod #AD8012
RGB
CMYK
RGB Variations
Color information
#AD8012 (or 0xAD8012) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 12. RGB value is (173,128,18). Sum of RGB (Red+Green+Blue) = 173+128+18=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8012 is #527FED. Grayscale: #818181. Windows color (decimal): -5406702 or 1212589. OLE color: 1212589.
HSL color Cylindrical-coordinate representation of color #AD8012: hue angle of 42.58º 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 #AD8012 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 18 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.32 |
| HSL | 42.58º | 0.81% | 0.37% | - |
| HSV(B) | 42.58º | 0.9% | 0.68% | - |
| XYZ | 25.06 | 24.37 | 3.95 | - |
| YUV | 128.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 18 | 0 | 0.26 | 0.90 | 0.32 | 42.58 | 0.81 | 0.37 |
| Hex | AD | 80 | 12 | 0 | 1A | 5A | 20 | 2B | 51 | 25 |
| Octal | 255 | 200 | 22 | 0 | 32 | 132 | 40 | 53 | 121 | 45 |
| Binary | 10101101 | 10000000 | 10010 | 0 | 11010 | 1011010 | 100000 | 101011 | 1010001 | 100101 |
Color Harmonies of #AD8012
Complementary color
Monochromatic Colors of #AD8012
Black with #AD8012
Text Example
Text Example
White with #AD8012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8012; }
p { color: rgb(173,128,18); }
H1.HeaderClassName
{
color: #AD8012;
}
.AnyTagClassName
{
color: #AD8012;
}
</style>
background-color css
<style>
a { background-color: #AD8012; }
a { background-color: rgb(173,128,18); }
div.DivClassName
{
background-color: #AD8012;
}
.BgClassName
{
background-color: #AD8012;
}
</style>
border-color css
<style>
span { border-color: #AD8012; }
span { border-color: rgb(173,128,18); }
td.TdClassName
{
border-color: #AD8012;
}
.TagClassName
{
border-color: #AD8012;
}
</style>