Color Hex Logo

#a67886 Color Hex

#A67886
(166,120,134)
0 Favorites   0 Comments

Color spaces of #a67886

RGB 166120134
HSL0.950.210.56
HSV342°28°65°
CMYK 0.000.280.19   0.35
XYZ26.745423.261225.6345
Yxy23.26120.35360.3075
Hunter Lab48.229914.58322.2479
CIE-Lab55.340420.1459-0.4950

#a67886 color RGB value is (166,120,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 10000110
Octal 246 170 206
Decimal 166 120 134
Hex A6 78 86

RGB Percentages of Color #a67886

%39.52
%28.57
%31.90

CMYK Percentages of Color #a67886

%0
%28
%19
%35

Triadic Colors of #a67886

#a67886 #86a678 #7886a6

Analogous Colors of #a67886

#a67886 #a68178 #a6789d

Monochromatic Colors of #a67886

#a67886

Complementary Color

#a67886 #78a698

#a67886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67886 Color CSS Codes

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

#a67886 Text Font Color

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

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


#a67886 Background Color

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

This div background color is #a67886


#a67886 Border Color

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

This div border color is #a67886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67886


Comments

No comments written yet.

Please login to write comment.