Shades of Dark Goldenrod #AD8209
Tints of Dark Goldenrod #AD8209
RGB
CMYK
RGB Variations
Color information
#AD8209 (or 0xAD8209) is known color: Dark Goldenrod. HEX triplet: AD, 82 and 09. RGB value is (173,130,9). Sum of RGB (Red+Green+Blue) = 173+130+9=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8209 is #527DF6. Grayscale: #818181. Windows color (decimal): -5406199 or 623277. OLE color: 623277.
HSL color Cylindrical-coordinate representation of color #AD8209: hue angle of 44.27º 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 #AD8209 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 9 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.32 |
| HSL | 44.27º | 0.9% | 0.36% | - |
| HSV(B) | 44.27º | 0.95% | 0.68% | - |
| XYZ | 25.27 | 24.87 | 3.73 | - |
| YUV | 129.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 9 | 0 | 0.25 | 0.95 | 0.32 | 44.27 | 0.9 | 0.36 |
| Hex | AD | 82 | 9 | 0 | 19 | 5F | 20 | 2C | 5A | 24 |
| Octal | 255 | 202 | 11 | 0 | 31 | 137 | 40 | 54 | 132 | 44 |
| Binary | 10101101 | 10000010 | 1001 | 0 | 11001 | 1011111 | 100000 | 101100 | 1011010 | 100100 |
Color Harmonies of #AD8209
Complementary color
Monochromatic Colors of #AD8209
Black with #AD8209
Text Example
Text Example
White with #AD8209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8209; }
p { color: rgb(173,130,9); }
H1.HeaderClassName
{
color: #AD8209;
}
.AnyTagClassName
{
color: #AD8209;
}
</style>
background-color css
<style>
a { background-color: #AD8209; }
a { background-color: rgb(173,130,9); }
div.DivClassName
{
background-color: #AD8209;
}
.BgClassName
{
background-color: #AD8209;
}
</style>
border-color css
<style>
span { border-color: #AD8209; }
span { border-color: rgb(173,130,9); }
td.TdClassName
{
border-color: #AD8209;
}
.TagClassName
{
border-color: #AD8209;
}
</style>