Shades of Dark Goldenrod #A98E06
Tints of Dark Goldenrod #A98E06
RGB
CMYK
RGB Variations
Color information
#A98E06 (or 0xA98E06) is known color: Dark Goldenrod. HEX triplet: A9, 8E and 06. RGB value is (169,142,6). Sum of RGB (Red+Green+Blue) = 169+142+6=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98E06 is #5671F9. Grayscale: #878787. Windows color (decimal): -5665274 or 429737. OLE color: 429737.
HSL color Cylindrical-coordinate representation of color #A98E06: hue angle of 50.06º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A98E06 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 6 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.34 |
| HSL | 50.06º | 0.93% | 0.34% | - |
| HSV(B) | 50.06º | 0.96% | 0.66% | - |
| XYZ | 26.07 | 27.79 | 4.16 | - |
| YUV | 134.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 6 | 0 | 0.16 | 0.96 | 0.34 | 50.06 | 0.93 | 0.34 |
| Hex | A9 | 8E | 6 | 0 | 10 | 60 | 22 | 32 | 5D | 22 |
| Octal | 251 | 216 | 6 | 0 | 20 | 140 | 42 | 62 | 135 | 42 |
| Binary | 10101001 | 10001110 | 110 | 0 | 10000 | 1100000 | 100010 | 110010 | 1011101 | 100010 |
Color Harmonies of #A98E06
Complementary color
Monochromatic Colors of #A98E06
Black with #A98E06
Text Example
Text Example
White with #A98E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E06; }
p { color: rgb(169,142,6); }
H1.HeaderClassName
{
color: #A98E06;
}
.AnyTagClassName
{
color: #A98E06;
}
</style>
background-color css
<style>
a { background-color: #A98E06; }
a { background-color: rgb(169,142,6); }
div.DivClassName
{
background-color: #A98E06;
}
.BgClassName
{
background-color: #A98E06;
}
</style>
border-color css
<style>
span { border-color: #A98E06; }
span { border-color: rgb(169,142,6); }
td.TdClassName
{
border-color: #A98E06;
}
.TagClassName
{
border-color: #A98E06;
}
</style>