Color Hex Logo

#a7aa5e Color Hex

#A7AA5E
(167,170,94)
0 Favorites   0 Comments

Color spaces of #a7aa5e

RGB 16717094
HSL0.170.310.52
HSV62°45°67°
CMYK 0.020.000.45   0.33
XYZ32.331537.773116.1766
Yxy37.77310.37470.4378
Hunter Lab61.4598-13.653127.4164
CIE-Lab67.8531-12.403138.6475

#a7aa5e color RGB value is (167,170,94).

#a7aa5e hex color red value is 167, green value is 170 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a7aa5e hue: 0.17 , saturation: 0.31 and the lightness value of a7aa5e is 0.52.

The process color (four color CMYK) of #a7aa5e color hex is 0.02, 0.00, 0.45, 0.33. Web safe color of #a7aa5e is #999966. Color #a7aa5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101010 01011110
Octal 247 252 136
Decimal 167 170 94
Hex A7 AA 5E

RGB Percentages of Color #a7aa5e

%38.75
%39.44
%21.81

CMYK Percentages of Color #a7aa5e

%2
%0
%45
%33

Triadic Colors of #a7aa5e

#a7aa5e #5ea7aa #aa5ea7

Analogous Colors of #a7aa5e

#a7aa5e #81aa5e #aa875e

Monochromatic Colors of #a7aa5e

#a7aa5e

Complementary Color

#a7aa5e #615eaa

#a7aa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aa5e Color CSS Codes

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

#a7aa5e Text Font Color

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

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


#a7aa5e Background Color

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

This div background color is #a7aa5e


#a7aa5e Border Color

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

This div border color is #a7aa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aa5e


Comments

No comments written yet.

Please login to write comment.