Color Hex Logo

#aaa39e Color Hex

#AAA39E
(170,163,158)
0 Favorites   0 Comments

Color spaces of #aaa39e

RGB 170163158
HSL0.070.070.64
HSV25°67°
CMYK 0.000.040.07   0.33
XYZ35.846337.209137.6405
Yxy37.20910.32380.3361
Hunter Lab60.9993-1.85296.1137
CIE-Lab67.43361.62023.4851

#aaa39e color RGB value is (170,163,158).

#aaa39e hex color red value is 170, green value is 163 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aaa39e hue: 0.07 , saturation: 0.07 and the lightness value of aaa39e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10011110
Octal 252 243 236
Decimal 170 163 158
Hex AA A3 9E

RGB Percentages of Color #aaa39e

%34.62
%33.20
%32.18

CMYK Percentages of Color #aaa39e

%0
%4
%7
%33

Triadic Colors of #aaa39e

#aaa39e #9eaaa3 #a39eaa

Analogous Colors of #aaa39e

#aaa39e #aaa99e #aa9e9f

Monochromatic Colors of #aaa39e

#aaa39e

Complementary Color

#aaa39e #9ea5aa

#aaa39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa39e Color CSS Codes

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

#aaa39e Text Font Color

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

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


#aaa39e Background Color

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

This div background color is #aaa39e


#aaa39e Border Color

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

This div border color is #aaa39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa39e


Comments

No comments written yet.

Please login to write comment.