Shades of Dark Goldenrod #AD8512
Tints of Dark Goldenrod #AD8512
RGB
CMYK
RGB Variations
Color information
#AD8512 (or 0xAD8512) is known color: Dark Goldenrod. HEX triplet: AD, 85 and 12. RGB value is (173,133,18). Sum of RGB (Red+Green+Blue) = 173+133+18=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8512 is #527AED. Grayscale: #848484. Windows color (decimal): -5405422 or 1213869. OLE color: 1213869.
HSL color Cylindrical-coordinate representation of color #AD8512: hue angle of 44.52º 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 #AD8512 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.32 |
| HSL | 44.52º | 0.81% | 0.37% | - |
| HSV(B) | 44.52º | 0.9% | 0.68% | - |
| XYZ | 25.73 | 25.7 | 4.18 | - |
| YUV | 131.85 | 63.75 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 18 | 0 | 0.23 | 0.90 | 0.32 | 44.52 | 0.81 | 0.37 |
| Hex | AD | 85 | 12 | 0 | 17 | 5A | 20 | 2D | 51 | 25 |
| Octal | 255 | 205 | 22 | 0 | 27 | 132 | 40 | 55 | 121 | 45 |
| Binary | 10101101 | 10000101 | 10010 | 0 | 10111 | 1011010 | 100000 | 101101 | 1010001 | 100101 |
Color Harmonies of #AD8512
Complementary color
Monochromatic Colors of #AD8512
Black with #AD8512
Text Example
Text Example
White with #AD8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8512; }
p { color: rgb(173,133,18); }
H1.HeaderClassName
{
color: #AD8512;
}
.AnyTagClassName
{
color: #AD8512;
}
</style>
background-color css
<style>
a { background-color: #AD8512; }
a { background-color: rgb(173,133,18); }
div.DivClassName
{
background-color: #AD8512;
}
.BgClassName
{
background-color: #AD8512;
}
</style>
border-color css
<style>
span { border-color: #AD8512; }
span { border-color: rgb(173,133,18); }
td.TdClassName
{
border-color: #AD8512;
}
.TagClassName
{
border-color: #AD8512;
}
</style>