Shades of Dark Goldenrod #A9820B
Tints of Dark Goldenrod #A9820B
RGB
CMYK
RGB Variations
Color information
#A9820B (or 0xA9820B) is known color: Dark Goldenrod. HEX triplet: A9, 82 and 0B. RGB value is (169,130,11). Sum of RGB (Red+Green+Blue) = 169+130+11=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9820B is #567DF4. Grayscale: #808080. Windows color (decimal): -5668341 or 754345. OLE color: 754345.
HSL color Cylindrical-coordinate representation of color #A9820B: hue angle of 45.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9820B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 11 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.34 |
| HSL | 45.19º | 0.88% | 0.35% | - |
| HSV(B) | 45.19º | 0.93% | 0.66% | - |
| XYZ | 24.41 | 24.42 | 3.74 | - |
| YUV | 128.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 11 | 0 | 0.23 | 0.93 | 0.34 | 45.19 | 0.88 | 0.35 |
| Hex | A9 | 82 | B | 0 | 17 | 5D | 22 | 2D | 58 | 23 |
| Octal | 251 | 202 | 13 | 0 | 27 | 135 | 42 | 55 | 130 | 43 |
| Binary | 10101001 | 10000010 | 1011 | 0 | 10111 | 1011101 | 100010 | 101101 | 1011000 | 100011 |
Color Harmonies of #A9820B
Complementary color
Monochromatic Colors of #A9820B
Black with #A9820B
Text Example
Text Example
White with #A9820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9820B; }
p { color: rgb(169,130,11); }
H1.HeaderClassName
{
color: #A9820B;
}
.AnyTagClassName
{
color: #A9820B;
}
</style>
background-color css
<style>
a { background-color: #A9820B; }
a { background-color: rgb(169,130,11); }
div.DivClassName
{
background-color: #A9820B;
}
.BgClassName
{
background-color: #A9820B;
}
</style>
border-color css
<style>
span { border-color: #A9820B; }
span { border-color: rgb(169,130,11); }
td.TdClassName
{
border-color: #A9820B;
}
.TagClassName
{
border-color: #A9820B;
}
</style>