Color Hex Logo

#a96689 Color Hex

#A96689
(169,102,137)
0 Favorites   0 Comments

Color spaces of #a96689

RGB 169102137
HSL0.910.280.53
HSV329°40°66°
CMYK 0.000.400.19   0.34
XYZ25.628919.743926.1271
Yxy19.74390.35840.2761
Hunter Lab44.434125.1963-3.7584
CIE-Lab51.546431.8750-7.8223

#a96689 color RGB value is (169,102,137).

#a96689 hex color red value is 169, green value is 102 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a96689 hue: 0.91 , saturation: 0.28 and the lightness value of a96689 is 0.53.

The process color (four color CMYK) of #a96689 color hex is 0.00, 0.40, 0.19, 0.34. Web safe color of #a96689 is #996699. Color #a96689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 10001001
Octal 251 146 211
Decimal 169 102 137
Hex A9 66 89

RGB Percentages of Color #a96689

%41.42
%25.00
%33.58

CMYK Percentages of Color #a96689

%0
%40
%19
%34

Triadic Colors of #a96689

#a96689 #89a966 #6689a9

Analogous Colors of #a96689

#a96689 #a96668 #a866a9

Monochromatic Colors of #a96689

#a96689

Complementary Color

#a96689 #66a986

#a96689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96689 Color CSS Codes

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

#a96689 Text Font Color

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

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


#a96689 Background Color

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

This div background color is #a96689


#a96689 Border Color

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

This div border color is #a96689


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,102,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96689


Comments

No comments written yet.

Please login to write comment.