Color Hex Logo

#aa769f Color Hex

#AA769F
(170,118,159)
0 Favorites   0 Comments

Color spaces of #aa769f

RGB 170118159
HSL0.870.230.56
HSV313°31°67°
CMYK 0.000.310.06   0.33
XYZ29.314024.006135.8895
Yxy24.00610.32860.2691
Hunter Lab48.996021.0524-9.1326
CIE-Lab56.093927.0680-13.8549

#aa769f color RGB value is (170,118,159).

#aa769f hex color red value is 170, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa769f hue: 0.87 , saturation: 0.23 and the lightness value of aa769f is 0.56.

The process color (four color CMYK) of #aa769f color hex is 0.00, 0.31, 0.06, 0.33. Web safe color of #aa769f is #996699. Color #aa769f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 10011111
Octal 252 166 237
Decimal 170 118 159
Hex AA 76 9F

RGB Percentages of Color #aa769f

%38.03
%26.40
%35.57

CMYK Percentages of Color #aa769f

%0
%31
%6
%33

Triadic Colors of #aa769f

#aa769f #9faa76 #769faa

Analogous Colors of #aa769f

#aa769f #aa7685 #9b76aa

Monochromatic Colors of #aa769f

#aa769f

Complementary Color

#aa769f #76aa81

#aa769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa769f Color CSS Codes

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

#aa769f Text Font Color

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

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


#aa769f Background Color

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

This div background color is #aa769f


#aa769f Border Color

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

This div border color is #aa769f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,118,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa769f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa769f;
  -webkit-box-shadow: 1px 1px 3px 2px #aa769f;
  box-shadow:         1px 1px 3px 2px #aa769f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,118,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa769f


Comments

No comments written yet.

Please login to write comment.