Shades of Dark Goldenrod #A98A04
Tints of Dark Goldenrod #A98A04
RGB
CMYK
RGB Variations
Color information
#A98A04 (or 0xA98A04) is known color: Dark Goldenrod. HEX triplet: A9, 8A and 04. RGB value is (169,138,4). Sum of RGB (Red+Green+Blue) = 169+138+4=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98A04 is #5675FB. Grayscale: #848484. Windows color (decimal): -5666300 or 297641. OLE color: 297641.
HSL color Cylindrical-coordinate representation of color #A98A04: hue angle of 48.73º 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 #A98A04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.34 |
| HSL | 48.73º | 0.95% | 0.34% | - |
| HSV(B) | 48.73º | 0.98% | 0.66% | - |
| XYZ | 25.47 | 26.62 | 3.91 | - |
| YUV | 131.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 4 | 0 | 0.18 | 0.98 | 0.34 | 48.73 | 0.95 | 0.34 |
| Hex | A9 | 8A | 4 | 0 | 12 | 62 | 22 | 31 | 5F | 22 |
| Octal | 251 | 212 | 4 | 0 | 22 | 142 | 42 | 61 | 137 | 42 |
| Binary | 10101001 | 10001010 | 100 | 0 | 10010 | 1100010 | 100010 | 110001 | 1011111 | 100010 |
Color Harmonies of #A98A04
Complementary color
Monochromatic Colors of #A98A04
Black with #A98A04
Text Example
Text Example
White with #A98A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A04; }
p { color: rgb(169,138,4); }
H1.HeaderClassName
{
color: #A98A04;
}
.AnyTagClassName
{
color: #A98A04;
}
</style>
background-color css
<style>
a { background-color: #A98A04; }
a { background-color: rgb(169,138,4); }
div.DivClassName
{
background-color: #A98A04;
}
.BgClassName
{
background-color: #A98A04;
}
</style>
border-color css
<style>
span { border-color: #A98A04; }
span { border-color: rgb(169,138,4); }
td.TdClassName
{
border-color: #A98A04;
}
.TagClassName
{
border-color: #A98A04;
}
</style>