Shades of Dark Goldenrod #A98210
Tints of Dark Goldenrod #A98210
RGB
CMYK
RGB Variations
Color information
#A98210 (or 0xA98210) is known color: Dark Goldenrod. HEX triplet: A9, 82 and 10. RGB value is (169,130,16). Sum of RGB (Red+Green+Blue) = 169+130+16=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A98210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98210 is #567DEF. Grayscale: #818181. Windows color (decimal): -5668336 or 1082025. OLE color: 1082025.
HSL color Cylindrical-coordinate representation of color #A98210: hue angle of 44.71º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A98210 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 16 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.34 |
| HSL | 44.71º | 0.83% | 0.36% | - |
| HSV(B) | 44.71º | 0.91% | 0.66% | - |
| XYZ | 24.44 | 24.44 | 3.92 | - |
| YUV | 128.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 16 | 0 | 0.23 | 0.91 | 0.34 | 44.71 | 0.83 | 0.36 |
| Hex | A9 | 82 | 10 | 0 | 17 | 5B | 22 | 2D | 53 | 24 |
| Octal | 251 | 202 | 20 | 0 | 27 | 133 | 42 | 55 | 123 | 44 |
| Binary | 10101001 | 10000010 | 10000 | 0 | 10111 | 1011011 | 100010 | 101101 | 1010011 | 100100 |
Color Harmonies of #A98210
Complementary color
Monochromatic Colors of #A98210
Black with #A98210
Text Example
Text Example
White with #A98210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98210; }
p { color: rgb(169,130,16); }
H1.HeaderClassName
{
color: #A98210;
}
.AnyTagClassName
{
color: #A98210;
}
</style>
background-color css
<style>
a { background-color: #A98210; }
a { background-color: rgb(169,130,16); }
div.DivClassName
{
background-color: #A98210;
}
.BgClassName
{
background-color: #A98210;
}
</style>
border-color css
<style>
span { border-color: #A98210; }
span { border-color: rgb(169,130,16); }
td.TdClassName
{
border-color: #A98210;
}
.TagClassName
{
border-color: #A98210;
}
</style>