Color Hex Logo

#a7b19e Color Hex

#A7B19E
(167,177,158)
0 Favorites   0 Comments

Color spaces of #a7b19e

RGB 167177158
HSL0.250.110.66
HSV92°11°69°
CMYK 0.060.000.11   0.31
XYZ37.830042.128438.4855
Yxy42.12840.31940.3557
Hunter Lab64.9064-9.549410.2792
CIE-Lab70.9594-7.03258.5214

#a7b19e color RGB value is (167,177,158).

#a7b19e hex color red value is 167, green value is 177 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a7b19e hue: 0.25 , saturation: 0.11 and the lightness value of a7b19e is 0.66.

The process color (four color CMYK) of #a7b19e color hex is 0.06, 0.00, 0.11, 0.31. Web safe color of #a7b19e is #999999. Color #a7b19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110001 10011110
Octal 247 261 236
Decimal 167 177 158
Hex A7 B1 9E

RGB Percentages of Color #a7b19e

%33.27
%35.26
%31.47

CMYK Percentages of Color #a7b19e

%6
%0
%11
%31

Triadic Colors of #a7b19e

#a7b19e #9ea7b1 #b19ea7

Analogous Colors of #a7b19e

#a7b19e #9eb19f #b1b19e

Monochromatic Colors of #a7b19e

#a7b19e

Complementary Color

#a7b19e #a89eb1

#a7b19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b19e Color CSS Codes

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

#a7b19e Text Font Color

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

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


#a7b19e Background Color

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

This div background color is #a7b19e


#a7b19e Border Color

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

This div border color is #a7b19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b19e


Comments

No comments written yet.

Please login to write comment.