Shades of Dark Goldenrod #AD8109
Tints of Dark Goldenrod #AD8109
RGB
CMYK
RGB Variations
Color information
#AD8109 (or 0xAD8109) is known color: Dark Goldenrod. HEX triplet: AD, 81 and 09. RGB value is (173,129,9). Sum of RGB (Red+Green+Blue) = 173+129+9=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8109 is #527EF6. Grayscale: #818181. Windows color (decimal): -5406455 or 623021. OLE color: 623021.
HSL color Cylindrical-coordinate representation of color #AD8109: hue angle of 43.9º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD8109 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 9 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.32 |
| HSL | 43.9º | 0.9% | 0.36% | - |
| HSV(B) | 43.9º | 0.95% | 0.68% | - |
| XYZ | 25.13 | 24.6 | 3.68 | - |
| YUV | 128.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 9 | 0 | 0.25 | 0.95 | 0.32 | 43.9 | 0.9 | 0.36 |
| Hex | AD | 81 | 9 | 0 | 19 | 5F | 20 | 2C | 5A | 24 |
| Octal | 255 | 201 | 11 | 0 | 31 | 137 | 40 | 54 | 132 | 44 |
| Binary | 10101101 | 10000001 | 1001 | 0 | 11001 | 1011111 | 100000 | 101100 | 1011010 | 100100 |
Color Harmonies of #AD8109
Complementary color
Monochromatic Colors of #AD8109
Black with #AD8109
Text Example
Text Example
White with #AD8109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8109; }
p { color: rgb(173,129,9); }
H1.HeaderClassName
{
color: #AD8109;
}
.AnyTagClassName
{
color: #AD8109;
}
</style>
background-color css
<style>
a { background-color: #AD8109; }
a { background-color: rgb(173,129,9); }
div.DivClassName
{
background-color: #AD8109;
}
.BgClassName
{
background-color: #AD8109;
}
</style>
border-color css
<style>
span { border-color: #AD8109; }
span { border-color: rgb(173,129,9); }
td.TdClassName
{
border-color: #AD8109;
}
.TagClassName
{
border-color: #AD8109;
}
</style>