Shades of Dark Goldenrod #A58404
Tints of Dark Goldenrod #A58404
RGB
CMYK
RGB Variations
Color information
#A58404 (or 0xA58404) is known color: Dark Goldenrod. HEX triplet: A5, 84 and 04. RGB value is (165,132,4). Sum of RGB (Red+Green+Blue) = 165+132+4=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A58404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58404 is #5A7BFB. Grayscale: #7F7F7F. Windows color (decimal): -5929980 or 296101. OLE color: 296101.
HSL color Cylindrical-coordinate representation of color #A58404: hue angle of 47.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A58404 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.35 |
| HSL | 47.7º | 0.95% | 0.33% | - |
| HSV(B) | 47.7º | 0.98% | 0.65% | - |
| XYZ | 23.79 | 24.51 | 3.59 | - |
| YUV | 127.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 4 | 0 | 0.20 | 0.98 | 0.35 | 47.7 | 0.95 | 0.33 |
| Hex | A5 | 84 | 4 | 0 | 14 | 62 | 23 | 30 | 5F | 21 |
| Octal | 245 | 204 | 4 | 0 | 24 | 142 | 43 | 60 | 137 | 41 |
| Binary | 10100101 | 10000100 | 100 | 0 | 10100 | 1100010 | 100011 | 110000 | 1011111 | 100001 |
Color Harmonies of #A58404
Complementary color
Monochromatic Colors of #A58404
Black with #A58404
Text Example
Text Example
White with #A58404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58404; }
p { color: rgb(165,132,4); }
H1.HeaderClassName
{
color: #A58404;
}
.AnyTagClassName
{
color: #A58404;
}
</style>
background-color css
<style>
a { background-color: #A58404; }
a { background-color: rgb(165,132,4); }
div.DivClassName
{
background-color: #A58404;
}
.BgClassName
{
background-color: #A58404;
}
</style>
border-color css
<style>
span { border-color: #A58404; }
span { border-color: rgb(165,132,4); }
td.TdClassName
{
border-color: #A58404;
}
.TagClassName
{
border-color: #A58404;
}
</style>