Shades of Dark Goldenrod #AD8409
Tints of Dark Goldenrod #AD8409
RGB
CMYK
RGB Variations
Color information
#AD8409 (or 0xAD8409) is known color: Dark Goldenrod. HEX triplet: AD, 84 and 09. RGB value is (173,132,9). Sum of RGB (Red+Green+Blue) = 173+132+9=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8409 is #527BF6. Grayscale: #828282. Windows color (decimal): -5405687 or 623789. OLE color: 623789.
HSL color Cylindrical-coordinate representation of color #AD8409: hue angle of 45º 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 #AD8409 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.32 |
| HSL | 45º | 0.9% | 0.36% | - |
| HSV(B) | 45º | 0.95% | 0.68% | - |
| XYZ | 25.53 | 25.41 | 3.82 | - |
| YUV | 130.24 | 59.58 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 9 | 0 | 0.24 | 0.95 | 0.32 | 45 | 0.9 | 0.36 |
| Hex | AD | 84 | 9 | 0 | 18 | 5F | 20 | 2D | 5A | 24 |
| Octal | 255 | 204 | 11 | 0 | 30 | 137 | 40 | 55 | 132 | 44 |
| Binary | 10101101 | 10000100 | 1001 | 0 | 11000 | 1011111 | 100000 | 101101 | 1011010 | 100100 |
Color Harmonies of #AD8409
Complementary color
Monochromatic Colors of #AD8409
Black with #AD8409
Text Example
Text Example
White with #AD8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8409; }
p { color: rgb(173,132,9); }
H1.HeaderClassName
{
color: #AD8409;
}
.AnyTagClassName
{
color: #AD8409;
}
</style>
background-color css
<style>
a { background-color: #AD8409; }
a { background-color: rgb(173,132,9); }
div.DivClassName
{
background-color: #AD8409;
}
.BgClassName
{
background-color: #AD8409;
}
</style>
border-color css
<style>
span { border-color: #AD8409; }
span { border-color: rgb(173,132,9); }
td.TdClassName
{
border-color: #AD8409;
}
.TagClassName
{
border-color: #AD8409;
}
</style>