Color Hex Logo

#a6968e Color Hex

#A6968E
(166,150,142)
0 Favorites   0 Comments

Color spaces of #a6968e

RGB 166150142
HSL0.060.120.60
HSV20°14°65°
CMYK 0.000.100.14   0.35
XYZ31.514731.872730.0822
Yxy31.87270.33720.3410
Hunter Lab56.45590.84407.9268
CIE-Lab63.23754.52706.3558

#a6968e color RGB value is (166,150,142).

#a6968e hex color red value is 166, green value is 150 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a6968e hue: 0.06 , saturation: 0.12 and the lightness value of a6968e is 0.60.

The process color (four color CMYK) of #a6968e color hex is 0.00, 0.10, 0.14, 0.35. Web safe color of #a6968e is #999999. Color #a6968e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 10001110
Octal 246 226 216
Decimal 166 150 142
Hex A6 96 8E

RGB Percentages of Color #a6968e

%36.24
%32.75
%31.00

CMYK Percentages of Color #a6968e

%0
%10
%14
%35

Triadic Colors of #a6968e

#a6968e #8ea696 #968ea6

Analogous Colors of #a6968e

#a6968e #a6a28e #a68e92

Monochromatic Colors of #a6968e

#a6968e

Complementary Color

#a6968e #8e9ea6

#a6968e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6968e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6968e Color CSS Codes

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

#a6968e Text Font Color

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

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


#a6968e Background Color

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

This div background color is #a6968e


#a6968e Border Color

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

This div border color is #a6968e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6968e


Comments

No comments written yet.

Please login to write comment.