Shades of Dark Goldenrod #A97100
Tints of Dark Goldenrod #A97100
RGB
CMYK
RGB Variations
Color information
#A97100 (or 0xA97100) is known color: Dark Goldenrod. HEX triplet: A9, 71 and 00. RGB value is (169,113,0). Sum of RGB (Red+Green+Blue) = 169+113+0=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A97100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97100 is #568EFF. Grayscale: #757575. Windows color (decimal): -5672704 or 29097. OLE color: 29097.
HSL color Cylindrical-coordinate representation of color #A97100: hue angle of 40.12º 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 #A97100 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.34 |
| HSL | 40.12º | 1% | 0.33% | - |
| HSV(B) | 40.12º | 1% | 0.66% | - |
| XYZ | 22.27 | 20.25 | 2.73 | - |
| YUV | 116.86 | 62.05 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 0 | 0 | 0.33 | 1 | 0.34 | 40.12 | 1 | 0.33 |
| Hex | A9 | 71 | 0 | 0 | 21 | 64 | 22 | 28 | 64 | 21 |
| Octal | 251 | 161 | 0 | 0 | 41 | 144 | 42 | 50 | 144 | 41 |
| Binary | 10101001 | 1110001 | 0 | 0 | 100001 | 1100100 | 100010 | 101000 | 1100100 | 100001 |
Color Harmonies of #A97100
Complementary color
Monochromatic Colors of #A97100
Black with #A97100
Text Example
Text Example
White with #A97100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97100; }
p { color: rgb(169,113,0); }
H1.HeaderClassName
{
color: #A97100;
}
.AnyTagClassName
{
color: #A97100;
}
</style>
background-color css
<style>
a { background-color: #A97100; }
a { background-color: rgb(169,113,0); }
div.DivClassName
{
background-color: #A97100;
}
.BgClassName
{
background-color: #A97100;
}
</style>
border-color css
<style>
span { border-color: #A97100; }
span { border-color: rgb(169,113,0); }
td.TdClassName
{
border-color: #A97100;
}
.TagClassName
{
border-color: #A97100;
}
</style>