Color Hex Logo

#a96b9e Color Hex

#A96B9E
(169,107,158)
0 Favorites   0 Comments

Color spaces of #a96b9e

RGB 169107158
HSL0.860.260.54
HSV311°37°66°
CMYK 0.000.370.07   0.34
XYZ27.791421.419035.0173
Yxy21.41900.33000.2543
Hunter Lab46.280726.1975-12.4641
CIE-Lab53.405032.7047-17.3625

#a96b9e color RGB value is (169,107,158).

#a96b9e hex color red value is 169, green value is 107 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a96b9e hue: 0.86 , saturation: 0.26 and the lightness value of a96b9e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101011 10011110
Octal 251 153 236
Decimal 169 107 158
Hex A9 6B 9E

RGB Percentages of Color #a96b9e

%38.94
%24.65
%36.41

CMYK Percentages of Color #a96b9e

%0
%37
%7
%34

Triadic Colors of #a96b9e

#a96b9e #9ea96b #6b9ea9

Analogous Colors of #a96b9e

#a96b9e #a96b7f #956ba9

Monochromatic Colors of #a96b9e

#a96b9e

Complementary Color

#a96b9e #6ba976

#a96b9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96b9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96b9e Color CSS Codes

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

#a96b9e Text Font Color

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

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


#a96b9e Background Color

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

This div background color is #a96b9e


#a96b9e Border Color

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

This div border color is #a96b9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96b9e


Comments

No comments written yet.

Please login to write comment.