Color Hex Logo

#aa3551 Color Hex

#AA3551
(170,53,81)
0 Favorites   0 Comments

Color spaces of #aa3551

RGB 1705381
HSL0.960.520.44
HSV346°69°67°
CMYK 0.000.690.52   0.33
XYZ19.335911.68639.0212
Yxy11.68630.48290.2918
Hunter Lab34.185241.13938.2835
CIE-Lab40.713149.613210.5917

#aa3551 color RGB value is (170,53,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110101 01010001
Octal 252 65 121
Decimal 170 53 81
Hex AA 35 51

RGB Percentages of Color #aa3551

%55.92
%17.43
%26.64

CMYK Percentages of Color #aa3551

%0
%69
%52
%33

Triadic Colors of #aa3551

#aa3551 #51aa35 #3551aa

Analogous Colors of #aa3551

#aa3551 #aa5435 #aa358c

Monochromatic Colors of #aa3551

#aa3551

Complementary Color

#aa3551 #35aa8e

#aa3551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3551 Color CSS Codes

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

#aa3551 Text Font Color

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

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


#aa3551 Background Color

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

This div background color is #aa3551


#aa3551 Border Color

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

This div border color is #aa3551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3551


Comments

No comments written yet.

Please login to write comment.