Color Hex Logo

#aa849f Color Hex

#AA849F
(170,132,159)
0 Favorites   0 Comments

Color spaces of #aa849f

RGB 170132159
HSL0.880.180.59
HSV317°22°67°
CMYK 0.000.220.06   0.33
XYZ31.086827.551836.4805
Yxy27.55180.32680.2897
Hunter Lab52.489813.8585-4.4638
CIE-Lab59.481619.1428-8.7682

#aa849f color RGB value is (170,132,159).

#aa849f hex color red value is 170, green value is 132 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa849f hue: 0.88 , saturation: 0.18 and the lightness value of aa849f is 0.59.

The process color (four color CMYK) of #aa849f color hex is 0.00, 0.22, 0.06, 0.33. Web safe color of #aa849f is #999999. Color #aa849f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 10011111
Octal 252 204 237
Decimal 170 132 159
Hex AA 84 9F

RGB Percentages of Color #aa849f

%36.88
%28.63
%34.49

CMYK Percentages of Color #aa849f

%0
%22
%6
%33

Triadic Colors of #aa849f

#aa849f #9faa84 #849faa

Analogous Colors of #aa849f

#aa849f #aa848c #a284aa

Monochromatic Colors of #aa849f

#aa849f

Complementary Color

#aa849f #84aa8f

#aa849f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa849f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa849f Color CSS Codes

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

#aa849f Text Font Color

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

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


#aa849f Background Color

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

This div background color is #aa849f


#aa849f Border Color

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

This div border color is #aa849f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa849f


Comments

No comments written yet.

Please login to write comment.