Shades of Dark Goldenrod #A9750C
Tints of Dark Goldenrod #A9750C
RGB
CMYK
RGB Variations
Color information
#A9750C (or 0xA9750C) is known color: Dark Goldenrod. HEX triplet: A9, 75 and 0C. RGB value is (169,117,12). Sum of RGB (Red+Green+Blue) = 169+117+12=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A9750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9750C is #568AF3. Grayscale: #797979. Windows color (decimal): -5671668 or 816553. OLE color: 816553.
HSL color Cylindrical-coordinate representation of color #A9750C: hue angle of 40.13º 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 #A9750C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 12 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.34 |
| HSL | 40.13º | 0.87% | 0.35% | - |
| HSV(B) | 40.13º | 0.93% | 0.66% | - |
| XYZ | 22.79 | 21.18 | 3.24 | - |
| YUV | 120.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 12 | 0 | 0.31 | 0.93 | 0.34 | 40.13 | 0.87 | 0.35 |
| Hex | A9 | 75 | C | 0 | 1F | 5D | 22 | 28 | 57 | 23 |
| Octal | 251 | 165 | 14 | 0 | 37 | 135 | 42 | 50 | 127 | 43 |
| Binary | 10101001 | 1110101 | 1100 | 0 | 11111 | 1011101 | 100010 | 101000 | 1010111 | 100011 |
Color Harmonies of #A9750C
Complementary color
Monochromatic Colors of #A9750C
Black with #A9750C
Text Example
Text Example
White with #A9750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9750C; }
p { color: rgb(169,117,12); }
H1.HeaderClassName
{
color: #A9750C;
}
.AnyTagClassName
{
color: #A9750C;
}
</style>
background-color css
<style>
a { background-color: #A9750C; }
a { background-color: rgb(169,117,12); }
div.DivClassName
{
background-color: #A9750C;
}
.BgClassName
{
background-color: #A9750C;
}
</style>
border-color css
<style>
span { border-color: #A9750C; }
span { border-color: rgb(169,117,12); }
td.TdClassName
{
border-color: #A9750C;
}
.TagClassName
{
border-color: #A9750C;
}
</style>