Color Hex Logo

#aa86af Color Hex

#AA86AF
(170,134,175)
0 Favorites   0 Comments

Color spaces of #aa86af

RGB 170134175
HSL0.810.200.61
HSV293°23°69°
CMYK 0.030.230.00   0.31
XYZ32.840528.691444.3645
Yxy28.69140.31010.2709
Hunter Lab53.564415.7014-11.6117
CIE-Lab60.508321.0774-16.3598

#aa86af color RGB value is (170,134,175).

#aa86af hex color red value is 170, green value is 134 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa86af hue: 0.81 , saturation: 0.20 and the lightness value of aa86af is 0.61.

The process color (four color CMYK) of #aa86af color hex is 0.03, 0.23, 0.00, 0.31. Web safe color of #aa86af is #999999. Color #aa86af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000110 10101111
Octal 252 206 257
Decimal 170 134 175
Hex AA 86 AF

RGB Percentages of Color #aa86af

%35.49
%27.97
%36.53

CMYK Percentages of Color #aa86af

%3
%23
%0
%31

Triadic Colors of #aa86af

#aa86af #afaa86 #86afaa

Analogous Colors of #aa86af

#aa86af #af86a0 #9686af

Monochromatic Colors of #aa86af

#aa86af

Complementary Color

#aa86af #8baf86

#aa86af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa86af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa86af Color CSS Codes

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

#aa86af Text Font Color

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

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


#aa86af Background Color

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

This div background color is #aa86af


#aa86af Border Color

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

This div border color is #aa86af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa86af


Comments

No comments written yet.

Please login to write comment.