Shades of Dark Goldenrod #A98A00
Tints of Dark Goldenrod #A98A00
RGB
CMYK
RGB Variations
Color information
#A98A00 (or 0xA98A00) is known color: Dark Goldenrod. HEX triplet: A9, 8A and 00. RGB value is (169,138,0). Sum of RGB (Red+Green+Blue) = 169+138+0=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98A00 is #5675FF. Grayscale: #848484. Windows color (decimal): -5666304 or 35497. OLE color: 35497.
HSL color Cylindrical-coordinate representation of color #A98A00: hue angle of 48.99º 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 #A98A00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.34 |
| HSL | 48.99º | 1% | 0.33% | - |
| HSV(B) | 48.99º | 1% | 0.66% | - |
| XYZ | 25.45 | 26.61 | 3.8 | - |
| YUV | 131.54 | 53.77 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 0 | 0 | 0.18 | 1 | 0.34 | 48.99 | 1 | 0.33 |
| Hex | A9 | 8A | 0 | 0 | 12 | 64 | 22 | 31 | 64 | 21 |
| Octal | 251 | 212 | 0 | 0 | 22 | 144 | 42 | 61 | 144 | 41 |
| Binary | 10101001 | 10001010 | 0 | 0 | 10010 | 1100100 | 100010 | 110001 | 1100100 | 100001 |
Color Harmonies of #A98A00
Complementary color
Monochromatic Colors of #A98A00
Black with #A98A00
Text Example
Text Example
White with #A98A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A00; }
p { color: rgb(169,138,0); }
H1.HeaderClassName
{
color: #A98A00;
}
.AnyTagClassName
{
color: #A98A00;
}
</style>
background-color css
<style>
a { background-color: #A98A00; }
a { background-color: rgb(169,138,0); }
div.DivClassName
{
background-color: #A98A00;
}
.BgClassName
{
background-color: #A98A00;
}
</style>
border-color css
<style>
span { border-color: #A98A00; }
span { border-color: rgb(169,138,0); }
td.TdClassName
{
border-color: #A98A00;
}
.TagClassName
{
border-color: #A98A00;
}
</style>