Color Hex Logo

#a66668 Color Hex

#A66668
(166,102,104)
0 Favorites   0 Comments

Color spaces of #a66668

RGB 166102104
HSL0.990.260.53
HSV358°39°65°
CMYK 0.000.390.37   0.35
XYZ22.975918.609215.4777
Yxy18.60920.40260.3261
Hunter Lab43.138419.57868.9241
CIE-Lab50.226826.00859.8054

#a66668 color RGB value is (166,102,104).

#a66668 hex color red value is 166, green value is 102 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a66668 hue: 0.99 , saturation: 0.26 and the lightness value of a66668 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 01101000
Octal 246 146 150
Decimal 166 102 104
Hex A6 66 68

RGB Percentages of Color #a66668

%44.62
%27.42
%27.96

CMYK Percentages of Color #a66668

%0
%39
%37
%35

Triadic Colors of #a66668

#a66668 #68a666 #6668a6

Analogous Colors of #a66668

#a66668 #a68466 #a66688

Monochromatic Colors of #a66668

#a66668

Complementary Color

#a66668 #66a6a4

#a66668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66668 Color CSS Codes

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

#a66668 Text Font Color

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

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


#a66668 Background Color

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

This div background color is #a66668


#a66668 Border Color

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

This div border color is #a66668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66668


Comments

No comments written yet.

Please login to write comment.