Color Hex Logo

#aa9189 Color Hex

#AA9189
(170,145,137)
0 Favorites   0 Comments

Color spaces of #aa9189

RGB 170145137
HSL0.040.160.60
HSV15°19°67°
CMYK 0.000.150.19   0.33
XYZ31.218330.603027.9285
Yxy30.60300.34780.3410
Hunter Lab55.32003.92168.7912
CIE-Lab62.17118.03557.7030

#aa9189 color RGB value is (170,145,137).

#aa9189 hex color red value is 170, green value is 145 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #aa9189 hue: 0.04 , saturation: 0.16 and the lightness value of aa9189 is 0.60.

The process color (four color CMYK) of #aa9189 color hex is 0.00, 0.15, 0.19, 0.33. Web safe color of #aa9189 is #999999. Color #aa9189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 10001001
Octal 252 221 211
Decimal 170 145 137
Hex AA 91 89

RGB Percentages of Color #aa9189

%37.61
%32.08
%30.31

CMYK Percentages of Color #aa9189

%0
%15
%19
%33

Triadic Colors of #aa9189

#aa9189 #89aa91 #9189aa

Analogous Colors of #aa9189

#aa9189 #aaa289 #aa8992

Monochromatic Colors of #aa9189

#aa9189

Complementary Color

#aa9189 #89a2aa

#aa9189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9189 Color CSS Codes

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

#aa9189 Text Font Color

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

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


#aa9189 Background Color

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

This div background color is #aa9189


#aa9189 Border Color

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

This div border color is #aa9189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9189


Comments

No comments written yet.

Please login to write comment.