Color Hex Logo

#aa728e Color Hex

#AA728E
(170,114,142)
0 Favorites   0 Comments

Color spaces of #aa728e

RGB 170114142
HSL0.920.250.56
HSV330°33°67°
CMYK 0.000.330.16   0.33
XYZ27.477422.533728.4924
Yxy22.53370.35000.2870
Hunter Lab47.469720.2512-2.3585
CIE-Lab54.588826.3480-6.2195

#aa728e color RGB value is (170,114,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 10001110
Octal 252 162 216
Decimal 170 114 142
Hex AA 72 8E

RGB Percentages of Color #aa728e

%39.91
%26.76
%33.33

CMYK Percentages of Color #aa728e

%0
%33
%16
%33

Triadic Colors of #aa728e

#aa728e #8eaa72 #728eaa

Analogous Colors of #aa728e

#aa728e #aa7272 #aa72aa

Monochromatic Colors of #aa728e

#aa728e

Complementary Color

#aa728e #72aa8e

#aa728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa728e Color CSS Codes

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

#aa728e Text Font Color

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

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


#aa728e Background Color

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

This div background color is #aa728e


#aa728e Border Color

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

This div border color is #aa728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa728e


Comments

No comments written yet.

Please login to write comment.