Color Hex Logo

#a58044 Color Hex

#A58044
(165,128,68)
0 Favorites   0 Comments

Color spaces of #a58044

RGB 16512868
HSL0.100.420.46
HSV37°59°65°
CMYK 0.000.220.59   0.35
XYZ24.279623.85508.7936
Yxy23.85500.42650.4190
Hunter Lab48.84163.261223.5143
CIE-Lab55.94237.155837.5884

#a58044 color RGB value is (165,128,68).

#a58044 hex color red value is 165, green value is 128 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a58044 hue: 0.10 , saturation: 0.42 and the lightness value of a58044 is 0.46.

The process color (four color CMYK) of #a58044 color hex is 0.00, 0.22, 0.59, 0.35. Web safe color of #a58044 is #999933. Color #a58044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000000 01000100
Octal 245 200 104
Decimal 165 128 68
Hex A5 80 44

RGB Percentages of Color #a58044

%45.71
%35.46
%18.84

CMYK Percentages of Color #a58044

%0
%22
%59
%35

Triadic Colors of #a58044

#a58044 #44a580 #8044a5

Analogous Colors of #a58044

#a58044 #9aa544 #a55044

Monochromatic Colors of #a58044

#a58044

Complementary Color

#a58044 #4469a5

#a58044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58044 Color CSS Codes

.mybgcolor {background-color:#a58044; } 
.myforecolor {color:#a58044; }
.mybordercolor {border:3px solid #a58044; }

#a58044 Text Font Color

<p style="color:#a58044">Text here</p>

This sample text font color is #a58044
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a58044 Background Color

<div style="background-color:#a58044">
Div content here</div>

This div background color is #a58044


#a58044 Border Color

<div style="border:3px solid #a58044">
Div here</div>

This div border color is #a58044


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,128,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a58044; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a58044;
  -webkit-box-shadow: 1px 1px 3px 2px #a58044;
  box-shadow:         1px 1px 3px 2px #a58044; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,128,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a58044">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a58044;
  -webkit-box-shadow: 1px 1px 3px 2px #a58044;
  box-shadow:         1px 1px 3px 2px #a58044;">
Div content here</div>

This div box has shadow with color #a58044


Comments

No comments written yet.

Please login to write comment.