Color Hex Logo

#aa3550 Color Hex

#AA3550
(170,53,80)
0 Favorites   0 Comments

Color spaces of #aa3550

RGB 1705380
HSL0.960.520.44
HSV346°69°67°
CMYK 0.000.690.53   0.33
XYZ19.298611.67148.8251
Yxy11.67140.48490.2933
Hunter Lab34.163441.04708.5986
CIE-Lab40.689049.527911.1865

#aa3550 color RGB value is (170,53,80).

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

The process color (four color CMYK) of #aa3550 color hex is 0.00, 0.69, 0.53, 0.33. Web safe color of #aa3550 is #993366. Color #aa3550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110101 01010000
Octal 252 65 120
Decimal 170 53 80
Hex AA 35 50

RGB Percentages of Color #aa3550

%56.11
%17.49
%26.40

CMYK Percentages of Color #aa3550

%0
%69
%53
%33

Triadic Colors of #aa3550

#aa3550 #50aa35 #3550aa

Analogous Colors of #aa3550

#aa3550 #aa5535 #aa358b

Monochromatic Colors of #aa3550

#aa3550

Complementary Color

#aa3550 #35aa8f

#aa3550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3550 Color CSS Codes

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

#aa3550 Text Font Color

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

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


#aa3550 Background Color

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

This div background color is #aa3550


#aa3550 Border Color

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

This div border color is #aa3550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3550


Comments

No comments written yet.

Please login to write comment.