Shades of Dark Goldenrod #A97A0D
Tints of Dark Goldenrod #A97A0D
RGB
CMYK
RGB Variations
Color information
#A97A0D (or 0xA97A0D) is known color: Dark Goldenrod. HEX triplet: A9, 7A and 0D. RGB value is (169,122,13). Sum of RGB (Red+Green+Blue) = 169+122+13=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97A0D is #5685F2. Grayscale: #7C7C7C. Windows color (decimal): -5670387 or 883369. OLE color: 883369.
HSL color Cylindrical-coordinate representation of color #A97A0D: hue angle of 41.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A97A0D is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 13 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.34 |
| HSL | 41.92º | 0.86% | 0.36% | - |
| HSV(B) | 41.92º | 0.92% | 0.66% | - |
| XYZ | 23.39 | 22.38 | 3.47 | - |
| YUV | 123.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 13 | 0 | 0.28 | 0.92 | 0.34 | 41.92 | 0.86 | 0.36 |
| Hex | A9 | 7A | D | 0 | 1C | 5C | 22 | 2A | 56 | 24 |
| Octal | 251 | 172 | 15 | 0 | 34 | 134 | 42 | 52 | 126 | 44 |
| Binary | 10101001 | 1111010 | 1101 | 0 | 11100 | 1011100 | 100010 | 101010 | 1010110 | 100100 |
Color Harmonies of #A97A0D
Complementary color
Monochromatic Colors of #A97A0D
Black with #A97A0D
Text Example
Text Example
White with #A97A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A0D; }
p { color: rgb(169,122,13); }
H1.HeaderClassName
{
color: #A97A0D;
}
.AnyTagClassName
{
color: #A97A0D;
}
</style>
background-color css
<style>
a { background-color: #A97A0D; }
a { background-color: rgb(169,122,13); }
div.DivClassName
{
background-color: #A97A0D;
}
.BgClassName
{
background-color: #A97A0D;
}
</style>
border-color css
<style>
span { border-color: #A97A0D; }
span { border-color: rgb(169,122,13); }
td.TdClassName
{
border-color: #A97A0D;
}
.TagClassName
{
border-color: #A97A0D;
}
</style>