Shades of Dark Goldenrod #A97500
Tints of Dark Goldenrod #A97500
RGB
CMYK
RGB Variations
Color information
#A97500 (or 0xA97500) is known color: Dark Goldenrod. HEX triplet: A9, 75 and 00. RGB value is (169,117,0). Sum of RGB (Red+Green+Blue) = 169+117+0=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A97500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97500 is #568AFF. Grayscale: #777777. Windows color (decimal): -5671680 or 30121. OLE color: 30121.
HSL color Cylindrical-coordinate representation of color #A97500: hue angle of 41.54º 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 #A97500 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.34 |
| HSL | 41.54º | 1% | 0.33% | - |
| HSV(B) | 41.54º | 1% | 0.66% | - |
| XYZ | 22.72 | 21.16 | 2.89 | - |
| YUV | 119.21 | 60.73 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 0 | 0 | 0.31 | 1 | 0.34 | 41.54 | 1 | 0.33 |
| Hex | A9 | 75 | 0 | 0 | 1F | 64 | 22 | 2A | 64 | 21 |
| Octal | 251 | 165 | 0 | 0 | 37 | 144 | 42 | 52 | 144 | 41 |
| Binary | 10101001 | 1110101 | 0 | 0 | 11111 | 1100100 | 100010 | 101010 | 1100100 | 100001 |
Color Harmonies of #A97500
Complementary color
Monochromatic Colors of #A97500
Black with #A97500
Text Example
Text Example
White with #A97500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97500; }
p { color: rgb(169,117,0); }
H1.HeaderClassName
{
color: #A97500;
}
.AnyTagClassName
{
color: #A97500;
}
</style>
background-color css
<style>
a { background-color: #A97500; }
a { background-color: rgb(169,117,0); }
div.DivClassName
{
background-color: #A97500;
}
.BgClassName
{
background-color: #A97500;
}
</style>
border-color css
<style>
span { border-color: #A97500; }
span { border-color: rgb(169,117,0); }
td.TdClassName
{
border-color: #A97500;
}
.TagClassName
{
border-color: #A97500;
}
</style>