Shades of Dark Goldenrod #A97D0A
Tints of Dark Goldenrod #A97D0A
RGB
CMYK
RGB Variations
Color information
#A97D0A (or 0xA97D0A) is known color: Dark Goldenrod. HEX triplet: A9, 7D and 0A. RGB value is (169,125,10). Sum of RGB (Red+Green+Blue) = 169+125+10=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97D0A is #5682F5. Grayscale: #7D7D7D. Windows color (decimal): -5669622 or 687529. OLE color: 687529.
HSL color Cylindrical-coordinate representation of color #A97D0A: hue angle of 43.4º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A97D0A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 125 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.34 |
| HSL | 43.4º | 0.89% | 0.35% | - |
| HSV(B) | 43.4º | 0.94% | 0.66% | - |
| XYZ | 23.75 | 23.12 | 3.5 | - |
| YUV | 125.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 125 | 10 | 0 | 0.26 | 0.94 | 0.34 | 43.4 | 0.89 | 0.35 |
| Hex | A9 | 7D | A | 0 | 1A | 5E | 22 | 2B | 59 | 23 |
| Octal | 251 | 175 | 12 | 0 | 32 | 136 | 42 | 53 | 131 | 43 |
| Binary | 10101001 | 1111101 | 1010 | 0 | 11010 | 1011110 | 100010 | 101011 | 1011001 | 100011 |
Color Harmonies of #A97D0A
Complementary color
Monochromatic Colors of #A97D0A
Black with #A97D0A
Text Example
Text Example
White with #A97D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97D0A; }
p { color: rgb(169,125,10); }
H1.HeaderClassName
{
color: #A97D0A;
}
.AnyTagClassName
{
color: #A97D0A;
}
</style>
background-color css
<style>
a { background-color: #A97D0A; }
a { background-color: rgb(169,125,10); }
div.DivClassName
{
background-color: #A97D0A;
}
.BgClassName
{
background-color: #A97D0A;
}
</style>
border-color css
<style>
span { border-color: #A97D0A; }
span { border-color: rgb(169,125,10); }
td.TdClassName
{
border-color: #A97D0A;
}
.TagClassName
{
border-color: #A97D0A;
}
</style>