Color Hex Logo

#aaa395 Color Hex

#AAA395
(170,163,149)
0 Favorites   0 Comments

Color spaces of #aaa395

RGB 170163149
HSL0.110.110.63
HSV40°12°67°
CMYK 0.000.040.12   0.33
XYZ35.099636.910433.7082
Yxy36.91040.33200.3491
Hunter Lab60.7539-3.19399.6318
CIE-Lab67.20980.05928.1680

#aaa395 color RGB value is (170,163,149).

#aaa395 hex color red value is 170, green value is 163 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aaa395 hue: 0.11 , saturation: 0.11 and the lightness value of aaa395 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10010101
Octal 252 243 225
Decimal 170 163 149
Hex AA A3 95

RGB Percentages of Color #aaa395

%35.27
%33.82
%30.91

CMYK Percentages of Color #aaa395

%0
%4
%12
%33

Triadic Colors of #aaa395

#aaa395 #95aaa3 #a395aa

Analogous Colors of #aaa395

#aaa395 #a7aa95 #aa9995

Monochromatic Colors of #aaa395

#aaa395

Complementary Color

#aaa395 #959caa

#aaa395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa395 Color CSS Codes

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

#aaa395 Text Font Color

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

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


#aaa395 Background Color

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

This div background color is #aaa395


#aaa395 Border Color

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

This div border color is #aaa395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa395


Comments

No comments written yet.

Please login to write comment.