Color Hex Logo

#a8aa8e Color Hex

#A8AA8E
(168,170,142)
0 Favorites   0 Comments

Color spaces of #a8aa8e

RGB 168170142
HSL0.180.140.61
HSV64°16°67°
CMYK 0.010.000.16   0.33
XYZ35.405739.027331.2581
Yxy39.02730.33500.3693
Hunter Lab62.4718-8.161414.0642
CIE-Lab68.7710-5.630714.2207

#a8aa8e color RGB value is (168,170,142).

#a8aa8e hex color red value is 168, green value is 170 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a8aa8e hue: 0.18 , saturation: 0.14 and the lightness value of a8aa8e is 0.61.

The process color (four color CMYK) of #a8aa8e color hex is 0.01, 0.00, 0.16, 0.33. Web safe color of #a8aa8e is #999999. Color #a8aa8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101010 10001110
Octal 250 252 216
Decimal 168 170 142
Hex A8 AA 8E

RGB Percentages of Color #a8aa8e

%35.00
%35.42
%29.58

CMYK Percentages of Color #a8aa8e

%1
%0
%16
%33

Triadic Colors of #a8aa8e

#a8aa8e #8ea8aa #aa8ea8

Analogous Colors of #a8aa8e

#a8aa8e #9aaa8e #aa9e8e

Monochromatic Colors of #a8aa8e

#a8aa8e

Complementary Color

#a8aa8e #908eaa

#a8aa8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aa8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aa8e Color CSS Codes

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

#a8aa8e Text Font Color

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

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


#a8aa8e Background Color

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

This div background color is #a8aa8e


#a8aa8e Border Color

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

This div border color is #a8aa8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aa8e


Comments

No comments written yet.

Please login to write comment.