Color Hex Logo

#aab591 Color Hex

#AAB591
(170,181,145)
0 Favorites   0 Comments

Color spaces of #aab591

RGB 170181145
HSL0.220.200.64
HSV78°20°71°
CMYK 0.060.000.20   0.29
XYZ38.212343.638133.1971
Yxy43.63810.33210.3793
Hunter Lab66.0591-12.349116.4460
CIE-Lab71.9859-10.222617.0901

#aab591 color RGB value is (170,181,145).

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

The process color (four color CMYK) of #aab591 color hex is 0.06, 0.00, 0.20, 0.29. Web safe color of #aab591 is #99cc99. Color #aab591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 10010001
Octal 252 265 221
Decimal 170 181 145
Hex AA B5 91

RGB Percentages of Color #aab591

%34.27
%36.49
%29.23

CMYK Percentages of Color #aab591

%6
%0
%20
%29

Triadic Colors of #aab591

#aab591 #91aab5 #b591aa

Analogous Colors of #aab591

#aab591 #98b591 #b5ae91

Monochromatic Colors of #aab591

#aab591

Complementary Color

#aab591 #9c91b5

#aab591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab591 Color CSS Codes

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

#aab591 Text Font Color

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

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


#aab591 Background Color

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

This div background color is #aab591


#aab591 Border Color

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

This div border color is #aab591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab591


Comments

No comments written yet.

Please login to write comment.