Color Hex Logo

#aa938e Color Hex

#AA938E
(170,147,142)
0 Favorites   0 Comments

Color spaces of #aa938e

RGB 170147142
HSL0.030.140.61
HSV11°16°67°
CMYK 0.000.140.16   0.33
XYZ31.893831.366529.9645
Yxy31.36650.34210.3365
Hunter Lab56.00583.64087.4824
CIE-Lab62.81587.72695.7988

#aa938e color RGB value is (170,147,142).

#aa938e hex color red value is 170, green value is 147 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa938e hue: 0.03 , saturation: 0.14 and the lightness value of aa938e is 0.61.

The process color (four color CMYK) of #aa938e color hex is 0.00, 0.14, 0.16, 0.33. Web safe color of #aa938e is #999999. Color #aa938e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 10001110
Octal 252 223 216
Decimal 170 147 142
Hex AA 93 8E

RGB Percentages of Color #aa938e

%37.04
%32.03
%30.94

CMYK Percentages of Color #aa938e

%0
%14
%16
%33

Triadic Colors of #aa938e

#aa938e #8eaa93 #938eaa

Analogous Colors of #aa938e

#aa938e #aaa18e #aa8e97

Monochromatic Colors of #aa938e

#aa938e

Complementary Color

#aa938e #8ea5aa

#aa938e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa938e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa938e Color CSS Codes

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

#aa938e Text Font Color

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

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


#aa938e Background Color

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

This div background color is #aa938e


#aa938e Border Color

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

This div border color is #aa938e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa938e


Comments

No comments written yet.

Please login to write comment.