Color Hex Logo

#a66760 Color Hex

#A66760
(166,103,96)
0 Favorites   0 Comments

Color spaces of #a66760

RGB 16610396
HSL0.020.280.51
HSV42°65°
CMYK 0.000.380.42   0.35
XYZ22.687518.652013.4708
Yxy18.65200.41390.3403
Hunter Lab43.188018.190711.7384
CIE-Lab50.277624.481114.6147

#a66760 color RGB value is (166,103,96).

#a66760 hex color red value is 166, green value is 103 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a66760 hue: 0.02 , saturation: 0.28 and the lightness value of a66760 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 01100000
Octal 246 147 140
Decimal 166 103 96
Hex A6 67 60

RGB Percentages of Color #a66760

%45.48
%28.22
%26.30

CMYK Percentages of Color #a66760

%0
%38
%42
%35

Triadic Colors of #a66760

#a66760 #60a667 #6760a6

Analogous Colors of #a66760

#a66760 #a68a60 #a6607c

Monochromatic Colors of #a66760

#a66760

Complementary Color

#a66760 #609fa6

#a66760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66760 Color CSS Codes

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

#a66760 Text Font Color

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

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


#a66760 Background Color

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

This div background color is #a66760


#a66760 Border Color

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

This div border color is #a66760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66760


Comments

No comments written yet.

Please login to write comment.