Color Hex Logo

#a8aeaa Color Hex

#A8AEAA
(168,174,170)
0 Favorites   0 Comments

Color spaces of #a8aeaa

RGB 168174170
HSL0.390.040.67
HSV140°68°
CMYK 0.030.000.02   0.32
XYZ38.540241.499244.0091
Yxy41.49920.31070.3345
Hunter Lab64.4199-5.94444.5893
CIE-Lab70.5243-2.86981.3061

#a8aeaa color RGB value is (168,174,170).

#a8aeaa hex color red value is 168, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a8aeaa hue: 0.39 , saturation: 0.04 and the lightness value of a8aeaa is 0.67.

The process color (four color CMYK) of #a8aeaa color hex is 0.03, 0.00, 0.02, 0.32. Web safe color of #a8aeaa is #999999. Color #a8aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101110 10101010
Octal 250 256 252
Decimal 168 174 170
Hex A8 AE AA

RGB Percentages of Color #a8aeaa

%32.81
%33.98
%33.20

CMYK Percentages of Color #a8aeaa

%3
%0
%2
%32

Triadic Colors of #a8aeaa

#a8aeaa #aaa8ae #aeaaa8

Analogous Colors of #a8aeaa

#a8aeaa #a8aead #a9aea8

Monochromatic Colors of #a8aeaa

#a8aeaa

Complementary Color

#a8aeaa #aea8ac

#a8aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8aeaa Color CSS Codes

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

#a8aeaa Text Font Color

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

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


#a8aeaa Background Color

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

This div background color is #a8aeaa


#a8aeaa Border Color

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

This div border color is #a8aeaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,174,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 #a8aeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8aeaa


Comments

No comments written yet.

Please login to write comment.