Shades of Dark Goldenrod #A98709
Tints of Dark Goldenrod #A98709
RGB
CMYK
RGB Variations
Color information
#A98709 (or 0xA98709) is known color: Dark Goldenrod. HEX triplet: A9, 87 and 09. RGB value is (169,135,9). Sum of RGB (Red+Green+Blue) = 169+135+9=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A98709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98709 is #5678F6. Grayscale: #838383. Windows color (decimal): -5667063 or 624553. OLE color: 624553.
HSL color Cylindrical-coordinate representation of color #A98709: hue angle of 47.25º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A98709 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 135 | 9 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.34 |
| HSL | 47.25º | 0.9% | 0.35% | - |
| HSV(B) | 47.25º | 0.95% | 0.66% | - |
| XYZ | 25.08 | 25.78 | 3.91 | - |
| YUV | 130.8 | 59.26 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 9 | 0 | 0.20 | 0.95 | 0.34 | 47.25 | 0.9 | 0.35 |
| Hex | A9 | 87 | 9 | 0 | 14 | 5F | 22 | 2F | 5A | 23 |
| Octal | 251 | 207 | 11 | 0 | 24 | 137 | 42 | 57 | 132 | 43 |
| Binary | 10101001 | 10000111 | 1001 | 0 | 10100 | 1011111 | 100010 | 101111 | 1011010 | 100011 |
Color Harmonies of #A98709
Complementary color
Monochromatic Colors of #A98709
Black with #A98709
Text Example
Text Example
White with #A98709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98709; }
p { color: rgb(169,135,9); }
H1.HeaderClassName
{
color: #A98709;
}
.AnyTagClassName
{
color: #A98709;
}
</style>
background-color css
<style>
a { background-color: #A98709; }
a { background-color: rgb(169,135,9); }
div.DivClassName
{
background-color: #A98709;
}
.BgClassName
{
background-color: #A98709;
}
</style>
border-color css
<style>
span { border-color: #A98709; }
span { border-color: rgb(169,135,9); }
td.TdClassName
{
border-color: #A98709;
}
.TagClassName
{
border-color: #A98709;
}
</style>