Color Hex Logo

#aa969f Color Hex

#AA969F
(170,150,159)
0 Favorites   0 Comments

Color spaces of #aa969f

RGB 170150159
HSL0.930.110.63
HSV333°12°67°
CMYK 0.000.120.06   0.33
XYZ33.741932.861937.3655
Yxy32.86190.32450.3161
Hunter Lab57.32534.74651.4816
CIE-Lab64.04898.9972-2.0079

#aa969f color RGB value is (170,150,159).

#aa969f hex color red value is 170, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa969f hue: 0.93 , saturation: 0.11 and the lightness value of aa969f is 0.63.

The process color (four color CMYK) of #aa969f color hex is 0.00, 0.12, 0.06, 0.33. Web safe color of #aa969f is #999999. Color #aa969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 10011111
Octal 252 226 237
Decimal 170 150 159
Hex AA 96 9F

RGB Percentages of Color #aa969f

%35.49
%31.32
%33.19

CMYK Percentages of Color #aa969f

%0
%12
%6
%33

Triadic Colors of #aa969f

#aa969f #9faa96 #969faa

Analogous Colors of #aa969f

#aa969f #aa9796 #aa96a9

Monochromatic Colors of #aa969f

#aa969f

Complementary Color

#aa969f #96aaa1

#aa969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa969f Color CSS Codes

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

#aa969f Text Font Color

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

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


#aa969f Background Color

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

This div background color is #aa969f


#aa969f Border Color

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

This div border color is #aa969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa969f


Comments

No comments written yet.

Please login to write comment.