Color Hex Logo

#a7957e Color Hex

#A7957E
(167,149,126)
0 Favorites   0 Comments

Color spaces of #a7957e

RGB 167149126
HSL0.090.190.57
HSV34°25°65°
CMYK 0.000.110.25   0.35
XYZ30.449731.216724.1592
Yxy31.21670.35480.3637
Hunter Lab55.8719-0.494913.4731
CIE-Lab62.69012.943414.5931

#a7957e color RGB value is (167,149,126).

#a7957e hex color red value is 167, green value is 149 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a7957e hue: 0.09 , saturation: 0.19 and the lightness value of a7957e is 0.57.

The process color (four color CMYK) of #a7957e color hex is 0.00, 0.11, 0.25, 0.35. Web safe color of #a7957e is #999966. Color #a7957e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010101 01111110
Octal 247 225 176
Decimal 167 149 126
Hex A7 95 7E

RGB Percentages of Color #a7957e

%37.78
%33.71
%28.51

CMYK Percentages of Color #a7957e

%0
%11
%25
%35

Triadic Colors of #a7957e

#a7957e #7ea795 #957ea7

Analogous Colors of #a7957e

#a7957e #a5a77e #a7817e

Monochromatic Colors of #a7957e

#a7957e

Complementary Color

#a7957e #7e90a7

#a7957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7957e Color CSS Codes

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

#a7957e Text Font Color

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

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


#a7957e Background Color

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

This div background color is #a7957e


#a7957e Border Color

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

This div border color is #a7957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7957e


Comments

No comments written yet.

Please login to write comment.