Color Hex Logo

#aab291 Color Hex

#AAB291
(170,178,145)
0 Favorites   0 Comments

Color spaces of #aab291

RGB 170178145
HSL0.210.180.63
HSV75°19°70°
CMYK 0.040.000.19   0.30
XYZ37.608842.431232.9959
Yxy42.43120.33270.3754
Hunter Lab65.1392-10.934915.5645
CIE-Lab71.1672-8.646615.9510

#aab291 color RGB value is (170,178,145).

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

The process color (four color CMYK) of #aab291 color hex is 0.04, 0.00, 0.19, 0.30. Web safe color of #aab291 is #999999. Color #aab291 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 10010001
Octal 252 262 221
Decimal 170 178 145
Hex AA B2 91

RGB Percentages of Color #aab291

%34.48
%36.11
%29.41

CMYK Percentages of Color #aab291

%4
%0
%19
%30

Triadic Colors of #aab291

#aab291 #91aab2 #b291aa

Analogous Colors of #aab291

#aab291 #9ab291 #b2aa91

Monochromatic Colors of #aab291

#aab291

Complementary Color

#aab291 #9991b2

#aab291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab291 Color CSS Codes

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

#aab291 Text Font Color

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

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


#aab291 Background Color

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

This div background color is #aab291


#aab291 Border Color

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

This div border color is #aab291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab291


Comments

No comments written yet.

Please login to write comment.