Color Hex Logo

#aa3440 Color Hex

#AA3440
(170,52,64)
0 Favorites   0 Comments

Color spaces of #aa3440

RGB 1705264
HSL0.980.530.44
HSV354°69°67°
CMYK 0.000.690.62   0.33
XYZ18.731011.37226.0583
Yxy11.37220.51800.3145
Hunter Lab33.722740.131712.9544
CIE-Lab40.200448.724220.5441

#aa3440 color RGB value is (170,52,64).

#aa3440 hex color red value is 170, green value is 52 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aa3440 hue: 0.98 , saturation: 0.53 and the lightness value of aa3440 is 0.44.

The process color (four color CMYK) of #aa3440 color hex is 0.00, 0.69, 0.62, 0.33. Web safe color of #aa3440 is #993333. Color #aa3440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 01000000
Octal 252 64 100
Decimal 170 52 64
Hex AA 34 40

RGB Percentages of Color #aa3440

%59.44
%18.18
%22.38

CMYK Percentages of Color #aa3440

%0
%69
%62
%33

Triadic Colors of #aa3440

#aa3440 #40aa34 #3440aa

Analogous Colors of #aa3440

#aa3440 #aa6334 #aa347b

Monochromatic Colors of #aa3440

#aa3440

Complementary Color

#aa3440 #34aa9e

#aa3440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3440 Color CSS Codes

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

#aa3440 Text Font Color

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

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


#aa3440 Background Color

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

This div background color is #aa3440


#aa3440 Border Color

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

This div border color is #aa3440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3440


Comments

No comments written yet.

Please login to write comment.