Shades of Dark Goldenrod #A97600
Tints of Dark Goldenrod #A97600
RGB
CMYK
RGB Variations
Color information
#A97600 (or 0xA97600) is known color: Dark Goldenrod. HEX triplet: A9, 76 and 00. RGB value is (169,118,0). Sum of RGB (Red+Green+Blue) = 169+118+0=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A97600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97600 is #5689FF. Grayscale: #787878. Windows color (decimal): -5671424 or 30377. OLE color: 30377.
HSL color Cylindrical-coordinate representation of color #A97600: hue angle of 41.89º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A97600 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.34 |
| HSL | 41.89º | 1% | 0.33% | - |
| HSV(B) | 41.89º | 1% | 0.66% | - |
| XYZ | 22.84 | 21.39 | 2.93 | - |
| YUV | 119.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 0 | 0 | 0.30 | 1 | 0.34 | 41.89 | 1 | 0.33 |
| Hex | A9 | 76 | 0 | 0 | 1E | 64 | 22 | 2A | 64 | 21 |
| Octal | 251 | 166 | 0 | 0 | 36 | 144 | 42 | 52 | 144 | 41 |
| Binary | 10101001 | 1110110 | 0 | 0 | 11110 | 1100100 | 100010 | 101010 | 1100100 | 100001 |
Color Harmonies of #A97600
Complementary color
Monochromatic Colors of #A97600
Black with #A97600
Text Example
Text Example
White with #A97600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97600; }
p { color: rgb(169,118,0); }
H1.HeaderClassName
{
color: #A97600;
}
.AnyTagClassName
{
color: #A97600;
}
</style>
background-color css
<style>
a { background-color: #A97600; }
a { background-color: rgb(169,118,0); }
div.DivClassName
{
background-color: #A97600;
}
.BgClassName
{
background-color: #A97600;
}
</style>
border-color css
<style>
span { border-color: #A97600; }
span { border-color: rgb(169,118,0); }
td.TdClassName
{
border-color: #A97600;
}
.TagClassName
{
border-color: #A97600;
}
</style>