Color Hex Logo

#a29379 Color Hex

#A29379
(162,147,121)
0 Favorites   0 Comments

Color spaces of #a29379

RGB 162147121
HSL0.110.180.55
HSV38°25°64°
CMYK 0.000.090.25   0.36
XYZ28.785229.929322.3489
Yxy29.92930.35510.3692
Hunter Lab54.7077-1.818214.0745
CIE-Lab61.59321.320615.8049

#a29379 color RGB value is (162,147,121).

#a29379 hex color red value is 162, green value is 147 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a29379 hue: 0.11 , saturation: 0.18 and the lightness value of a29379 is 0.55.

The process color (four color CMYK) of #a29379 color hex is 0.00, 0.09, 0.25, 0.36. Web safe color of #a29379 is #999966. Color #a29379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010011 01111001
Octal 242 223 171
Decimal 162 147 121
Hex A2 93 79

RGB Percentages of Color #a29379

%37.67
%34.19
%28.14

CMYK Percentages of Color #a29379

%0
%9
%25
%36

Triadic Colors of #a29379

#a29379 #79a293 #9379a2

Analogous Colors of #a29379

#a29379 #9da279 #a27f79

Monochromatic Colors of #a29379

#a29379

Complementary Color

#a29379 #7988a2

#a29379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29379 Color CSS Codes

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

#a29379 Text Font Color

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

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


#a29379 Background Color

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

This div background color is #a29379


#a29379 Border Color

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

This div border color is #a29379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29379


Comments

No comments written yet.

Please login to write comment.