Shades of Dark Goldenrod #A98F04
Tints of Dark Goldenrod #A98F04
RGB
CMYK
RGB Variations
Color information
#A98F04 (or 0xA98F04) is known color: Dark Goldenrod. HEX triplet: A9, 8F and 04. RGB value is (169,143,4). Sum of RGB (Red+Green+Blue) = 169+143+4=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98F04 is #5670FB. Grayscale: #878787. Windows color (decimal): -5665020 or 298921. OLE color: 298921.
HSL color Cylindrical-coordinate representation of color #A98F04: hue angle of 50.55º 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 #A98F04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.34 |
| HSL | 50.55º | 0.95% | 0.34% | - |
| HSV(B) | 50.55º | 0.98% | 0.66% | - |
| XYZ | 26.21 | 28.09 | 4.16 | - |
| YUV | 134.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 4 | 0 | 0.15 | 0.98 | 0.34 | 50.55 | 0.95 | 0.34 |
| Hex | A9 | 8F | 4 | 0 | F | 62 | 22 | 33 | 5F | 22 |
| Octal | 251 | 217 | 4 | 0 | 17 | 142 | 42 | 63 | 137 | 42 |
| Binary | 10101001 | 10001111 | 100 | 0 | 1111 | 1100010 | 100010 | 110011 | 1011111 | 100010 |
Color Harmonies of #A98F04
Complementary color
Monochromatic Colors of #A98F04
Black with #A98F04
Text Example
Text Example
White with #A98F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F04; }
p { color: rgb(169,143,4); }
H1.HeaderClassName
{
color: #A98F04;
}
.AnyTagClassName
{
color: #A98F04;
}
</style>
background-color css
<style>
a { background-color: #A98F04; }
a { background-color: rgb(169,143,4); }
div.DivClassName
{
background-color: #A98F04;
}
.BgClassName
{
background-color: #A98F04;
}
</style>
border-color css
<style>
span { border-color: #A98F04; }
span { border-color: rgb(169,143,4); }
td.TdClassName
{
border-color: #A98F04;
}
.TagClassName
{
border-color: #A98F04;
}
</style>