Shades of Dark Goldenrod #A98310
Tints of Dark Goldenrod #A98310
RGB
CMYK
RGB Variations
Color information
#A98310 (or 0xA98310) is known color: Dark Goldenrod. HEX triplet: A9, 83 and 10. RGB value is (169,131,16). Sum of RGB (Red+Green+Blue) = 169+131+16=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A98310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98310 is #567CEF. Grayscale: #818181. Windows color (decimal): -5668080 or 1082281. OLE color: 1082281.
HSL color Cylindrical-coordinate representation of color #A98310: hue angle of 45.1º 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 #A98310 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 16 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.34 |
| HSL | 45.1º | 0.83% | 0.36% | - |
| HSV(B) | 45.1º | 0.91% | 0.66% | - |
| XYZ | 24.57 | 24.71 | 3.96 | - |
| YUV | 129.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 16 | 0 | 0.22 | 0.91 | 0.34 | 45.1 | 0.83 | 0.36 |
| Hex | A9 | 83 | 10 | 0 | 16 | 5B | 22 | 2D | 53 | 24 |
| Octal | 251 | 203 | 20 | 0 | 26 | 133 | 42 | 55 | 123 | 44 |
| Binary | 10101001 | 10000011 | 10000 | 0 | 10110 | 1011011 | 100010 | 101101 | 1010011 | 100100 |
Color Harmonies of #A98310
Complementary color
Monochromatic Colors of #A98310
Black with #A98310
Text Example
Text Example
White with #A98310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98310; }
p { color: rgb(169,131,16); }
H1.HeaderClassName
{
color: #A98310;
}
.AnyTagClassName
{
color: #A98310;
}
</style>
background-color css
<style>
a { background-color: #A98310; }
a { background-color: rgb(169,131,16); }
div.DivClassName
{
background-color: #A98310;
}
.BgClassName
{
background-color: #A98310;
}
</style>
border-color css
<style>
span { border-color: #A98310; }
span { border-color: rgb(169,131,16); }
td.TdClassName
{
border-color: #A98310;
}
.TagClassName
{
border-color: #A98310;
}
</style>