Color Hex Logo

#aa919b Color Hex

#AA919B
(170,145,155)
0 Favorites   0 Comments

Color spaces of #aa919b

RGB 170145155
HSL0.930.130.62
HSV336°15°67°
CMYK 0.000.150.09   0.33
XYZ32.619431.163435.3063
Yxy31.16340.32920.3145
Hunter Lab55.82426.60951.5787
CIE-Lab62.645311.0769-1.8069

#aa919b color RGB value is (170,145,155).

#aa919b hex color red value is 170, green value is 145 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aa919b hue: 0.93 , saturation: 0.13 and the lightness value of aa919b is 0.62.

The process color (four color CMYK) of #aa919b color hex is 0.00, 0.15, 0.09, 0.33. Web safe color of #aa919b is #999999. Color #aa919b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 10011011
Octal 252 221 233
Decimal 170 145 155
Hex AA 91 9B

RGB Percentages of Color #aa919b

%36.17
%30.85
%32.98

CMYK Percentages of Color #aa919b

%0
%15
%9
%33

Triadic Colors of #aa919b

#aa919b #9baa91 #919baa

Analogous Colors of #aa919b

#aa919b #aa9491 #aa91a8

Monochromatic Colors of #aa919b

#aa919b

Complementary Color

#aa919b #91aaa0

#aa919b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa919b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa919b Color CSS Codes

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

#aa919b Text Font Color

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

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


#aa919b Background Color

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

This div background color is #aa919b


#aa919b Border Color

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

This div border color is #aa919b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,145,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 #aa919b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa919b


Comments

No comments written yet.

Please login to write comment.