Color Hex Logo

#aaa38e Color Hex

#AAA38E
(170,163,142)
0 Favorites   0 Comments

Color spaces of #aaa38e

RGB 170163142
HSL0.130.140.61
HSV45°16°67°
CMYK 0.000.040.16   0.33
XYZ34.557236.693430.8524
Yxy36.69340.33850.3594
Hunter Lab60.5751-4.174712.2047
CIE-Lab67.0464-1.094011.8204

#aaa38e color RGB value is (170,163,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10001110
Octal 252 243 216
Decimal 170 163 142
Hex AA A3 8E

RGB Percentages of Color #aaa38e

%35.79
%34.32
%29.89

CMYK Percentages of Color #aaa38e

%0
%4
%16
%33

Triadic Colors of #aaa38e

#aaa38e #8eaaa3 #a38eaa

Analogous Colors of #aaa38e

#aaa38e #a3aa8e #aa958e

Monochromatic Colors of #aaa38e

#aaa38e

Complementary Color

#aaa38e #8e95aa

#aaa38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa38e Color CSS Codes

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

#aaa38e Text Font Color

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

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


#aaa38e Background Color

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

This div background color is #aaa38e


#aaa38e Border Color

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

This div border color is #aaa38e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,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 #aaa38e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa38e


Comments

No comments written yet.

Please login to write comment.