Shades of Dark Goldenrod #A58500
Tints of Dark Goldenrod #A58500
RGB
CMYK
RGB Variations
Color information
#A58500 (or 0xA58500) is known color: Dark Goldenrod. HEX triplet: A5, 85 and 00. RGB value is (165,133,0). Sum of RGB (Red+Green+Blue) = 165+133+0=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A58500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58500 is #5A7AFF. Grayscale: #7F7F7F. Windows color (decimal): -5929728 or 34213. OLE color: 34213.
HSL color Cylindrical-coordinate representation of color #A58500: hue angle of 48.36º 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 #A58500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 133 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.35 |
| HSL | 48.36º | 1% | 0.32% | - |
| HSV(B) | 48.36º | 1% | 0.65% | - |
| XYZ | 23.9 | 24.77 | 3.52 | - |
| YUV | 127.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 0 | 0 | 0.19 | 1 | 0.35 | 48.36 | 1 | 0.32 |
| Hex | A5 | 85 | 0 | 0 | 13 | 64 | 23 | 30 | 64 | 20 |
| Octal | 245 | 205 | 0 | 0 | 23 | 144 | 43 | 60 | 144 | 40 |
| Binary | 10100101 | 10000101 | 0 | 0 | 10011 | 1100100 | 100011 | 110000 | 1100100 | 100000 |
Color Harmonies of #A58500
Complementary color
Monochromatic Colors of #A58500
Black with #A58500
Text Example
Text Example
White with #A58500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58500; }
p { color: rgb(165,133,0); }
H1.HeaderClassName
{
color: #A58500;
}
.AnyTagClassName
{
color: #A58500;
}
</style>
background-color css
<style>
a { background-color: #A58500; }
a { background-color: rgb(165,133,0); }
div.DivClassName
{
background-color: #A58500;
}
.BgClassName
{
background-color: #A58500;
}
</style>
border-color css
<style>
span { border-color: #A58500; }
span { border-color: rgb(165,133,0); }
td.TdClassName
{
border-color: #A58500;
}
.TagClassName
{
border-color: #A58500;
}
</style>