Shades of Dark Goldenrod #A57607
Tints of Dark Goldenrod #A57607
RGB
CMYK
RGB Variations
Color information
#A57607 (or 0xA57607) is known color: Dark Goldenrod. HEX triplet: A5, 76 and 07. RGB value is (165,118,7). Sum of RGB (Red+Green+Blue) = 165+118+7=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A57607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57607 is #5A89F8. Grayscale: #777777. Windows color (decimal): -5933561 or 489125. OLE color: 489125.
HSL color Cylindrical-coordinate representation of color #A57607: hue angle of 42.15º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A57607 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 7 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.35 |
| HSL | 42.15º | 0.92% | 0.34% | - |
| HSV(B) | 42.15º | 0.96% | 0.65% | - |
| XYZ | 22.03 | 20.97 | 3.09 | - |
| YUV | 119.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 7 | 0 | 0.28 | 0.96 | 0.35 | 42.15 | 0.92 | 0.34 |
| Hex | A5 | 76 | 7 | 0 | 1C | 60 | 23 | 2A | 5C | 22 |
| Octal | 245 | 166 | 7 | 0 | 34 | 140 | 43 | 52 | 134 | 42 |
| Binary | 10100101 | 1110110 | 111 | 0 | 11100 | 1100000 | 100011 | 101010 | 1011100 | 100010 |
Color Harmonies of #A57607
Complementary color
Monochromatic Colors of #A57607
Black with #A57607
Text Example
Text Example
White with #A57607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57607; }
p { color: rgb(165,118,7); }
H1.HeaderClassName
{
color: #A57607;
}
.AnyTagClassName
{
color: #A57607;
}
</style>
background-color css
<style>
a { background-color: #A57607; }
a { background-color: rgb(165,118,7); }
div.DivClassName
{
background-color: #A57607;
}
.BgClassName
{
background-color: #A57607;
}
</style>
border-color css
<style>
span { border-color: #A57607; }
span { border-color: rgb(165,118,7); }
td.TdClassName
{
border-color: #A57607;
}
.TagClassName
{
border-color: #A57607;
}
</style>