Color Hex Logo

#aa769b Color Hex

#AA769B
(170,118,155)
0 Favorites   0 Comments

Color spaces of #aa769b

RGB 170118155
HSL0.880.230.56
HSV317°31°67°
CMYK 0.000.310.09   0.33
XYZ28.972423.869534.0906
Yxy23.86950.33330.2746
Hunter Lab48.856420.3537-7.1714
CIE-Lab55.956926.3412-11.7432

#aa769b color RGB value is (170,118,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 10011011
Octal 252 166 233
Decimal 170 118 155
Hex AA 76 9B

RGB Percentages of Color #aa769b

%38.37
%26.64
%34.99

CMYK Percentages of Color #aa769b

%0
%31
%9
%33

Triadic Colors of #aa769b

#aa769b #9baa76 #769baa

Analogous Colors of #aa769b

#aa769b #aa7681 #9f76aa

Monochromatic Colors of #aa769b

#aa769b

Complementary Color

#aa769b #76aa85

#aa769b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa769b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa769b Color CSS Codes

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

#aa769b Text Font Color

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

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


#aa769b Background Color

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

This div background color is #aa769b


#aa769b Border Color

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

This div border color is #aa769b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa769b


Comments

No comments written yet.

Please login to write comment.