Shades of Dark Goldenrod #A58700
Tints of Dark Goldenrod #A58700
RGB
CMYK
RGB Variations
Color information
#A58700 (or 0xA58700) is known color: Dark Goldenrod. HEX triplet: A5, 87 and 00. RGB value is (165,135,0). Sum of RGB (Red+Green+Blue) = 165+135+0=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A58700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58700 is #5A78FF. Grayscale: #818181. Windows color (decimal): -5929216 or 34725. OLE color: 34725.
HSL color Cylindrical-coordinate representation of color #A58700: hue angle of 49.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A58700 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.35 |
| HSL | 49.09º | 1% | 0.32% | - |
| HSV(B) | 49.09º | 1% | 0.65% | - |
| XYZ | 24.18 | 25.33 | 3.61 | - |
| YUV | 128.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 0 | 0 | 0.18 | 1 | 0.35 | 49.09 | 1 | 0.32 |
| Hex | A5 | 87 | 0 | 0 | 12 | 64 | 23 | 31 | 64 | 20 |
| Octal | 245 | 207 | 0 | 0 | 22 | 144 | 43 | 61 | 144 | 40 |
| Binary | 10100101 | 10000111 | 0 | 0 | 10010 | 1100100 | 100011 | 110001 | 1100100 | 100000 |
Color Harmonies of #A58700
Complementary color
Monochromatic Colors of #A58700
Black with #A58700
Text Example
Text Example
White with #A58700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58700; }
p { color: rgb(165,135,0); }
H1.HeaderClassName
{
color: #A58700;
}
.AnyTagClassName
{
color: #A58700;
}
</style>
background-color css
<style>
a { background-color: #A58700; }
a { background-color: rgb(165,135,0); }
div.DivClassName
{
background-color: #A58700;
}
.BgClassName
{
background-color: #A58700;
}
</style>
border-color css
<style>
span { border-color: #A58700; }
span { border-color: rgb(165,135,0); }
td.TdClassName
{
border-color: #A58700;
}
.TagClassName
{
border-color: #A58700;
}
</style>