Shades of Dark Goldenrod #A9740C
Tints of Dark Goldenrod #A9740C
RGB
CMYK
RGB Variations
Color information
#A9740C (or 0xA9740C) is known color: Dark Goldenrod. HEX triplet: A9, 74 and 0C. RGB value is (169,116,12). Sum of RGB (Red+Green+Blue) = 169+116+12=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A9740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9740C is #568BF3. Grayscale: #787878. Windows color (decimal): -5671924 or 816297. OLE color: 816297.
HSL color Cylindrical-coordinate representation of color #A9740C: hue angle of 39.75º degrees, saturation: 0.87, 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 #A9740C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 12 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.34 |
| HSL | 39.75º | 0.87% | 0.35% | - |
| HSV(B) | 39.75º | 0.93% | 0.66% | - |
| XYZ | 22.67 | 20.95 | 3.2 | - |
| YUV | 119.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 12 | 0 | 0.31 | 0.93 | 0.34 | 39.75 | 0.87 | 0.35 |
| Hex | A9 | 74 | C | 0 | 1F | 5D | 22 | 28 | 57 | 23 |
| Octal | 251 | 164 | 14 | 0 | 37 | 135 | 42 | 50 | 127 | 43 |
| Binary | 10101001 | 1110100 | 1100 | 0 | 11111 | 1011101 | 100010 | 101000 | 1010111 | 100011 |
Color Harmonies of #A9740C
Complementary color
Monochromatic Colors of #A9740C
Black with #A9740C
Text Example
Text Example
White with #A9740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9740C; }
p { color: rgb(169,116,12); }
H1.HeaderClassName
{
color: #A9740C;
}
.AnyTagClassName
{
color: #A9740C;
}
</style>
background-color css
<style>
a { background-color: #A9740C; }
a { background-color: rgb(169,116,12); }
div.DivClassName
{
background-color: #A9740C;
}
.BgClassName
{
background-color: #A9740C;
}
</style>
border-color css
<style>
span { border-color: #A9740C; }
span { border-color: rgb(169,116,12); }
td.TdClassName
{
border-color: #A9740C;
}
.TagClassName
{
border-color: #A9740C;
}
</style>