Color Hex Logo

#a29589 Color Hex

#A29589
(162,149,137)
0 Favorites   0 Comments

Color spaces of #a29589

RGB 162149137
HSL0.080.120.59
HSV29°15°64°
CMYK 0.000.080.15   0.36
XYZ30.163130.982428.0573
Yxy30.98240.33810.3473
Hunter Lab55.6618-0.67929.0771
CIE-Lab62.49282.71748.0626

#a29589 color RGB value is (162,149,137).

#a29589 hex color red value is 162, green value is 149 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a29589 hue: 0.08 , saturation: 0.12 and the lightness value of a29589 is 0.59.

The process color (four color CMYK) of #a29589 color hex is 0.00, 0.08, 0.15, 0.36. Web safe color of #a29589 is #999999. Color #a29589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010101 10001001
Octal 242 225 211
Decimal 162 149 137
Hex A2 95 89

RGB Percentages of Color #a29589

%36.16
%33.26
%30.58

CMYK Percentages of Color #a29589

%0
%8
%15
%36

Triadic Colors of #a29589

#a29589 #89a295 #9589a2

Analogous Colors of #a29589

#a29589 #a2a289 #a2898a

Monochromatic Colors of #a29589

#a29589

Complementary Color

#a29589 #8996a2

#a29589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29589 Color CSS Codes

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

#a29589 Text Font Color

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

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


#a29589 Background Color

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

This div background color is #a29589


#a29589 Border Color

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

This div border color is #a29589


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,149,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a29589; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a29589;
  -webkit-box-shadow: 1px 1px 3px 2px #a29589;
  box-shadow:         1px 1px 3px 2px #a29589; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,149,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29589


Comments

No comments written yet.

Please login to write comment.