Color Hex Logo

#aab891 Color Hex

#AAB891
(170,184,145)
0 Favorites   0 Comments

Color spaces of #aab891

RGB 170184145
HSL0.230.220.65
HSV82°21°72°
CMYK 0.080.000.21   0.28
XYZ38.828944.871433.4026
Yxy44.87140.33160.3832
Hunter Lab66.9861-13.757117.3253
CIE-Lab72.8071-11.788018.2288

#aab891 color RGB value is (170,184,145).

#aab891 hex color red value is 170, green value is 184 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aab891 hue: 0.23 , saturation: 0.22 and the lightness value of aab891 is 0.65.

The process color (four color CMYK) of #aab891 color hex is 0.08, 0.00, 0.21, 0.28. Web safe color of #aab891 is #99cc99. Color #aab891 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 10010001
Octal 252 270 221
Decimal 170 184 145
Hex AA B8 91

RGB Percentages of Color #aab891

%34.07
%36.87
%29.06

CMYK Percentages of Color #aab891

%8
%0
%21
%28

Triadic Colors of #aab891

#aab891 #91aab8 #b891aa

Analogous Colors of #aab891

#aab891 #97b891 #b8b391

Monochromatic Colors of #aab891

#aab891

Complementary Color

#aab891 #9f91b8

#aab891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab891 Color CSS Codes

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

#aab891 Text Font Color

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

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


#aab891 Background Color

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

This div background color is #aab891


#aab891 Border Color

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

This div border color is #aab891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab891


Comments

No comments written yet.

Please login to write comment.