Shades of Dark Goldenrod #A98B04
Tints of Dark Goldenrod #A98B04
RGB
CMYK
RGB Variations
Color information
#A98B04 (or 0xA98B04) is known color: Dark Goldenrod. HEX triplet: A9, 8B and 04. RGB value is (169,139,4). Sum of RGB (Red+Green+Blue) = 169+139+4=312 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.17% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98B04 is #5674FB. Grayscale: #858585. Windows color (decimal): -5666044 or 297897. OLE color: 297897.
HSL color Cylindrical-coordinate representation of color #A98B04: hue angle of 49.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A98B04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.34 |
| HSL | 49.09º | 0.95% | 0.34% | - |
| HSV(B) | 49.09º | 0.98% | 0.66% | - |
| XYZ | 25.62 | 26.91 | 3.96 | - |
| YUV | 132.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 4 | 0 | 0.18 | 0.98 | 0.34 | 49.09 | 0.95 | 0.34 |
| Hex | A9 | 8B | 4 | 0 | 12 | 62 | 22 | 31 | 5F | 22 |
| Octal | 251 | 213 | 4 | 0 | 22 | 142 | 42 | 61 | 137 | 42 |
| Binary | 10101001 | 10001011 | 100 | 0 | 10010 | 1100010 | 100010 | 110001 | 1011111 | 100010 |
Color Harmonies of #A98B04
Complementary color
Monochromatic Colors of #A98B04
Black with #A98B04
Text Example
Text Example
White with #A98B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B04; }
p { color: rgb(169,139,4); }
H1.HeaderClassName
{
color: #A98B04;
}
.AnyTagClassName
{
color: #A98B04;
}
</style>
background-color css
<style>
a { background-color: #A98B04; }
a { background-color: rgb(169,139,4); }
div.DivClassName
{
background-color: #A98B04;
}
.BgClassName
{
background-color: #A98B04;
}
</style>
border-color css
<style>
span { border-color: #A98B04; }
span { border-color: rgb(169,139,4); }
td.TdClassName
{
border-color: #A98B04;
}
.TagClassName
{
border-color: #A98B04;
}
</style>