Color Hex Logo

#aab69b Color Hex

#AAB69B
(170,182,155)
0 Favorites   0 Comments

Color spaces of #aab69b

RGB 170182155
HSL0.240.160.66
HSV87°15°71°
CMYK 0.070.000.15   0.29
XYZ39.221944.368537.5071
Yxy44.36850.32390.3664
Hunter Lab66.6097-11.460513.2413
CIE-Lab72.4741-9.105112.3417

#aab69b color RGB value is (170,182,155).

#aab69b hex color red value is 170, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aab69b hue: 0.24 , saturation: 0.16 and the lightness value of aab69b is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 10011011
Octal 252 266 233
Decimal 170 182 155
Hex AA B6 9B

RGB Percentages of Color #aab69b

%33.53
%35.90
%30.57

CMYK Percentages of Color #aab69b

%7
%0
%15
%29

Triadic Colors of #aab69b

#aab69b #9baab6 #b69baa

Analogous Colors of #aab69b

#aab69b #9db69b #b6b59b

Monochromatic Colors of #aab69b

#aab69b

Complementary Color

#aab69b #a79bb6

#aab69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab69b Color CSS Codes

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

#aab69b Text Font Color

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

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


#aab69b Background Color

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

This div background color is #aab69b


#aab69b Border Color

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

This div border color is #aab69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab69b


Comments

No comments written yet.

Please login to write comment.