Color Hex Logo

#a97a9e Color Hex

#A97A9E
(169,122,158)
0 Favorites   0 Comments

Color spaces of #a97a9e

RGB 169122158
HSL0.870.210.57
HSV314°28°66°
CMYK 0.000.280.07   0.34
XYZ29.493324.822735.5845
Yxy24.82270.32810.2761
Hunter Lab49.822418.4773-7.4709
CIE-Lab56.902324.2710-12.0687

#a97a9e color RGB value is (169,122,158).

#a97a9e hex color red value is 169, green value is 122 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a97a9e hue: 0.87 , saturation: 0.21 and the lightness value of a97a9e is 0.57.

The process color (four color CMYK) of #a97a9e color hex is 0.00, 0.28, 0.07, 0.34. Web safe color of #a97a9e is #996699. Color #a97a9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 10011110
Octal 251 172 236
Decimal 169 122 158
Hex A9 7A 9E

RGB Percentages of Color #a97a9e

%37.64
%27.17
%35.19

CMYK Percentages of Color #a97a9e

%0
%28
%7
%34

Triadic Colors of #a97a9e

#a97a9e #9ea97a #7a9ea9

Analogous Colors of #a97a9e

#a97a9e #a97a87 #9d7aa9

Monochromatic Colors of #a97a9e

#a97a9e

Complementary Color

#a97a9e #7aa985

#a97a9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97a9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97a9e Color CSS Codes

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

#a97a9e Text Font Color

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

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


#a97a9e Background Color

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

This div background color is #a97a9e


#a97a9e Border Color

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

This div border color is #a97a9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97a9e


Comments

No comments written yet.

Please login to write comment.