Color Hex Logo

#aab596 Color Hex

#AAB596
(170,181,150)
0 Favorites   0 Comments

Color spaces of #aab596

RGB 170181150
HSL0.230.170.65
HSV81°17°71°
CMYK 0.060.000.17   0.29
XYZ38.606543.795835.2728
Yxy43.79580.32810.3722
Hunter Lab66.1784-11.680614.7236
CIE-Lab72.0918-9.414314.5236

#aab596 color RGB value is (170,181,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110101 10010110
Octal 252 265 226
Decimal 170 181 150
Hex AA B5 96

RGB Percentages of Color #aab596

%33.93
%36.13
%29.94

CMYK Percentages of Color #aab596

%6
%0
%17
%29

Triadic Colors of #aab596

#aab596 #96aab5 #b596aa

Analogous Colors of #aab596

#aab596 #9bb596 #b5b196

Monochromatic Colors of #aab596

#aab596

Complementary Color

#aab596 #a196b5

#aab596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab596 Color CSS Codes

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

#aab596 Text Font Color

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

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


#aab596 Background Color

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

This div background color is #aab596


#aab596 Border Color

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

This div border color is #aab596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab596


Comments

No comments written yet.

Please login to write comment.