Color Hex Logo

#aa788e Color Hex

#AA788E
(170,120,142)
0 Favorites   0 Comments

Color spaces of #aa788e

RGB 170120142
HSL0.930.230.57
HSV334°29°67°
CMYK 0.000.290.16   0.33
XYZ28.176523.932028.7255
Yxy23.93200.34860.2961
Hunter Lab48.920317.1995-0.5702
CIE-Lab56.019622.9607-4.1004

#aa788e color RGB value is (170,120,142).

#aa788e hex color red value is 170, green value is 120 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa788e hue: 0.93 , saturation: 0.23 and the lightness value of aa788e is 0.57.

The process color (four color CMYK) of #aa788e color hex is 0.00, 0.29, 0.16, 0.33. Web safe color of #aa788e is #996699. Color #aa788e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 10001110
Octal 252 170 216
Decimal 170 120 142
Hex AA 78 8E

RGB Percentages of Color #aa788e

%39.35
%27.78
%32.87

CMYK Percentages of Color #aa788e

%0
%29
%16
%33

Triadic Colors of #aa788e

#aa788e #8eaa78 #788eaa

Analogous Colors of #aa788e

#aa788e #aa7b78 #aa78a7

Monochromatic Colors of #aa788e

#aa788e

Complementary Color

#aa788e #78aa94

#aa788e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa788e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa788e Color CSS Codes

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

#aa788e Text Font Color

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

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


#aa788e Background Color

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

This div background color is #aa788e


#aa788e Border Color

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

This div border color is #aa788e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa788e


Comments

No comments written yet.

Please login to write comment.