Color Hex Logo

#aa9ab0 Color Hex

#AA9AB0
(170,154,176)
0 Favorites   0 Comments

Color spaces of #aa9ab0

RGB 170154176
HSL0.790.120.65
HSV284°13°69°
CMYK 0.030.130.00   0.31
XYZ35.969634.791845.8940
Yxy34.79180.30830.2982
Hunter Lab58.98465.6287-4.8424
CIE-Lab65.58629.9967-9.2894

#aa9ab0 color RGB value is (170,154,176).

#aa9ab0 hex color red value is 170, green value is 154 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #aa9ab0 hue: 0.79 , saturation: 0.12 and the lightness value of aa9ab0 is 0.65.

The process color (four color CMYK) of #aa9ab0 color hex is 0.03, 0.13, 0.00, 0.31. Web safe color of #aa9ab0 is #999999. Color #aa9ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 10110000
Octal 252 232 260
Decimal 170 154 176
Hex AA 9A B0

RGB Percentages of Color #aa9ab0

%34.00
%30.80
%35.20

CMYK Percentages of Color #aa9ab0

%3
%13
%0
%31

Triadic Colors of #aa9ab0

#aa9ab0 #b0aa9a #9ab0aa

Analogous Colors of #aa9ab0

#aa9ab0 #b09aab #9f9ab0

Monochromatic Colors of #aa9ab0

#aa9ab0

Complementary Color

#aa9ab0 #a0b09a

#aa9ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9ab0 Color CSS Codes

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

#aa9ab0 Text Font Color

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

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


#aa9ab0 Background Color

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

This div background color is #aa9ab0


#aa9ab0 Border Color

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

This div border color is #aa9ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9ab0


Comments

No comments written yet.

Please login to write comment.