Shades of Dark Goldenrod #A57705
Tints of Dark Goldenrod #A57705
RGB
CMYK
RGB Variations
Color information
#A57705 (or 0xA57705) is known color: Dark Goldenrod. HEX triplet: A5, 77 and 05. RGB value is (165,119,5). Sum of RGB (Red+Green+Blue) = 165+119+5=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A57705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57705 is #5A88FA. Grayscale: #787878. Windows color (decimal): -5933307 or 358309. OLE color: 358309.
HSL color Cylindrical-coordinate representation of color #A57705: hue angle of 42.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A57705 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 119 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.35 |
| HSL | 42.75º | 0.94% | 0.33% | - |
| HSV(B) | 42.75º | 0.97% | 0.65% | - |
| XYZ | 22.14 | 21.2 | 3.07 | - |
| YUV | 119.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 5 | 0 | 0.28 | 0.97 | 0.35 | 42.75 | 0.94 | 0.33 |
| Hex | A5 | 77 | 5 | 0 | 1C | 61 | 23 | 2B | 5E | 21 |
| Octal | 245 | 167 | 5 | 0 | 34 | 141 | 43 | 53 | 136 | 41 |
| Binary | 10100101 | 1110111 | 101 | 0 | 11100 | 1100001 | 100011 | 101011 | 1011110 | 100001 |
Color Harmonies of #A57705
Complementary color
Monochromatic Colors of #A57705
Black with #A57705
Text Example
Text Example
White with #A57705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57705; }
p { color: rgb(165,119,5); }
H1.HeaderClassName
{
color: #A57705;
}
.AnyTagClassName
{
color: #A57705;
}
</style>
background-color css
<style>
a { background-color: #A57705; }
a { background-color: rgb(165,119,5); }
div.DivClassName
{
background-color: #A57705;
}
.BgClassName
{
background-color: #A57705;
}
</style>
border-color css
<style>
span { border-color: #A57705; }
span { border-color: rgb(165,119,5); }
td.TdClassName
{
border-color: #A57705;
}
.TagClassName
{
border-color: #A57705;
}
</style>