Color Hex Logo

#a6baaf Color Hex

#A6BAAF
(166,186,175)
0 Favorites   0 Comments

Color spaces of #a6baaf

RGB 166186175
HSL0.410.130.69
HSV147°11°73°
CMYK 0.110.000.06   0.27
XYZ41.022746.319947.3360
Yxy46.31990.30460.3439
Hunter Lab68.0587-11.51116.4039
CIE-Lab73.7526-9.00393.2362

#a6baaf color RGB value is (166,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111010 10101111
Octal 246 272 257
Decimal 166 186 175
Hex A6 BA AF

RGB Percentages of Color #a6baaf

%31.50
%35.29
%33.21

CMYK Percentages of Color #a6baaf

%11
%0
%6
%27

Triadic Colors of #a6baaf

#a6baaf #afa6ba #baafa6

Analogous Colors of #a6baaf

#a6baaf #a6bab9 #a7baa6

Monochromatic Colors of #a6baaf

#a6baaf

Complementary Color

#a6baaf #baa6b1

#a6baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6baaf Color CSS Codes

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

#a6baaf Text Font Color

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

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


#a6baaf Background Color

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

This div background color is #a6baaf


#a6baaf Border Color

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

This div border color is #a6baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6baaf


Comments

No comments written yet.

Please login to write comment.