Color Hex Logo

#aaa893 Color Hex

#AAA893
(170,168,147)
0 Favorites   0 Comments

Color spaces of #aaa893

RGB 170168147
HSL0.150.120.62
HSV55°14°67°
CMYK 0.000.010.14   0.33
XYZ35.846738.657933.1762
Yxy38.65790.33290.3590
Hunter Lab62.1755-5.894611.8863
CIE-Lab68.5027-2.986711.1128

#aaa893 color RGB value is (170,168,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10010011
Octal 252 250 223
Decimal 170 168 147
Hex AA A8 93

RGB Percentages of Color #aaa893

%35.05
%34.64
%30.31

CMYK Percentages of Color #aaa893

%0
%1
%14
%33

Triadic Colors of #aaa893

#aaa893 #93aaa8 #a893aa

Analogous Colors of #aaa893

#aaa893 #a1aa93 #aa9d93

Monochromatic Colors of #aaa893

#aaa893

Complementary Color

#aaa893 #9395aa

#aaa893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa893 Color CSS Codes

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

#aaa893 Text Font Color

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

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


#aaa893 Background Color

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

This div background color is #aaa893


#aaa893 Border Color

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

This div border color is #aaa893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa893


Comments

No comments written yet.

Please login to write comment.