Color Hex Logo

#a66f80 Color Hex

#A66F80
(166,111,128)
0 Favorites   0 Comments

Color spaces of #a66f80

RGB 166111128
HSL0.950.240.54
HSV341°33°65°
CMYK 0.000.330.23   0.35
XYZ25.306621.034423.1483
Yxy21.03440.36420.3027
Hunter Lab45.863318.23262.1792
CIE-Lab52.987124.3052-0.4233

#a66f80 color RGB value is (166,111,128).

#a66f80 hex color red value is 166, green value is 111 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a66f80 hue: 0.95 , saturation: 0.24 and the lightness value of a66f80 is 0.54.

The process color (four color CMYK) of #a66f80 color hex is 0.00, 0.33, 0.23, 0.35. Web safe color of #a66f80 is #996699. Color #a66f80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 10000000
Octal 246 157 200
Decimal 166 111 128
Hex A6 6F 80

RGB Percentages of Color #a66f80

%40.99
%27.41
%31.60

CMYK Percentages of Color #a66f80

%0
%33
%23
%35

Triadic Colors of #a66f80

#a66f80 #80a66f #6f80a6

Analogous Colors of #a66f80

#a66f80 #a67a6f #a66f9c

Monochromatic Colors of #a66f80

#a66f80

Complementary Color

#a66f80 #6fa695

#a66f80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66f80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66f80 Color CSS Codes

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

#a66f80 Text Font Color

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

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


#a66f80 Background Color

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

This div background color is #a66f80


#a66f80 Border Color

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

This div border color is #a66f80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66f80


Comments

No comments written yet.

Please login to write comment.