Color Hex Logo

#aaa393 Color Hex

#AAA393
(170,163,147)
0 Favorites   0 Comments

Color spaces of #aaa393

RGB 170163147
HSL0.120.120.62
HSV42°14°67°
CMYK 0.000.040.14   0.33
XYZ34.941236.847032.8743
Yxy36.84700.33380.3521
Hunter Lab60.7017-3.479710.3815
CIE-Lab67.1621-0.27589.2108

#aaa393 color RGB value is (170,163,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10010011
Octal 252 243 223
Decimal 170 163 147
Hex AA A3 93

RGB Percentages of Color #aaa393

%35.42
%33.96
%30.63

CMYK Percentages of Color #aaa393

%0
%4
%14
%33

Triadic Colors of #aaa393

#aaa393 #93aaa3 #a393aa

Analogous Colors of #aaa393

#aaa393 #a6aa93 #aa9893

Monochromatic Colors of #aaa393

#aaa393

Complementary Color

#aaa393 #939aaa

#aaa393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa393 Color CSS Codes

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

#aaa393 Text Font Color

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

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


#aaa393 Background Color

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

This div background color is #aaa393


#aaa393 Border Color

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

This div border color is #aaa393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa393


Comments

No comments written yet.

Please login to write comment.