Shades of Dark Goldenrod #AD9309
Tints of Dark Goldenrod #AD9309
RGB
CMYK
RGB Variations
Color information
#AD9309 (or 0xAD9309) is known color: Dark Goldenrod. HEX triplet: AD, 93 and 09. RGB value is (173,147,9). Sum of RGB (Red+Green+Blue) = 173+147+9=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9309 is #526CF6. Grayscale: #8B8B8B. Windows color (decimal): -5401847 or 627629. OLE color: 627629.
HSL color Cylindrical-coordinate representation of color #AD9309: hue angle of 50.49º 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 #AD9309 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 9 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.32 |
| HSL | 50.49º | 0.9% | 0.36% | - |
| HSV(B) | 50.49º | 0.95% | 0.68% | - |
| XYZ | 27.72 | 29.77 | 4.54 | - |
| YUV | 139.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 9 | 0 | 0.15 | 0.95 | 0.32 | 50.49 | 0.9 | 0.36 |
| Hex | AD | 93 | 9 | 0 | F | 5F | 20 | 32 | 5A | 24 |
| Octal | 255 | 223 | 11 | 0 | 17 | 137 | 40 | 62 | 132 | 44 |
| Binary | 10101101 | 10010011 | 1001 | 0 | 1111 | 1011111 | 100000 | 110010 | 1011010 | 100100 |
Color Harmonies of #AD9309
Complementary color
Monochromatic Colors of #AD9309
Black with #AD9309
Text Example
Text Example
White with #AD9309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9309; }
p { color: rgb(173,147,9); }
H1.HeaderClassName
{
color: #AD9309;
}
.AnyTagClassName
{
color: #AD9309;
}
</style>
background-color css
<style>
a { background-color: #AD9309; }
a { background-color: rgb(173,147,9); }
div.DivClassName
{
background-color: #AD9309;
}
.BgClassName
{
background-color: #AD9309;
}
</style>
border-color css
<style>
span { border-color: #AD9309; }
span { border-color: rgb(173,147,9); }
td.TdClassName
{
border-color: #AD9309;
}
.TagClassName
{
border-color: #AD9309;
}
</style>