Color Hex Logo

#a49997 Color Hex

#A49997
(164,153,151)
0 Favorites   0 Comments

Color spaces of #a49997

RGB 164153151
HSL0.030.070.62
HSV64°
CMYK 0.000.070.08   0.36
XYZ32.287032.909333.9286
Yxy32.90930.32570.3320
Hunter Lab57.36660.07155.0905
CIE-Lab64.08743.66792.4904

#a49997 color RGB value is (164,153,151).

#a49997 hex color red value is 164, green value is 153 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a49997 hue: 0.03 , saturation: 0.07 and the lightness value of a49997 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 10010111
Octal 244 231 227
Decimal 164 153 151
Hex A4 99 97

RGB Percentages of Color #a49997

%35.04
%32.69
%32.26

CMYK Percentages of Color #a49997

%0
%7
%8
%36

Triadic Colors of #a49997

#a49997 #97a499 #9997a4

Analogous Colors of #a49997

#a49997 #a4a097 #a4979c

Monochromatic Colors of #a49997

#a49997

Complementary Color

#a49997 #97a2a4

#a49997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49997 Color CSS Codes

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

#a49997 Text Font Color

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

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


#a49997 Background Color

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

This div background color is #a49997


#a49997 Border Color

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

This div border color is #a49997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49997


Comments

No comments written yet.

Please login to write comment.