Color Hex Logo

#a6afa0 Color Hex

#A6AFA0
(166,175,160)
0 Favorites   0 Comments

Color spaces of #a6afa0

RGB 166175160
HSL0.270.090.66
HSV96°69°
CMYK 0.050.000.09   0.31
XYZ37.401041.305039.2591
Yxy41.30500.31710.3501
Hunter Lab64.2690-8.59358.7706
CIE-Lab70.3891-5.97006.5969

#a6afa0 color RGB value is (166,175,160).

#a6afa0 hex color red value is 166, green value is 175 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a6afa0 hue: 0.27 , saturation: 0.09 and the lightness value of a6afa0 is 0.66.

The process color (four color CMYK) of #a6afa0 color hex is 0.05, 0.00, 0.09, 0.31. Web safe color of #a6afa0 is #999999. Color #a6afa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101111 10100000
Octal 246 257 240
Decimal 166 175 160
Hex A6 AF A0

RGB Percentages of Color #a6afa0

%33.13
%34.93
%31.94

CMYK Percentages of Color #a6afa0

%5
%0
%9
%31

Triadic Colors of #a6afa0

#a6afa0 #a0a6af #afa0a6

Analogous Colors of #a6afa0

#a6afa0 #a0afa2 #aeafa0

Monochromatic Colors of #a6afa0

#a6afa0

Complementary Color

#a6afa0 #a9a0af

#a6afa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6afa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6afa0 Color CSS Codes

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

#a6afa0 Text Font Color

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

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


#a6afa0 Background Color

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

This div background color is #a6afa0


#a6afa0 Border Color

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

This div border color is #a6afa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6afa0


Comments

No comments written yet.

Please login to write comment.