Color Hex Logo

#aa3660 Color Hex

#AA3660
(170,54,96)
0 Favorites   0 Comments

Color spaces of #aa3660

RGB 1705496
HSL0.940.520.44
HSV338°68°67°
CMYK 0.000.680.44   0.33
XYZ20.008112.028912.3336
Yxy12.02890.45090.2711
Hunter Lab34.682742.28013.1936
CIE-Lab41.262050.61631.9578

#aa3660 color RGB value is (170,54,96).

#aa3660 hex color red value is 170, green value is 54 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aa3660 hue: 0.94 , saturation: 0.52 and the lightness value of aa3660 is 0.44.

The process color (four color CMYK) of #aa3660 color hex is 0.00, 0.68, 0.44, 0.33. Web safe color of #aa3660 is #993366. Color #aa3660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110110 01100000
Octal 252 66 140
Decimal 170 54 96
Hex AA 36 60

RGB Percentages of Color #aa3660

%53.13
%16.88
%30.00

CMYK Percentages of Color #aa3660

%0
%68
%44
%33

Triadic Colors of #aa3660

#aa3660 #60aa36 #3660aa

Analogous Colors of #aa3660

#aa3660 #aa4636 #aa369a

Monochromatic Colors of #aa3660

#aa3660

Complementary Color

#aa3660 #36aa80

#aa3660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3660 Color CSS Codes

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

#aa3660 Text Font Color

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

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


#aa3660 Background Color

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

This div background color is #aa3660


#aa3660 Border Color

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

This div border color is #aa3660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3660


Comments

No comments written yet.

Please login to write comment.