Color Hex Logo

#a8a99e Color Hex

#A8A99E
(168,169,158)
0 Favorites   0 Comments

Color spaces of #a8a99e

RGB 168169158
HSL0.180.060.64
HSV65°66°
CMYK 0.010.000.07   0.34
XYZ36.508039.169437.9840
Yxy39.16940.32120.3446
Hunter Lab62.5855-5.40017.8259
CIE-Lab68.8738-2.37825.5425

#a8a99e color RGB value is (168,169,158).

#a8a99e hex color red value is 168, green value is 169 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a8a99e hue: 0.18 , saturation: 0.06 and the lightness value of a8a99e is 0.64.

The process color (four color CMYK) of #a8a99e color hex is 0.01, 0.00, 0.07, 0.34. Web safe color of #a8a99e is #999999. Color #a8a99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101001 10011110
Octal 250 251 236
Decimal 168 169 158
Hex A8 A9 9E

RGB Percentages of Color #a8a99e

%33.94
%34.14
%31.92

CMYK Percentages of Color #a8a99e

%1
%0
%7
%34

Triadic Colors of #a8a99e

#a8a99e #9ea8a9 #a99ea8

Analogous Colors of #a8a99e

#a8a99e #a3a99e #a9a59e

Monochromatic Colors of #a8a99e

#a8a99e

Complementary Color

#a8a99e #9f9ea9

#a8a99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a99e Color CSS Codes

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

#a8a99e Text Font Color

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

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


#a8a99e Background Color

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

This div background color is #a8a99e


#a8a99e Border Color

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

This div border color is #a8a99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a99e


Comments

No comments written yet.

Please login to write comment.