Color Hex Logo

#a6707c Color Hex

#A6707C
(166,112,124)
0 Favorites   0 Comments

Color spaces of #a6707c

RGB 166112124
HSL0.960.230.55
HSV347°33°65°
CMYK 0.000.330.25   0.35
XYZ25.158121.150621.8253
Yxy21.15060.36920.3104
Hunter Lab45.989817.16394.0557
CIE-Lab53.113923.12832.1141

#a6707c color RGB value is (166,112,124).

#a6707c hex color red value is 166, green value is 112 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a6707c hue: 0.96 , saturation: 0.23 and the lightness value of a6707c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 01111100
Octal 246 160 174
Decimal 166 112 124
Hex A6 70 7C

RGB Percentages of Color #a6707c

%41.29
%27.86
%30.85

CMYK Percentages of Color #a6707c

%0
%33
%25
%35

Triadic Colors of #a6707c

#a6707c #7ca670 #707ca6

Analogous Colors of #a6707c

#a6707c #a67f70 #a67097

Monochromatic Colors of #a6707c

#a6707c

Complementary Color

#a6707c #70a69a

#a6707c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6707c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6707c Color CSS Codes

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

#a6707c Text Font Color

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

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


#a6707c Background Color

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

This div background color is #a6707c


#a6707c Border Color

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

This div border color is #a6707c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6707c


Comments

No comments written yet.

Please login to write comment.