Shades of Dark Goldenrod #A98613
Tints of Dark Goldenrod #A98613
RGB
CMYK
RGB Variations
Color information
#A98613 (or 0xA98613) is known color: Dark Goldenrod. HEX triplet: A9, 86 and 13. RGB value is (169,134,19). Sum of RGB (Red+Green+Blue) = 169+134+19=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A98613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98613 is #5679EC. Grayscale: #838383. Windows color (decimal): -5667309 or 1279657. OLE color: 1279657.
HSL color Cylindrical-coordinate representation of color #A98613: hue angle of 46º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A98613 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 19 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.34 |
| HSL | 46º | 0.8% | 0.37% | - |
| HSV(B) | 46º | 0.89% | 0.66% | - |
| XYZ | 25 | 25.53 | 4.23 | - |
| YUV | 131.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 19 | 0 | 0.21 | 0.89 | 0.34 | 46 | 0.8 | 0.37 |
| Hex | A9 | 86 | 13 | 0 | 15 | 59 | 22 | 2E | 50 | 25 |
| Octal | 251 | 206 | 23 | 0 | 25 | 131 | 42 | 56 | 120 | 45 |
| Binary | 10101001 | 10000110 | 10011 | 0 | 10101 | 1011001 | 100010 | 101110 | 1010000 | 100101 |
Color Harmonies of #A98613
Complementary color
Monochromatic Colors of #A98613
Black with #A98613
Text Example
Text Example
White with #A98613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98613; }
p { color: rgb(169,134,19); }
H1.HeaderClassName
{
color: #A98613;
}
.AnyTagClassName
{
color: #A98613;
}
</style>
background-color css
<style>
a { background-color: #A98613; }
a { background-color: rgb(169,134,19); }
div.DivClassName
{
background-color: #A98613;
}
.BgClassName
{
background-color: #A98613;
}
</style>
border-color css
<style>
span { border-color: #A98613; }
span { border-color: rgb(169,134,19); }
td.TdClassName
{
border-color: #A98613;
}
.TagClassName
{
border-color: #A98613;
}
</style>