Shades of Dark Goldenrod #A57904
Tints of Dark Goldenrod #A57904
RGB
CMYK
RGB Variations
Color information
#A57904 (or 0xA57904) is known color: Dark Goldenrod. HEX triplet: A5, 79 and 04. RGB value is (165,121,4). Sum of RGB (Red+Green+Blue) = 165+121+4=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A57904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57904 is #5A86FB. Grayscale: #797979. Windows color (decimal): -5932796 or 293285. OLE color: 293285.
HSL color Cylindrical-coordinate representation of color #A57904: hue angle of 43.6º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A57904 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.35 |
| HSL | 43.6º | 0.95% | 0.33% | - |
| HSV(B) | 43.6º | 0.98% | 0.65% | - |
| XYZ | 22.38 | 21.68 | 3.12 | - |
| YUV | 120.82 | 62.08 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 4 | 0 | 0.27 | 0.98 | 0.35 | 43.6 | 0.95 | 0.33 |
| Hex | A5 | 79 | 4 | 0 | 1B | 62 | 23 | 2C | 5F | 21 |
| Octal | 245 | 171 | 4 | 0 | 33 | 142 | 43 | 54 | 137 | 41 |
| Binary | 10100101 | 1111001 | 100 | 0 | 11011 | 1100010 | 100011 | 101100 | 1011111 | 100001 |
Color Harmonies of #A57904
Complementary color
Monochromatic Colors of #A57904
Black with #A57904
Text Example
Text Example
White with #A57904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57904; }
p { color: rgb(165,121,4); }
H1.HeaderClassName
{
color: #A57904;
}
.AnyTagClassName
{
color: #A57904;
}
</style>
background-color css
<style>
a { background-color: #A57904; }
a { background-color: rgb(165,121,4); }
div.DivClassName
{
background-color: #A57904;
}
.BgClassName
{
background-color: #A57904;
}
</style>
border-color css
<style>
span { border-color: #A57904; }
span { border-color: rgb(165,121,4); }
td.TdClassName
{
border-color: #A57904;
}
.TagClassName
{
border-color: #A57904;
}
</style>