Color Hex Logo

#a66665 Color Hex

#A66665
(166,102,101)
0 Favorites   0 Comments

Color spaces of #a66665

RGB 166102101
HSL0.000.270.52
HSV39°65°
CMYK 0.000.390.39   0.35
XYZ22.826218.549314.6892
Yxy18.54930.40710.3309
Hunter Lab43.068919.23319.9266
CIE-Lab50.155725.637211.4863

#a66665 color RGB value is (166,102,101).

#a66665 hex color red value is 166, green value is 102 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a66665 hue: 0.00 , saturation: 0.27 and the lightness value of a66665 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 01100101
Octal 246 146 145
Decimal 166 102 101
Hex A6 66 65

RGB Percentages of Color #a66665

%44.99
%27.64
%27.37

CMYK Percentages of Color #a66665

%0
%39
%39
%35

Triadic Colors of #a66665

#a66665 #65a666 #6665a6

Analogous Colors of #a66665

#a66665 #a68765 #a66585

Monochromatic Colors of #a66665

#a66665

Complementary Color

#a66665 #65a5a6

#a66665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66665 Color CSS Codes

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

#a66665 Text Font Color

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

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


#a66665 Background Color

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

This div background color is #a66665


#a66665 Border Color

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

This div border color is #a66665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66665


Comments

No comments written yet.

Please login to write comment.