Color Hex Logo

#a9957e Color Hex

#A9957E
(169,149,126)
0 Favorites   0 Comments

Color spaces of #a9957e

RGB 169149126
HSL0.090.200.58
HSV32°25°66°
CMYK 0.000.120.25   0.34
XYZ30.875531.436324.1792
Yxy31.43630.35700.3635
Hunter Lab56.06810.177013.6790
CIE-Lab62.87423.737314.8771

#a9957e color RGB value is (169,149,126).

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

The process color (four color CMYK) of #a9957e color hex is 0.00, 0.12, 0.25, 0.34. Web safe color of #a9957e is #999966. Color #a9957e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010101 01111110
Octal 251 225 176
Decimal 169 149 126
Hex A9 95 7E

RGB Percentages of Color #a9957e

%38.06
%33.56
%28.38

CMYK Percentages of Color #a9957e

%0
%12
%25
%34

Triadic Colors of #a9957e

#a9957e #7ea995 #957ea9

Analogous Colors of #a9957e

#a9957e #a8a97e #a9807e

Monochromatic Colors of #a9957e

#a9957e

Complementary Color

#a9957e #7e92a9

#a9957e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9957e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9957e Color CSS Codes

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

#a9957e Text Font Color

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

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


#a9957e Background Color

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

This div background color is #a9957e


#a9957e Border Color

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

This div border color is #a9957e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9957e


Comments

No comments written yet.

Please login to write comment.