Color Hex Logo

#a49690 Color Hex

#A49690
(164,150,144)
0 Favorites   0 Comments

Color spaces of #a49690

RGB 164150144
HSL0.050.100.60
HSV18°12°64°
CMYK 0.000.090.12   0.36
XYZ31.250231.718830.8608
Yxy31.71880.33310.3380
Hunter Lab56.31940.48606.9351
CIE-Lab63.10984.10675.0213

#a49690 color RGB value is (164,150,144).

#a49690 hex color red value is 164, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a49690 hue: 0.05 , saturation: 0.10 and the lightness value of a49690 is 0.60.

The process color (four color CMYK) of #a49690 color hex is 0.00, 0.09, 0.12, 0.36. Web safe color of #a49690 is #999999. Color #a49690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 10010000
Octal 244 226 220
Decimal 164 150 144
Hex A4 96 90

RGB Percentages of Color #a49690

%35.81
%32.75
%31.44

CMYK Percentages of Color #a49690

%0
%9
%12
%36

Triadic Colors of #a49690

#a49690 #90a496 #9690a4

Analogous Colors of #a49690

#a49690 #a4a090 #a49094

Monochromatic Colors of #a49690

#a49690

Complementary Color

#a49690 #909ea4

#a49690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49690 Color CSS Codes

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

#a49690 Text Font Color

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

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


#a49690 Background Color

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

This div background color is #a49690


#a49690 Border Color

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

This div border color is #a49690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,150,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49690;
  -webkit-box-shadow: 1px 1px 3px 2px #a49690;
  box-shadow:         1px 1px 3px 2px #a49690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,150,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49690


Comments

No comments written yet.

Please login to write comment.