Shades of Dark Goldenrod #A97D11
Tints of Dark Goldenrod #A97D11
RGB
CMYK
RGB Variations
Color information
#A97D11 (or 0xA97D11) is known color: Dark Goldenrod. HEX triplet: A9, 7D and 11. RGB value is (169,125,17). Sum of RGB (Red+Green+Blue) = 169+125+17=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97D11 is #5682EE. Grayscale: #7E7E7E. Windows color (decimal): -5669615 or 1146281. OLE color: 1146281.
HSL color Cylindrical-coordinate representation of color #A97D11: hue angle of 42.63º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A97D11 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 17 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.34 |
| HSL | 42.63º | 0.82% | 0.36% | - |
| HSV(B) | 42.63º | 0.9% | 0.66% | - |
| XYZ | 23.8 | 23.14 | 3.74 | - |
| YUV | 125.84 | 66.58 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 17 | 0 | 0.26 | 0.90 | 0.34 | 42.63 | 0.82 | 0.36 |
| Hex | A9 | 7D | 11 | 0 | 1A | 5A | 22 | 2B | 52 | 24 |
| Octal | 251 | 175 | 21 | 0 | 32 | 132 | 42 | 53 | 122 | 44 |
| Binary | 10101001 | 1111101 | 10001 | 0 | 11010 | 1011010 | 100010 | 101011 | 1010010 | 100100 |
Color Harmonies of #A97D11
Complementary color
Monochromatic Colors of #A97D11
Black with #A97D11
Text Example
Text Example
White with #A97D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D11; }
p { color: rgb(169,125,17); }
H1.HeaderClassName
{
color: #A97D11;
}
.AnyTagClassName
{
color: #A97D11;
}
</style>
background-color css
<style>
a { background-color: #A97D11; }
a { background-color: rgb(169,125,17); }
div.DivClassName
{
background-color: #A97D11;
}
.BgClassName
{
background-color: #A97D11;
}
</style>
border-color css
<style>
span { border-color: #A97D11; }
span { border-color: rgb(169,125,17); }
td.TdClassName
{
border-color: #A97D11;
}
.TagClassName
{
border-color: #A97D11;
}
</style>