Color Hex Logo

#aabbaa Color Hex

#AABBAA
(170,187,170)
2 Favorites   1 Comments

Color spaces of #aabbaa

RGB 170187170
HSL0.330.110.70
HSV120°73°
CMYK 0.090.000.09   0.27
XYZ41.603646.989044.9072
Yxy46.98900.31160.3520
Hunter Lab68.5485-11.62449.1422
CIE-Lab74.1827-9.08266.6147

#aabbaa color RGB value is (170,187,170).

#aabbaa hex color red value is 170, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aabbaa hue: 0.33 , saturation: 0.11 and the lightness value of aabbaa is 0.70.

The process color (four color CMYK) of #aabbaa color hex is 0.09, 0.00, 0.09, 0.27. Web safe color of #aabbaa is #99cc99. Color #aabbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10101010
Octal 252 273 252
Decimal 170 187 170
Hex AA BB AA

RGB Percentages of Color #aabbaa

%32.26
%35.48
%32.26

CMYK Percentages of Color #aabbaa

%9
%0
%9
%27

Triadic Colors of #aabbaa

#aabbaa #aaaabb #bbaaaa

Analogous Colors of #aabbaa

#aabbaa #aabbb3 #b3bbaa

Monochromatic Colors of #aabbaa

#aabbaa

Complementary Color

#aabbaa #bbaabb

#aabbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbaa Color CSS Codes

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

#aabbaa Text Font Color

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

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


#aabbaa Background Color

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

This div background color is #aabbaa


#aabbaa Border Color

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

This div border color is #aabbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbaa

#aabbaa Color Palettes


Comments

20 Feb 2019, 21:58 Named

Aba could refer to a traditional Middle Eastern garment or a fabric woven with camel or goat hair.

Please login to write comment.