Color Hex Logo

#a59162 Color Hex

#A59162
(165,145,98)
0 Favorites   0 Comments

Color spaces of #a59162

RGB 16514598
HSL0.120.270.52
HSV42°41°65°
CMYK 0.000.120.41   0.35
XYZ27.847129.132015.7106
Yxy29.13200.38310.4008
Hunter Lab53.9741-2.360320.5239
CIE-Lab60.89790.629327.6830

#a59162 color RGB value is (165,145,98).

#a59162 hex color red value is 165, green value is 145 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a59162 hue: 0.12 , saturation: 0.27 and the lightness value of a59162 is 0.52.

The process color (four color CMYK) of #a59162 color hex is 0.00, 0.12, 0.41, 0.35. Web safe color of #a59162 is #999966. Color #a59162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 01100010
Octal 245 221 142
Decimal 165 145 98
Hex A5 91 62

RGB Percentages of Color #a59162

%40.44
%35.54
%24.02

CMYK Percentages of Color #a59162

%0
%12
%41
%35

Triadic Colors of #a59162

#a59162 #62a591 #9162a5

Analogous Colors of #a59162

#a59162 #98a562 #a57062

Monochromatic Colors of #a59162

#a59162

Complementary Color

#a59162 #6276a5

#a59162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59162 Color CSS Codes

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

#a59162 Text Font Color

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

This sample text font color is #a59162
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.


#a59162 Background Color

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

This div background color is #a59162


#a59162 Border Color

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

This div border color is #a59162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59162


Comments

No comments written yet.

Please login to write comment.