Color Hex Logo

#a65666 Color Hex

#A65666
(166,86,102)
0 Favorites   0 Comments

Color spaces of #a65666

RGB 16686102
HSL0.970.320.49
HSV348°48°65°
CMYK 0.000.480.39   0.35
XYZ21.451915.721914.4744
Yxy15.72190.41530.3044
Hunter Lab39.650927.18316.1120
CIE-Lab46.607534.56435.8711

#a65666 color RGB value is (166,86,102).

#a65666 hex color red value is 166, green value is 86 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a65666 hue: 0.97 , saturation: 0.32 and the lightness value of a65666 is 0.49.

The process color (four color CMYK) of #a65666 color hex is 0.00, 0.48, 0.39, 0.35. Web safe color of #a65666 is #996666. Color #a65666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 01100110
Octal 246 126 146
Decimal 166 86 102
Hex A6 56 66

RGB Percentages of Color #a65666

%46.89
%24.29
%28.81

CMYK Percentages of Color #a65666

%0
%48
%39
%35

Triadic Colors of #a65666

#a65666 #66a656 #5666a6

Analogous Colors of #a65666

#a65666 #a66e56 #a6568e

Monochromatic Colors of #a65666

#a65666

Complementary Color

#a65666 #56a696

#a65666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65666 Color CSS Codes

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

#a65666 Text Font Color

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

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


#a65666 Background Color

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

This div background color is #a65666


#a65666 Border Color

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

This div border color is #a65666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65666


Comments

No comments written yet.

Please login to write comment.