Color Hex Logo

#aa4440 Color Hex

#AA4440
(170,68,64)
0 Favorites   0 Comments

Color spaces of #aa4440

RGB 1706864
HSL0.010.450.46
HSV62°67°
CMYK 0.000.600.62   0.33
XYZ19.570113.05056.3380
Yxy13.05050.50230.3350
Hunter Lab36.125533.478514.8858
CIE-Lab42.839241.631423.9364

#aa4440 color RGB value is (170,68,64).

#aa4440 hex color red value is 170, green value is 68 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aa4440 hue: 0.01 , saturation: 0.45 and the lightness value of aa4440 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 01000000
Octal 252 104 100
Decimal 170 68 64
Hex AA 44 40

RGB Percentages of Color #aa4440

%56.29
%22.52
%21.19

CMYK Percentages of Color #aa4440

%0
%60
%62
%33

Triadic Colors of #aa4440

#aa4440 #40aa44 #4440aa

Analogous Colors of #aa4440

#aa4440 #aa7940 #aa4071

Monochromatic Colors of #aa4440

#aa4440

Complementary Color

#aa4440 #40a6aa

#aa4440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4440 Color CSS Codes

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

#aa4440 Text Font Color

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

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


#aa4440 Background Color

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

This div background color is #aa4440


#aa4440 Border Color

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

This div border color is #aa4440


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,68,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 #aa4440">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4440


Comments

No comments written yet.

Please login to write comment.