Color Hex Logo

#aaac95 Color Hex

#AAAC95
(170,172,149)
0 Favorites   0 Comments

Color spaces of #aaac95

RGB 170172149
HSL0.180.120.63
HSV65°13°67°
CMYK 0.010.000.13   0.33
XYZ36.754940.221034.2600
Yxy40.22100.33040.3616
Hunter Lab63.4200-7.535912.3651
CIE-Lab69.6266-4.805711.6008

#aaac95 color RGB value is (170,172,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10010101
Octal 252 254 225
Decimal 170 172 149
Hex AA AC 95

RGB Percentages of Color #aaac95

%34.62
%35.03
%30.35

CMYK Percentages of Color #aaac95

%1
%0
%13
%33

Triadic Colors of #aaac95

#aaac95 #95aaac #ac95aa

Analogous Colors of #aaac95

#aaac95 #9fac95 #aca395

Monochromatic Colors of #aaac95

#aaac95

Complementary Color

#aaac95 #9795ac

#aaac95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac95 Color CSS Codes

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

#aaac95 Text Font Color

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

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


#aaac95 Background Color

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

This div background color is #aaac95


#aaac95 Border Color

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

This div border color is #aaac95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac95


Comments

No comments written yet.

Please login to write comment.