Shades of Dark Goldenrod #A98500
Tints of Dark Goldenrod #A98500
RGB
CMYK
RGB Variations
Color information
#A98500 (or 0xA98500) is known color: Dark Goldenrod. HEX triplet: A9, 85 and 00. RGB value is (169,133,0). Sum of RGB (Red+Green+Blue) = 169+133+0=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A98500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98500 is #567AFF. Grayscale: #818181. Windows color (decimal): -5667584 or 34217. OLE color: 34217.
HSL color Cylindrical-coordinate representation of color #A98500: hue angle of 47.22º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A98500 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.34 |
| HSL | 47.22º | 1% | 0.33% | - |
| HSV(B) | 47.22º | 1% | 0.66% | - |
| XYZ | 24.75 | 25.21 | 3.56 | - |
| YUV | 128.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 0 | 0 | 0.21 | 1 | 0.34 | 47.22 | 1 | 0.33 |
| Hex | A9 | 85 | 0 | 0 | 15 | 64 | 22 | 2F | 64 | 21 |
| Octal | 251 | 205 | 0 | 0 | 25 | 144 | 42 | 57 | 144 | 41 |
| Binary | 10101001 | 10000101 | 0 | 0 | 10101 | 1100100 | 100010 | 101111 | 1100100 | 100001 |
Color Harmonies of #A98500
Complementary color
Monochromatic Colors of #A98500
Black with #A98500
Text Example
Text Example
White with #A98500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98500; }
p { color: rgb(169,133,0); }
H1.HeaderClassName
{
color: #A98500;
}
.AnyTagClassName
{
color: #A98500;
}
</style>
background-color css
<style>
a { background-color: #A98500; }
a { background-color: rgb(169,133,0); }
div.DivClassName
{
background-color: #A98500;
}
.BgClassName
{
background-color: #A98500;
}
</style>
border-color css
<style>
span { border-color: #A98500; }
span { border-color: rgb(169,133,0); }
td.TdClassName
{
border-color: #A98500;
}
.TagClassName
{
border-color: #A98500;
}
</style>