Color Hex Logo

#a6bbaa Color Hex

#A6BBAA
(166,187,170)
0 Favorites   0 Comments

Color spaces of #a6bbaa

RGB 166187170
HSL0.370.130.69
HSV131°11°73°
CMYK 0.110.000.09   0.27
XYZ40.751946.549944.8674
Yxy46.54990.30830.3522
Hunter Lab68.2275-12.78108.7693
CIE-Lab73.9009-10.47646.1728

#a6bbaa color RGB value is (166,187,170).

#a6bbaa hex color red value is 166, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a6bbaa hue: 0.37 , saturation: 0.13 and the lightness value of a6bbaa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111011 10101010
Octal 246 273 252
Decimal 166 187 170
Hex A6 BB AA

RGB Percentages of Color #a6bbaa

%31.74
%35.76
%32.50

CMYK Percentages of Color #a6bbaa

%11
%0
%9
%27

Triadic Colors of #a6bbaa

#a6bbaa #aaa6bb #bbaaa6

Analogous Colors of #a6bbaa

#a6bbaa #a6bbb5 #adbba6

Monochromatic Colors of #a6bbaa

#a6bbaa

Complementary Color

#a6bbaa #bba6b7

#a6bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6bbaa Color CSS Codes

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

#a6bbaa Text Font Color

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

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


#a6bbaa Background Color

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

This div background color is #a6bbaa


#a6bbaa Border Color

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

This div border color is #a6bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6bbaa


Comments

No comments written yet.

Please login to write comment.