Shades of Dark Goldenrod #A98413
Tints of Dark Goldenrod #A98413
RGB
CMYK
RGB Variations
Color information
#A98413 (or 0xA98413) is known color: Dark Goldenrod. HEX triplet: A9, 84 and 13. RGB value is (169,132,19). Sum of RGB (Red+Green+Blue) = 169+132+19=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A98413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98413 is #567BEC. Grayscale: #828282. Windows color (decimal): -5667821 or 1279145. OLE color: 1279145.
HSL color Cylindrical-coordinate representation of color #A98413: hue angle of 45.2º 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 #A98413 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 19 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.34 |
| HSL | 45.2º | 0.8% | 0.37% | - |
| HSV(B) | 45.2º | 0.89% | 0.66% | - |
| XYZ | 24.73 | 24.98 | 4.14 | - |
| YUV | 130.18 | 65.26 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 19 | 0 | 0.22 | 0.89 | 0.34 | 45.2 | 0.8 | 0.37 |
| Hex | A9 | 84 | 13 | 0 | 16 | 59 | 22 | 2D | 50 | 25 |
| Octal | 251 | 204 | 23 | 0 | 26 | 131 | 42 | 55 | 120 | 45 |
| Binary | 10101001 | 10000100 | 10011 | 0 | 10110 | 1011001 | 100010 | 101101 | 1010000 | 100101 |
Color Harmonies of #A98413
Complementary color
Monochromatic Colors of #A98413
Black with #A98413
Text Example
Text Example
White with #A98413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98413; }
p { color: rgb(169,132,19); }
H1.HeaderClassName
{
color: #A98413;
}
.AnyTagClassName
{
color: #A98413;
}
</style>
background-color css
<style>
a { background-color: #A98413; }
a { background-color: rgb(169,132,19); }
div.DivClassName
{
background-color: #A98413;
}
.BgClassName
{
background-color: #A98413;
}
</style>
border-color css
<style>
span { border-color: #A98413; }
span { border-color: rgb(169,132,19); }
td.TdClassName
{
border-color: #A98413;
}
.TagClassName
{
border-color: #A98413;
}
</style>