Color Hex Logo

#a8a59e Color Hex

#A8A59E
(168,165,158)
0 Favorites   0 Comments

Color spaces of #a8a59e

RGB 168165158
HSL0.120.050.64
HSV42°66°
CMYK 0.000.020.06   0.34
XYZ35.775137.703737.7397
Yxy37.70370.32170.3390
Hunter Lab61.4033-3.45736.5415
CIE-Lab67.8017-0.20553.9965

#a8a59e color RGB value is (168,165,158).

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

The process color (four color CMYK) of #a8a59e color hex is 0.00, 0.02, 0.06, 0.34. Web safe color of #a8a59e is #999999. Color #a8a59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100101 10011110
Octal 250 245 236
Decimal 168 165 158
Hex A8 A5 9E

RGB Percentages of Color #a8a59e

%34.22
%33.60
%32.18

CMYK Percentages of Color #a8a59e

%0
%2
%6
%34

Triadic Colors of #a8a59e

#a8a59e #9ea8a5 #a59ea8

Analogous Colors of #a8a59e

#a8a59e #a6a89e #a8a09e

Monochromatic Colors of #a8a59e

#a8a59e

Complementary Color

#a8a59e #9ea1a8

#a8a59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a59e Color CSS Codes

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

#a8a59e Text Font Color

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

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


#a8a59e Background Color

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

This div background color is #a8a59e


#a8a59e Border Color

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

This div border color is #a8a59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a59e


Comments

No comments written yet.

Please login to write comment.