Color Hex Logo

#a66271 Color Hex

#A66271
(166,98,113)
0 Favorites   0 Comments

Color spaces of #a66271

RGB 16698113
HSL0.960.280.52
HSV347°41°65°
CMYK 0.000.410.32   0.35
XYZ23.074218.034617.8877
Yxy18.03460.39110.3057
Hunter Lab42.467222.66904.7533
CIE-Lab49.538029.42093.4595

#a66271 color RGB value is (166,98,113).

#a66271 hex color red value is 166, green value is 98 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a66271 hue: 0.96 , saturation: 0.28 and the lightness value of a66271 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 01110001
Octal 246 142 161
Decimal 166 98 113
Hex A6 62 71

RGB Percentages of Color #a66271

%44.03
%25.99
%29.97

CMYK Percentages of Color #a66271

%0
%41
%32
%35

Triadic Colors of #a66271

#a66271 #71a662 #6271a6

Analogous Colors of #a66271

#a66271 #a67562 #a66293

Monochromatic Colors of #a66271

#a66271

Complementary Color

#a66271 #62a697

#a66271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66271 Color CSS Codes

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

#a66271 Text Font Color

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

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


#a66271 Background Color

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

This div background color is #a66271


#a66271 Border Color

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

This div border color is #a66271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66271


Comments

No comments written yet.

Please login to write comment.