Color Hex Logo

#aa444e Color Hex

#AA444E
(170,68,78)
0 Favorites   0 Comments

Color spaces of #aa444e

RGB 1706878
HSL0.980.430.47
HSV354°60°67°
CMYK 0.000.600.54   0.33
XYZ20.019813.23048.7063
Yxy13.23040.47720.3153
Hunter Lab36.373634.591411.2700
CIE-Lab43.108442.715815.7479

#aa444e color RGB value is (170,68,78).

#aa444e hex color red value is 170, green value is 68 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa444e hue: 0.98 , saturation: 0.43 and the lightness value of aa444e is 0.47.

The process color (four color CMYK) of #aa444e color hex is 0.00, 0.60, 0.54, 0.33. Web safe color of #aa444e is #993366. Color #aa444e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 01001110
Octal 252 104 116
Decimal 170 68 78
Hex AA 44 4E

RGB Percentages of Color #aa444e

%53.80
%21.52
%24.68

CMYK Percentages of Color #aa444e

%0
%60
%54
%33

Triadic Colors of #aa444e

#aa444e #4eaa44 #444eaa

Analogous Colors of #aa444e

#aa444e #aa6d44 #aa4481

Monochromatic Colors of #aa444e

#aa444e

Complementary Color

#aa444e #44aaa0

#aa444e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa444e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa444e Color CSS Codes

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

#aa444e Text Font Color

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

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


#aa444e Background Color

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

This div background color is #aa444e


#aa444e Border Color

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

This div border color is #aa444e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa444e


Comments

No comments written yet.

Please login to write comment.