Color Hex Logo

#aaa894 Color Hex

#AAA894
(170,168,148)
0 Favorites   0 Comments

Color spaces of #aaa894

RGB 170168148
HSL0.150.110.62
HSV55°13°67°
CMYK 0.000.010.13   0.33
XYZ35.925538.689433.5913
Yxy38.68940.33200.3576
Hunter Lab62.2008-5.754611.5212
CIE-Lab68.5257-2.821110.5934

#aaa894 color RGB value is (170,168,148).

#aaa894 hex color red value is 170, green value is 168 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aaa894 hue: 0.15 , saturation: 0.11 and the lightness value of aaa894 is 0.62.

The process color (four color CMYK) of #aaa894 color hex is 0.00, 0.01, 0.13, 0.33. Web safe color of #aaa894 is #999999. Color #aaa894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10010100
Octal 252 250 224
Decimal 170 168 148
Hex AA A8 94

RGB Percentages of Color #aaa894

%34.98
%34.57
%30.45

CMYK Percentages of Color #aaa894

%0
%1
%13
%33

Triadic Colors of #aaa894

#aaa894 #94aaa8 #a894aa

Analogous Colors of #aaa894

#aaa894 #a1aa94 #aa9d94

Monochromatic Colors of #aaa894

#aaa894

Complementary Color

#aaa894 #9496aa

#aaa894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa894 Color CSS Codes

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

#aaa894 Text Font Color

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

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


#aaa894 Background Color

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

This div background color is #aaa894


#aaa894 Border Color

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

This div border color is #aaa894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa894


Comments

No comments written yet.

Please login to write comment.