Color Hex Logo

#a6aeac Color Hex

#A6AEAC
(166,174,172)
0 Favorites   0 Comments

Color spaces of #a6aeac

RGB 166174172
HSL0.460.050.67
HSV165°68°
CMYK 0.050.000.01   0.32
XYZ38.308341.357744.9935
Yxy41.35770.30730.3318
Hunter Lab64.3100-6.21313.5356
CIE-Lab70.4258-3.18920.0419

#a6aeac color RGB value is (166,174,172).

#a6aeac hex color red value is 166, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a6aeac hue: 0.46 , saturation: 0.05 and the lightness value of a6aeac is 0.67.

The process color (four color CMYK) of #a6aeac color hex is 0.05, 0.00, 0.01, 0.32. Web safe color of #a6aeac is #999999. Color #a6aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101110 10101100
Octal 246 256 254
Decimal 166 174 172
Hex A6 AE AC

RGB Percentages of Color #a6aeac

%32.42
%33.98
%33.59

CMYK Percentages of Color #a6aeac

%5
%0
%1
%32

Triadic Colors of #a6aeac

#a6aeac #aca6ae #aeaca6

Analogous Colors of #a6aeac

#a6aeac #a6acae #a6aea8

Monochromatic Colors of #a6aeac

#a6aeac

Complementary Color

#a6aeac #aea6a8

#a6aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aeac Color CSS Codes

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

#a6aeac Text Font Color

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

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


#a6aeac Background Color

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

This div background color is #a6aeac


#a6aeac Border Color

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

This div border color is #a6aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aeac


Comments

No comments written yet.

Please login to write comment.