Shades of Dark Goldenrod #AD8919
Tints of Dark Goldenrod #AD8919
RGB
CMYK
RGB Variations
Color information
#AD8919 (or 0xAD8919) is known color: Dark Goldenrod. HEX triplet: AD, 89 and 19. RGB value is (173,137,25). Sum of RGB (Red+Green+Blue) = 173+137+25=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8919 is #5276E6. Grayscale: #878787. Windows color (decimal): -5404391 or 1673645. OLE color: 1673645.
HSL color Cylindrical-coordinate representation of color #AD8919: hue angle of 45.41º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD8919 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 25 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.32 |
| HSL | 45.41º | 0.75% | 0.39% | - |
| HSV(B) | 45.41º | 0.86% | 0.68% | - |
| XYZ | 26.35 | 26.85 | 4.71 | - |
| YUV | 135 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 25 | 0 | 0.21 | 0.86 | 0.32 | 45.41 | 0.75 | 0.39 |
| Hex | AD | 89 | 19 | 0 | 15 | 56 | 20 | 2D | 4B | 27 |
| Octal | 255 | 211 | 31 | 0 | 25 | 126 | 40 | 55 | 113 | 47 |
| Binary | 10101101 | 10001001 | 11001 | 0 | 10101 | 1010110 | 100000 | 101101 | 1001011 | 100111 |
Color Harmonies of #AD8919
Complementary color
Monochromatic Colors of #AD8919
Black with #AD8919
Text Example
Text Example
White with #AD8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8919; }
p { color: rgb(173,137,25); }
H1.HeaderClassName
{
color: #AD8919;
}
.AnyTagClassName
{
color: #AD8919;
}
</style>
background-color css
<style>
a { background-color: #AD8919; }
a { background-color: rgb(173,137,25); }
div.DivClassName
{
background-color: #AD8919;
}
.BgClassName
{
background-color: #AD8919;
}
</style>
border-color css
<style>
span { border-color: #AD8919; }
span { border-color: rgb(173,137,25); }
td.TdClassName
{
border-color: #AD8919;
}
.TagClassName
{
border-color: #AD8919;
}
</style>