Color Hex Logo

#a19596 Color Hex

#A19596
(161,149,150)
0 Favorites   0 Comments

Color spaces of #a19596

RGB 161149150
HSL0.990.060.61
HSV355°63°
CMYK 0.000.070.07   0.37
XYZ30.950431.274033.2594
Yxy31.27400.32410.3275
Hunter Lab55.92320.92443.8844
CIE-Lab62.73834.60111.0617

#a19596 color RGB value is (161,149,150).

#a19596 hex color red value is 161, green value is 149 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a19596 hue: 0.99 , saturation: 0.06 and the lightness value of a19596 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010101 10010110
Octal 241 225 226
Decimal 161 149 150
Hex A1 95 96

RGB Percentages of Color #a19596

%35.00
%32.39
%32.61

CMYK Percentages of Color #a19596

%0
%7
%7
%37

Triadic Colors of #a19596

#a19596 #96a195 #9596a1

Analogous Colors of #a19596

#a19596 #a19a95 #a1959c

Monochromatic Colors of #a19596

#a19596

Complementary Color

#a19596 #95a1a0

#a19596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19596 Color CSS Codes

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

#a19596 Text Font Color

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

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


#a19596 Background Color

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

This div background color is #a19596


#a19596 Border Color

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

This div border color is #a19596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19596


Comments

No comments written yet.

Please login to write comment.