Shades of Dark Goldenrod #A58C00
Tints of Dark Goldenrod #A58C00
RGB
CMYK
RGB Variations
Color information
#A58C00 (or 0xA58C00) is known color: Dark Goldenrod. HEX triplet: A5, 8C and 00. RGB value is (165,140,0). Sum of RGB (Red+Green+Blue) = 165+140+0=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58C00 is #5A73FF. Grayscale: #848484. Windows color (decimal): -5927936 or 36005. OLE color: 36005.
HSL color Cylindrical-coordinate representation of color #A58C00: hue angle of 50.91º 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 #A58C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.35 |
| HSL | 50.91º | 1% | 0.32% | - |
| HSV(B) | 50.91º | 1% | 0.65% | - |
| XYZ | 24.9 | 26.76 | 3.85 | - |
| YUV | 131.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 0 | 0 | 0.15 | 1 | 0.35 | 50.91 | 1 | 0.32 |
| Hex | A5 | 8C | 0 | 0 | F | 64 | 23 | 33 | 64 | 20 |
| Octal | 245 | 214 | 0 | 0 | 17 | 144 | 43 | 63 | 144 | 40 |
| Binary | 10100101 | 10001100 | 0 | 0 | 1111 | 1100100 | 100011 | 110011 | 1100100 | 100000 |
Color Harmonies of #A58C00
Complementary color
Monochromatic Colors of #A58C00
Black with #A58C00
Text Example
Text Example
White with #A58C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C00; }
p { color: rgb(165,140,0); }
H1.HeaderClassName
{
color: #A58C00;
}
.AnyTagClassName
{
color: #A58C00;
}
</style>
background-color css
<style>
a { background-color: #A58C00; }
a { background-color: rgb(165,140,0); }
div.DivClassName
{
background-color: #A58C00;
}
.BgClassName
{
background-color: #A58C00;
}
</style>
border-color css
<style>
span { border-color: #A58C00; }
span { border-color: rgb(165,140,0); }
td.TdClassName
{
border-color: #A58C00;
}
.TagClassName
{
border-color: #A58C00;
}
</style>