Color Hex Logo

#a6ba9f Color Hex

#A6BA9F
(166,186,159)
0 Favorites   0 Comments

Color spaces of #a6ba9f

RGB 166186159
HSL0.290.160.68
HSV104°15°73°
CMYK 0.110.000.15   0.27
XYZ39.542845.728039.5431
Yxy45.72800.31680.3664
Hunter Lab67.6225-13.960012.6652
CIE-Lab73.3687-11.948511.3918

#a6ba9f color RGB value is (166,186,159).

#a6ba9f hex color red value is 166, green value is 186 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a6ba9f hue: 0.29 , saturation: 0.16 and the lightness value of a6ba9f is 0.68.

The process color (four color CMYK) of #a6ba9f color hex is 0.11, 0.00, 0.15, 0.27. Web safe color of #a6ba9f is #99cc99. Color #a6ba9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111010 10011111
Octal 246 272 237
Decimal 166 186 159
Hex A6 BA 9F

RGB Percentages of Color #a6ba9f

%32.49
%36.40
%31.12

CMYK Percentages of Color #a6ba9f

%11
%0
%15
%27

Triadic Colors of #a6ba9f

#a6ba9f #9fa6ba #ba9fa6

Analogous Colors of #a6ba9f

#a6ba9f #9fbaa6 #b4ba9f

Monochromatic Colors of #a6ba9f

#a6ba9f

Complementary Color

#a6ba9f #b39fba

#a6ba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ba9f Color CSS Codes

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

#a6ba9f Text Font Color

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

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


#a6ba9f Background Color

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

This div background color is #a6ba9f


#a6ba9f Border Color

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

This div border color is #a6ba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ba9f

#a6ba9f Color Palettes


Comments

No comments written yet.

Please login to write comment.