Shades of Dark Goldenrod #AD8814
Tints of Dark Goldenrod #AD8814
RGB
CMYK
RGB Variations
Color information
#AD8814 (or 0xAD8814) is known color: Dark Goldenrod. HEX triplet: AD, 88 and 14. RGB value is (173,136,20). Sum of RGB (Red+Green+Blue) = 173+136+20=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8814 is #5277EB. Grayscale: #868686. Windows color (decimal): -5404652 or 1345709. OLE color: 1345709.
HSL color Cylindrical-coordinate representation of color #AD8814: hue angle of 45.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD8814 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 20 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.32 |
| HSL | 45.49º | 0.79% | 0.38% | - |
| HSV(B) | 45.49º | 0.88% | 0.68% | - |
| XYZ | 26.16 | 26.54 | 4.41 | - |
| YUV | 133.84 | 63.76 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 20 | 0 | 0.21 | 0.88 | 0.32 | 45.49 | 0.79 | 0.38 |
| Hex | AD | 88 | 14 | 0 | 15 | 58 | 20 | 2D | 4F | 26 |
| Octal | 255 | 210 | 24 | 0 | 25 | 130 | 40 | 55 | 117 | 46 |
| Binary | 10101101 | 10001000 | 10100 | 0 | 10101 | 1011000 | 100000 | 101101 | 1001111 | 100110 |
Color Harmonies of #AD8814
Complementary color
Monochromatic Colors of #AD8814
Black with #AD8814
Text Example
Text Example
White with #AD8814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8814; }
p { color: rgb(173,136,20); }
H1.HeaderClassName
{
color: #AD8814;
}
.AnyTagClassName
{
color: #AD8814;
}
</style>
background-color css
<style>
a { background-color: #AD8814; }
a { background-color: rgb(173,136,20); }
div.DivClassName
{
background-color: #AD8814;
}
.BgClassName
{
background-color: #AD8814;
}
</style>
border-color css
<style>
span { border-color: #AD8814; }
span { border-color: rgb(173,136,20); }
td.TdClassName
{
border-color: #AD8814;
}
.TagClassName
{
border-color: #AD8814;
}
</style>