Color Hex Logo

#aa738f Color Hex

#AA738F
(170,115,143)
0 Favorites   0 Comments

Color spaces of #aa738f

RGB 170115143
HSL0.920.240.56
HSV329°32°67°
CMYK 0.000.320.16   0.33
XYZ27.666222.790728.9275
Yxy22.79070.34850.2871
Hunter Lab47.739619.9005-2.5087
CIE-Lab54.856125.9511-6.4065

#aa738f color RGB value is (170,115,143).

#aa738f hex color red value is 170, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aa738f hue: 0.92 , saturation: 0.24 and the lightness value of aa738f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 10001111
Octal 252 163 217
Decimal 170 115 143
Hex AA 73 8F

RGB Percentages of Color #aa738f

%39.72
%26.87
%33.41

CMYK Percentages of Color #aa738f

%0
%32
%16
%33

Triadic Colors of #aa738f

#aa738f #8faa73 #738faa

Analogous Colors of #aa738f

#aa738f #aa7374 #aa73aa

Monochromatic Colors of #aa738f

#aa738f

Complementary Color

#aa738f #73aa8e

#aa738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa738f Color CSS Codes

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

#aa738f Text Font Color

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

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


#aa738f Background Color

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

This div background color is #aa738f


#aa738f Border Color

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

This div border color is #aa738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa738f


Comments

No comments written yet.

Please login to write comment.