Color Hex Logo

#aaa48e Color Hex

#AAA48E
(170,164,142)
0 Favorites   0 Comments

Color spaces of #aaa48e

RGB 170164142
HSL0.130.140.61
HSV47°16°67°
CMYK 0.000.040.16   0.33
XYZ34.735537.050030.9118
Yxy37.05000.33820.3608
Hunter Lab60.8687-4.657012.4980
CIE-Lab67.3145-1.637112.1985

#aaa48e color RGB value is (170,164,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 10001110
Octal 252 244 216
Decimal 170 164 142
Hex AA A4 8E

RGB Percentages of Color #aaa48e

%35.71
%34.45
%29.83

CMYK Percentages of Color #aaa48e

%0
%4
%16
%33

Triadic Colors of #aaa48e

#aaa48e #8eaaa4 #a48eaa

Analogous Colors of #aaa48e

#aaa48e #a2aa8e #aa968e

Monochromatic Colors of #aaa48e

#aaa48e

Complementary Color

#aaa48e #8e94aa

#aaa48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa48e Color CSS Codes

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

#aaa48e Text Font Color

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

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


#aaa48e Background Color

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

This div background color is #aaa48e


#aaa48e Border Color

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

This div border color is #aaa48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa48e


Comments

No comments written yet.

Please login to write comment.