Color Hex Logo

#aa699f Color Hex

#AA699F
(170,105,159)
0 Favorites   0 Comments

Color spaces of #aa699f

RGB 170105159
HSL0.860.280.54
HSV310°38°67°
CMYK 0.000.380.06   0.33
XYZ27.887121.152435.4139
Yxy21.15240.33020.2505
Hunter Lab45.991727.7480-13.4594
CIE-Lab53.115934.3316-18.3764

#aa699f color RGB value is (170,105,159).

#aa699f hex color red value is 170, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa699f hue: 0.86 , saturation: 0.28 and the lightness value of aa699f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 10011111
Octal 252 151 237
Decimal 170 105 159
Hex AA 69 9F

RGB Percentages of Color #aa699f

%39.17
%24.19
%36.64

CMYK Percentages of Color #aa699f

%0
%38
%6
%33

Triadic Colors of #aa699f

#aa699f #9faa69 #699faa

Analogous Colors of #aa699f

#aa699f #aa697f #9569aa

Monochromatic Colors of #aa699f

#aa699f

Complementary Color

#aa699f #69aa74

#aa699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa699f Color CSS Codes

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

#aa699f Text Font Color

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

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


#aa699f Background Color

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

This div background color is #aa699f


#aa699f Border Color

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

This div border color is #aa699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa699f


Comments

No comments written yet.

Please login to write comment.