Color Hex Logo

#aaba9d Color Hex

#AABA9D
(170,186,157)
0 Favorites   0 Comments

Color spaces of #aaba9d

RGB 170186157
HSL0.260.170.67
HSV93°16°73°
CMYK 0.090.000.16   0.27
XYZ40.222346.098238.6762
Yxy46.09820.32180.3688
Hunter Lab67.8957-13.071613.7529
CIE-Lab73.6092-10.859412.8569

#aaba9d color RGB value is (170,186,157).

#aaba9d hex color red value is 170, green value is 186 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aaba9d hue: 0.26 , saturation: 0.17 and the lightness value of aaba9d is 0.67.

The process color (four color CMYK) of #aaba9d color hex is 0.09, 0.00, 0.16, 0.27. Web safe color of #aaba9d is #99cc99. Color #aaba9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 10011101
Octal 252 272 235
Decimal 170 186 157
Hex AA BA 9D

RGB Percentages of Color #aaba9d

%33.14
%36.26
%30.60

CMYK Percentages of Color #aaba9d

%9
%0
%16
%27

Triadic Colors of #aaba9d

#aaba9d #9daaba #ba9daa

Analogous Colors of #aaba9d

#aaba9d #9dba9f #b9ba9d

Monochromatic Colors of #aaba9d

#aaba9d

Complementary Color

#aaba9d #ad9dba

#aaba9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaba9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaba9d Color CSS Codes

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

#aaba9d Text Font Color

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

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


#aaba9d Background Color

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

This div background color is #aaba9d


#aaba9d Border Color

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

This div border color is #aaba9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaba9d


Comments

No comments written yet.

Please login to write comment.