Color Hex Logo

#a65971 Color Hex

#A65971
(166,89,113)
0 Favorites   0 Comments

Color spaces of #a65971

RGB 16689113
HSL0.950.300.50
HSV341°46°65°
CMYK 0.000.460.32   0.35
XYZ22.278916.444017.6226
Yxy16.44400.39540.2918
Hunter Lab40.551227.10362.6198
CIE-Lab47.551734.35720.5785

#a65971 color RGB value is (166,89,113).

#a65971 hex color red value is 166, green value is 89 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a65971 hue: 0.95 , saturation: 0.30 and the lightness value of a65971 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 01110001
Octal 246 131 161
Decimal 166 89 113
Hex A6 59 71

RGB Percentages of Color #a65971

%45.11
%24.18
%30.71

CMYK Percentages of Color #a65971

%0
%46
%32
%35

Triadic Colors of #a65971

#a65971 #71a659 #5971a6

Analogous Colors of #a65971

#a65971 #a66859 #a65998

Monochromatic Colors of #a65971

#a65971

Complementary Color

#a65971 #59a68e

#a65971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65971 Color CSS Codes

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

#a65971 Text Font Color

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

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


#a65971 Background Color

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

This div background color is #a65971


#a65971 Border Color

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

This div border color is #a65971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65971


Comments

No comments written yet.

Please login to write comment.