Color Hex Logo

#a17896 Color Hex

#A17896
(161,120,150)
0 Favorites   0 Comments

Color spaces of #a17896

RGB 161120150
HSL0.880.180.55
HSV316°25°63°
CMYK 0.000.250.07   0.37
XYZ26.919423.212031.9157
Yxy23.21200.32810.2829
Hunter Lab48.178815.4220-5.5510
CIE-Lab55.290021.0719-9.9412

#a17896 color RGB value is (161,120,150).

#a17896 hex color red value is 161, green value is 120 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a17896 hue: 0.88 , saturation: 0.18 and the lightness value of a17896 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 10010110
Octal 241 170 226
Decimal 161 120 150
Hex A1 78 96

RGB Percentages of Color #a17896

%37.35
%27.84
%34.80

CMYK Percentages of Color #a17896

%0
%25
%7
%37

Triadic Colors of #a17896

#a17896 #96a178 #7896a1

Analogous Colors of #a17896

#a17896 #a17882 #9878a1

Monochromatic Colors of #a17896

#a17896

Complementary Color

#a17896 #78a183

#a17896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17896 Color CSS Codes

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

#a17896 Text Font Color

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

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


#a17896 Background Color

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

This div background color is #a17896


#a17896 Border Color

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

This div border color is #a17896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,120,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 #a17896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17896


Comments

No comments written yet.

Please login to write comment.