Color Hex Logo

#aa9aab Color Hex

#AA9AAB
(170,154,171)
0 Favorites   0 Comments

Color spaces of #aa9aab

RGB 170154171
HSL0.820.090.64
HSV296°10°67°
CMYK 0.010.100.00   0.33
XYZ35.483934.597543.3359
Yxy34.59750.31290.3050
Hunter Lab58.81964.7486-2.5087
CIE-Lab65.43419.0174-6.7122

#aa9aab color RGB value is (170,154,171).

#aa9aab hex color red value is 170, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa9aab hue: 0.82 , saturation: 0.09 and the lightness value of aa9aab is 0.64.

The process color (four color CMYK) of #aa9aab color hex is 0.01, 0.10, 0.00, 0.33. Web safe color of #aa9aab is #999999. Color #aa9aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 10101011
Octal 252 232 253
Decimal 170 154 171
Hex AA 9A AB

RGB Percentages of Color #aa9aab

%34.34
%31.11
%34.55

CMYK Percentages of Color #aa9aab

%1
%10
%0
%33

Triadic Colors of #aa9aab

#aa9aab #abaa9a #9aabaa

Analogous Colors of #aa9aab

#aa9aab #ab9aa4 #a29aab

Monochromatic Colors of #aa9aab

#aa9aab

Complementary Color

#aa9aab #9bab9a

#aa9aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9aab Color CSS Codes

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

#aa9aab Text Font Color

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

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


#aa9aab Background Color

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

This div background color is #aa9aab


#aa9aab Border Color

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

This div border color is #aa9aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9aab


Comments

No comments written yet.

Please login to write comment.