Shades of Dark Goldenrod #A97C10
Tints of Dark Goldenrod #A97C10
RGB
CMYK
RGB Variations
Color information
#A97C10 (or 0xA97C10) is known color: Dark Goldenrod. HEX triplet: A9, 7C and 10. RGB value is (169,124,16). Sum of RGB (Red+Green+Blue) = 169+124+16=309 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.69% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97C10 is #5683EF. Grayscale: #7D7D7D. Windows color (decimal): -5669872 or 1080489. OLE color: 1080489.
HSL color Cylindrical-coordinate representation of color #A97C10: hue angle of 42.35º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A97C10 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 16 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.34 |
| HSL | 42.35º | 0.83% | 0.36% | - |
| HSV(B) | 42.35º | 0.91% | 0.66% | - |
| XYZ | 23.66 | 22.89 | 3.66 | - |
| YUV | 125.14 | 66.41 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 16 | 0 | 0.27 | 0.91 | 0.34 | 42.35 | 0.83 | 0.36 |
| Hex | A9 | 7C | 10 | 0 | 1B | 5B | 22 | 2A | 53 | 24 |
| Octal | 251 | 174 | 20 | 0 | 33 | 133 | 42 | 52 | 123 | 44 |
| Binary | 10101001 | 1111100 | 10000 | 0 | 11011 | 1011011 | 100010 | 101010 | 1010011 | 100100 |
Color Harmonies of #A97C10
Complementary color
Monochromatic Colors of #A97C10
Black with #A97C10
Text Example
Text Example
White with #A97C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C10; }
p { color: rgb(169,124,16); }
H1.HeaderClassName
{
color: #A97C10;
}
.AnyTagClassName
{
color: #A97C10;
}
</style>
background-color css
<style>
a { background-color: #A97C10; }
a { background-color: rgb(169,124,16); }
div.DivClassName
{
background-color: #A97C10;
}
.BgClassName
{
background-color: #A97C10;
}
</style>
border-color css
<style>
span { border-color: #A97C10; }
span { border-color: rgb(169,124,16); }
td.TdClassName
{
border-color: #A97C10;
}
.TagClassName
{
border-color: #A97C10;
}
</style>