Color Hex Logo

#aa3961 Color Hex

#AA3961
(170,57,97)
0 Favorites   0 Comments

Color spaces of #aa3961

RGB 1705797
HSL0.940.500.45
HSV339°66°67°
CMYK 0.000.660.43   0.33
XYZ20.198412.335412.6257
Yxy12.33540.44730.2732
Hunter Lab35.121841.19153.2715
CIE-Lab41.744349.47752.0313

#aa3961 color RGB value is (170,57,97).

#aa3961 hex color red value is 170, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aa3961 hue: 0.94 , saturation: 0.50 and the lightness value of aa3961 is 0.45.

The process color (four color CMYK) of #aa3961 color hex is 0.00, 0.66, 0.43, 0.33. Web safe color of #aa3961 is #993366. Color #aa3961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111001 01100001
Octal 252 71 141
Decimal 170 57 97
Hex AA 39 61

RGB Percentages of Color #aa3961

%52.47
%17.59
%29.94

CMYK Percentages of Color #aa3961

%0
%66
%43
%33

Triadic Colors of #aa3961

#aa3961 #61aa39 #3961aa

Analogous Colors of #aa3961

#aa3961 #aa4a39 #aa399a

Monochromatic Colors of #aa3961

#aa3961

Complementary Color

#aa3961 #39aa82

#aa3961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3961 Color CSS Codes

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

#aa3961 Text Font Color

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

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


#aa3961 Background Color

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

This div background color is #aa3961


#aa3961 Border Color

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

This div border color is #aa3961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3961


Comments

No comments written yet.

Please login to write comment.