Color Hex Logo

#a67687 Color Hex

#A67687
(166,118,135)
0 Favorites   0 Comments

Color spaces of #a67687

RGB 166118135
HSL0.940.210.56
HSV339°29°65°
CMYK 0.000.290.19   0.35
XYZ26.577522.813125.9243
Yxy22.81310.35290.3029
Hunter Lab47.763115.74001.2534
CIE-Lab54.879321.4462-1.7536

#a67687 color RGB value is (166,118,135).

#a67687 hex color red value is 166, green value is 118 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a67687 hue: 0.94 , saturation: 0.21 and the lightness value of a67687 is 0.56.

The process color (four color CMYK) of #a67687 color hex is 0.00, 0.29, 0.19, 0.35. Web safe color of #a67687 is #996699. Color #a67687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 10000111
Octal 246 166 207
Decimal 166 118 135
Hex A6 76 87

RGB Percentages of Color #a67687

%39.62
%28.16
%32.22

CMYK Percentages of Color #a67687

%0
%29
%19
%35

Triadic Colors of #a67687

#a67687 #87a676 #7687a6

Analogous Colors of #a67687

#a67687 #a67d76 #a6769f

Monochromatic Colors of #a67687

#a67687

Complementary Color

#a67687 #76a695

#a67687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67687 Color CSS Codes

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

#a67687 Text Font Color

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

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


#a67687 Background Color

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

This div background color is #a67687


#a67687 Border Color

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

This div border color is #a67687


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,118,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a67687; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a67687;
  -webkit-box-shadow: 1px 1px 3px 2px #a67687;
  box-shadow:         1px 1px 3px 2px #a67687; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,118,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67687


Comments

No comments written yet.

Please login to write comment.