Color Hex Logo

#a6727e Color Hex

#A6727E
(166,114,126)
0 Favorites   0 Comments

Color spaces of #a6727e

RGB 166114126
HSL0.960.230.55
HSV346°31°65°
CMYK 0.000.310.24   0.35
XYZ25.509121.648022.5727
Yxy21.64800.36580.3105
Hunter Lab46.527416.44143.8047
CIE-Lab53.651522.29711.7199

#a6727e color RGB value is (166,114,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 01111110
Octal 246 162 176
Decimal 166 114 126
Hex A6 72 7E

RGB Percentages of Color #a6727e

%40.89
%28.08
%31.03

CMYK Percentages of Color #a6727e

%0
%31
%24
%35

Triadic Colors of #a6727e

#a6727e #7ea672 #727ea6

Analogous Colors of #a6727e

#a6727e #a68072 #a67298

Monochromatic Colors of #a6727e

#a6727e

Complementary Color

#a6727e #72a69a

#a6727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6727e Color CSS Codes

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

#a6727e Text Font Color

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

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


#a6727e Background Color

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

This div background color is #a6727e


#a6727e Border Color

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

This div border color is #a6727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6727e


Comments

No comments written yet.

Please login to write comment.