Shades of Dark Goldenrod #A98211
Tints of Dark Goldenrod #A98211
RGB
CMYK
RGB Variations
Color information
#A98211 (or 0xA98211) is known color: Dark Goldenrod. HEX triplet: A9, 82 and 11. RGB value is (169,130,17). Sum of RGB (Red+Green+Blue) = 169+130+17=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A98211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98211 is #567DEE. Grayscale: #818181. Windows color (decimal): -5668335 or 1147561. OLE color: 1147561.
HSL color Cylindrical-coordinate representation of color #A98211: hue angle of 44.61º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A98211 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 17 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.34 |
| HSL | 44.61º | 0.82% | 0.36% | - |
| HSV(B) | 44.61º | 0.9% | 0.66% | - |
| XYZ | 24.45 | 24.44 | 3.96 | - |
| YUV | 128.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 17 | 0 | 0.23 | 0.90 | 0.34 | 44.61 | 0.82 | 0.36 |
| Hex | A9 | 82 | 11 | 0 | 17 | 5A | 22 | 2D | 52 | 24 |
| Octal | 251 | 202 | 21 | 0 | 27 | 132 | 42 | 55 | 122 | 44 |
| Binary | 10101001 | 10000010 | 10001 | 0 | 10111 | 1011010 | 100010 | 101101 | 1010010 | 100100 |
Color Harmonies of #A98211
Complementary color
Monochromatic Colors of #A98211
Black with #A98211
Text Example
Text Example
White with #A98211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98211; }
p { color: rgb(169,130,17); }
H1.HeaderClassName
{
color: #A98211;
}
.AnyTagClassName
{
color: #A98211;
}
</style>
background-color css
<style>
a { background-color: #A98211; }
a { background-color: rgb(169,130,17); }
div.DivClassName
{
background-color: #A98211;
}
.BgClassName
{
background-color: #A98211;
}
</style>
border-color css
<style>
span { border-color: #A98211; }
span { border-color: rgb(169,130,17); }
td.TdClassName
{
border-color: #A98211;
}
.TagClassName
{
border-color: #A98211;
}
</style>