Color Hex Logo

#aab691 Color Hex

#AAB691
(170,182,145)
0 Favorites   0 Comments

Color spaces of #aab691

RGB 170182145
HSL0.220.200.64
HSV79°20°71°
CMYK 0.070.000.20   0.29
XYZ38.416344.046333.2651
Yxy44.04630.33200.3806
Hunter Lab66.3674-12.819416.7394
CIE-Lab72.2594-10.746017.4698

#aab691 color RGB value is (170,182,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 10010001
Octal 252 266 221
Decimal 170 182 145
Hex AA B6 91

RGB Percentages of Color #aab691

%34.21
%36.62
%29.18

CMYK Percentages of Color #aab691

%7
%0
%20
%29

Triadic Colors of #aab691

#aab691 #91aab6 #b691aa

Analogous Colors of #aab691

#aab691 #98b691 #b6b091

Monochromatic Colors of #aab691

#aab691

Complementary Color

#aab691 #9d91b6

#aab691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab691 Color CSS Codes

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

#aab691 Text Font Color

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

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


#aab691 Background Color

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

This div background color is #aab691


#aab691 Border Color

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

This div border color is #aab691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab691


Comments

No comments written yet.

Please login to write comment.