Color Hex Logo

#aa176a Color Hex

#AA176A
(170,23,106)
0 Favorites   0 Comments

Color spaces of #aa176a

RGB 17023106
HSL0.910.760.38
HSV326°86°67°
CMYK 0.000.860.38   0.33
XYZ19.485510.199414.5774
Yxy10.19940.44020.2304
Hunter Lab31.936553.0198-4.7073
CIE-Lab38.198061.2109-8.8696

#aa176a color RGB value is (170,23,106).

#aa176a hex color red value is 170, green value is 23 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aa176a hue: 0.91 , saturation: 0.76 and the lightness value of aa176a is 0.38.

The process color (four color CMYK) of #aa176a color hex is 0.00, 0.86, 0.38, 0.33. Web safe color of #aa176a is #990066. Color #aa176a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 01101010
Octal 252 27 152
Decimal 170 23 106
Hex AA 17 6A

RGB Percentages of Color #aa176a

%56.86
%7.69
%35.45

CMYK Percentages of Color #aa176a

%0
%86
%38
%33

Triadic Colors of #aa176a

#aa176a #6aaa17 #176aaa

Analogous Colors of #aa176a

#aa176a #aa1721 #a117aa

Monochromatic Colors of #aa176a

#aa176a

Complementary Color

#aa176a #17aa57

#aa176a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa176a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa176a Color CSS Codes

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

#aa176a Text Font Color

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

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


#aa176a Background Color

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

This div background color is #aa176a


#aa176a Border Color

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

This div border color is #aa176a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa176a


Comments

No comments written yet.

Please login to write comment.