Color Hex Logo

#a66e71 Color Hex

#A66E71
(166,110,113)
0 Favorites   0 Comments

Color spaces of #a66e71

RGB 166110113
HSL0.990.240.54
HSV357°34°65°
CMYK 0.000.340.32   0.35
XYZ24.282520.451118.2904
Yxy20.45110.38530.3245
Hunter Lab45.222916.70587.6762
CIE-Lab52.343422.68087.4805

#a66e71 color RGB value is (166,110,113).

#a66e71 hex color red value is 166, green value is 110 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a66e71 hue: 0.99 , saturation: 0.24 and the lightness value of a66e71 is 0.54.

The process color (four color CMYK) of #a66e71 color hex is 0.00, 0.34, 0.32, 0.35. Web safe color of #a66e71 is #996666. Color #a66e71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 01110001
Octal 246 156 161
Decimal 166 110 113
Hex A6 6E 71

RGB Percentages of Color #a66e71

%42.67
%28.28
%29.05

CMYK Percentages of Color #a66e71

%0
%34
%32
%35

Triadic Colors of #a66e71

#a66e71 #71a66e #6e71a6

Analogous Colors of #a66e71

#a66e71 #a6876e #a66e8d

Monochromatic Colors of #a66e71

#a66e71

Complementary Color

#a66e71 #6ea6a3

#a66e71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66e71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66e71 Color CSS Codes

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

#a66e71 Text Font Color

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

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


#a66e71 Background Color

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

This div background color is #a66e71


#a66e71 Border Color

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

This div border color is #a66e71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66e71


Comments

No comments written yet.

Please login to write comment.