Shades of Dark Goldenrod #A9780A
Tints of Dark Goldenrod #A9780A
RGB
CMYK
RGB Variations
Color information
#A9780A (or 0xA9780A) is known color: Dark Goldenrod. HEX triplet: A9, 78 and 0A. RGB value is (169,120,10). Sum of RGB (Red+Green+Blue) = 169+120+10=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9780A is #5687F5. Grayscale: #7A7A7A. Windows color (decimal): -5670902 or 686249. OLE color: 686249.
HSL color Cylindrical-coordinate representation of color #A9780A: hue angle of 41.51º 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 #A9780A is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 120 | 10 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.34 |
| HSL | 41.51º | 0.89% | 0.35% | - |
| HSV(B) | 41.51º | 0.94% | 0.66% | - |
| XYZ | 23.13 | 21.89 | 3.29 | - |
| YUV | 122.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 10 | 0 | 0.29 | 0.94 | 0.34 | 41.51 | 0.89 | 0.35 |
| Hex | A9 | 78 | A | 0 | 1D | 5E | 22 | 2A | 59 | 23 |
| Octal | 251 | 170 | 12 | 0 | 35 | 136 | 42 | 52 | 131 | 43 |
| Binary | 10101001 | 1111000 | 1010 | 0 | 11101 | 1011110 | 100010 | 101010 | 1011001 | 100011 |
Color Harmonies of #A9780A
Complementary color
Monochromatic Colors of #A9780A
Black with #A9780A
Text Example
Text Example
White with #A9780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9780A; }
p { color: rgb(169,120,10); }
H1.HeaderClassName
{
color: #A9780A;
}
.AnyTagClassName
{
color: #A9780A;
}
</style>
background-color css
<style>
a { background-color: #A9780A; }
a { background-color: rgb(169,120,10); }
div.DivClassName
{
background-color: #A9780A;
}
.BgClassName
{
background-color: #A9780A;
}
</style>
border-color css
<style>
span { border-color: #A9780A; }
span { border-color: rgb(169,120,10); }
td.TdClassName
{
border-color: #A9780A;
}
.TagClassName
{
border-color: #A9780A;
}
</style>