Shades of Dark Goldenrod #A9820A
Tints of Dark Goldenrod #A9820A
RGB
CMYK
RGB Variations
Color information
#A9820A (or 0xA9820A) is known color: Dark Goldenrod. HEX triplet: A9, 82 and 0A. RGB value is (169,130,10). Sum of RGB (Red+Green+Blue) = 169+130+10=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A9820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9820A is #567DF5. Grayscale: #808080. Windows color (decimal): -5668342 or 688809. OLE color: 688809.
HSL color Cylindrical-coordinate representation of color #A9820A: hue angle of 45.28º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9820A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.34 |
| HSL | 45.28º | 0.89% | 0.35% | - |
| HSV(B) | 45.28º | 0.94% | 0.66% | - |
| XYZ | 24.4 | 24.42 | 3.72 | - |
| YUV | 127.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 10 | 0 | 0.23 | 0.94 | 0.34 | 45.28 | 0.89 | 0.35 |
| Hex | A9 | 82 | A | 0 | 17 | 5E | 22 | 2D | 59 | 23 |
| Octal | 251 | 202 | 12 | 0 | 27 | 136 | 42 | 55 | 131 | 43 |
| Binary | 10101001 | 10000010 | 1010 | 0 | 10111 | 1011110 | 100010 | 101101 | 1011001 | 100011 |
Color Harmonies of #A9820A
Complementary color
Monochromatic Colors of #A9820A
Black with #A9820A
Text Example
Text Example
White with #A9820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9820A; }
p { color: rgb(169,130,10); }
H1.HeaderClassName
{
color: #A9820A;
}
.AnyTagClassName
{
color: #A9820A;
}
</style>
background-color css
<style>
a { background-color: #A9820A; }
a { background-color: rgb(169,130,10); }
div.DivClassName
{
background-color: #A9820A;
}
.BgClassName
{
background-color: #A9820A;
}
</style>
border-color css
<style>
span { border-color: #A9820A; }
span { border-color: rgb(169,130,10); }
td.TdClassName
{
border-color: #A9820A;
}
.TagClassName
{
border-color: #A9820A;
}
</style>