Shades of Dark Goldenrod #A98C01
Tints of Dark Goldenrod #A98C01
RGB
CMYK
RGB Variations
Color information
#A98C01 (or 0xA98C01) is known color: Dark Goldenrod. HEX triplet: A9, 8C and 01. RGB value is (169,140,1). Sum of RGB (Red+Green+Blue) = 169+140+1=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98C01 is #5673FE. Grayscale: #858585. Windows color (decimal): -5665791 or 101545. OLE color: 101545.
HSL color Cylindrical-coordinate representation of color #A98C01: hue angle of 49.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A98C01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.34 |
| HSL | 49.64º | 0.99% | 0.33% | - |
| HSV(B) | 49.64º | 0.99% | 0.66% | - |
| XYZ | 25.75 | 27.19 | 3.92 | - |
| YUV | 132.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 1 | 0 | 0.17 | 0.99 | 0.34 | 49.64 | 0.99 | 0.33 |
| Hex | A9 | 8C | 1 | 0 | 11 | 63 | 22 | 32 | 63 | 21 |
| Octal | 251 | 214 | 1 | 0 | 21 | 143 | 42 | 62 | 143 | 41 |
| Binary | 10101001 | 10001100 | 1 | 0 | 10001 | 1100011 | 100010 | 110010 | 1100011 | 100001 |
Color Harmonies of #A98C01
Complementary color
Monochromatic Colors of #A98C01
Black with #A98C01
Text Example
Text Example
White with #A98C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C01; }
p { color: rgb(169,140,1); }
H1.HeaderClassName
{
color: #A98C01;
}
.AnyTagClassName
{
color: #A98C01;
}
</style>
background-color css
<style>
a { background-color: #A98C01; }
a { background-color: rgb(169,140,1); }
div.DivClassName
{
background-color: #A98C01;
}
.BgClassName
{
background-color: #A98C01;
}
</style>
border-color css
<style>
span { border-color: #A98C01; }
span { border-color: rgb(169,140,1); }
td.TdClassName
{
border-color: #A98C01;
}
.TagClassName
{
border-color: #A98C01;
}
</style>