#A58D04

Color #A58D04 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A58D04

Tints of Dark Goldenrod #A58D04

Color information

#A58D04 (or 0xA58D04) is unknown color: approx Dark Goldenrod. HEX triplet: A5, 8D and 04. RGB value is (165,141,4). Sum of RGB (Red+Green+Blue) = 165+141+4=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58D04 is #5A72FB. Grayscale: #858585. Windows color (decimal): -5927676 or 298405. OLE color: 298405.

HSL color Cylindrical-coordinate representation of color #A58D04: hue angle of 51.06º 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 #A58D04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1651414-
CMYK00.150.980.35
HSL51.06º95.27%33.14%-
HSV(B)51.06º97.58%64.71%-
XYZ25.0627.064.02-
YUV132.5655.45151.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=53.23%
G=45.48%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165141400.150.980.3551.0695.2733.14
HexA58D40F6223335f21
Octal2452154017142436313741
Binary10100101100011011000111111000101000111100111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D04; }

 p { color: rgb(165,141,4); }

 H1.HeaderClassName
 {
   color: #A58D04;
 }
 .AnyTagClassName
 {
   color: #A58D04;
 }
</style>
background-color css

<style>
 a { background-color: #A58D04; }

 a { background-color: rgb(165,141,4); }

 div.DivClassName
 {
   background-color: #A58D04;
 }
 .BgClassName
 {
   background-color: #A58D04;
 }
</style>
border-color css

<style>
 span { border-color: #A58D04; }

 span { border-color: rgb(165,141,4); }

 td.TdClassName
 {
   border-color: #A58D04;
 }
 .TagClassName
 {
   border-color: #A58D04;
 }
</style>