Shades of Dark Goldenrod #AD8013
Tints of Dark Goldenrod #AD8013
RGB
CMYK
RGB Variations
Color information
#AD8013 (or 0xAD8013) is known color: Dark Goldenrod. HEX triplet: AD, 80 and 13. RGB value is (173,128,19). Sum of RGB (Red+Green+Blue) = 173+128+19=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8013 is #527FEC. Grayscale: #818181. Windows color (decimal): -5406701 or 1278125. OLE color: 1278125.
HSL color Cylindrical-coordinate representation of color #AD8013: hue angle of 42.47º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD8013 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 19 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.32 |
| HSL | 42.47º | 0.8% | 0.38% | - |
| HSV(B) | 42.47º | 0.89% | 0.68% | - |
| XYZ | 25.07 | 24.37 | 4 | - |
| YUV | 129.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 19 | 0 | 0.26 | 0.89 | 0.32 | 42.47 | 0.8 | 0.38 |
| Hex | AD | 80 | 13 | 0 | 1A | 59 | 20 | 2A | 50 | 26 |
| Octal | 255 | 200 | 23 | 0 | 32 | 131 | 40 | 52 | 120 | 46 |
| Binary | 10101101 | 10000000 | 10011 | 0 | 11010 | 1011001 | 100000 | 101010 | 1010000 | 100110 |
Color Harmonies of #AD8013
Complementary color
Monochromatic Colors of #AD8013
Black with #AD8013
Text Example
Text Example
White with #AD8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8013; }
p { color: rgb(173,128,19); }
H1.HeaderClassName
{
color: #AD8013;
}
.AnyTagClassName
{
color: #AD8013;
}
</style>
background-color css
<style>
a { background-color: #AD8013; }
a { background-color: rgb(173,128,19); }
div.DivClassName
{
background-color: #AD8013;
}
.BgClassName
{
background-color: #AD8013;
}
</style>
border-color css
<style>
span { border-color: #AD8013; }
span { border-color: rgb(173,128,19); }
td.TdClassName
{
border-color: #AD8013;
}
.TagClassName
{
border-color: #AD8013;
}
</style>