Color Hex Logo

#aa768d Color Hex

#AA768D
(170,118,141)
0 Favorites   0 Comments

Color spaces of #aa768d

RGB 170118141
HSL0.930.230.56
HSV333°31°67°
CMYK 0.000.310.17   0.33
XYZ27.863723.426028.2524
Yxy23.42600.35030.2945
Hunter Lab48.400418.0602-0.7286
CIE-Lab55.508523.9259-4.2737

#aa768d color RGB value is (170,118,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 10001101
Octal 252 166 215
Decimal 170 118 141
Hex AA 76 8D

RGB Percentages of Color #aa768d

%39.63
%27.51
%32.87

CMYK Percentages of Color #aa768d

%0
%31
%17
%33

Triadic Colors of #aa768d

#aa768d #8daa76 #768daa

Analogous Colors of #aa768d

#aa768d #aa7976 #aa76a7

Monochromatic Colors of #aa768d

#aa768d

Complementary Color

#aa768d #76aa93

#aa768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa768d Color CSS Codes

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

#aa768d Text Font Color

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

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


#aa768d Background Color

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

This div background color is #aa768d


#aa768d Border Color

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

This div border color is #aa768d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa768d


Comments

No comments written yet.

Please login to write comment.