Color Hex Logo

#aa1449 Color Hex

#AA1449
(170,20,73)
0 Favorites   0 Comments

Color spaces of #aa1449

RGB 1702073
HSL0.940.790.37
HSV339°88°67°
CMYK 0.000.880.57   0.33
XYZ18.03039.52747.1920
Yxy9.52740.51890.2742
Hunter Lab30.866550.25247.7918
CIE-Lab36.980558.928610.4995

#aa1449 color RGB value is (170,20,73).

#aa1449 hex color red value is 170, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aa1449 hue: 0.94 , saturation: 0.79 and the lightness value of aa1449 is 0.37.

The process color (four color CMYK) of #aa1449 color hex is 0.00, 0.88, 0.57, 0.33. Web safe color of #aa1449 is #990033. Color #aa1449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 01001001
Octal 252 24 111
Decimal 170 20 73
Hex AA 14 49

RGB Percentages of Color #aa1449

%64.64
%7.60
%27.76

CMYK Percentages of Color #aa1449

%0
%88
%57
%33

Triadic Colors of #aa1449

#aa1449 #49aa14 #1449aa

Analogous Colors of #aa1449

#aa1449 #aa2a14 #aa1494

Monochromatic Colors of #aa1449

#aa1449

Complementary Color

#aa1449 #14aa75

#aa1449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1449 Color CSS Codes

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

#aa1449 Text Font Color

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

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


#aa1449 Background Color

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

This div background color is #aa1449


#aa1449 Border Color

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

This div border color is #aa1449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1449


Comments

No comments written yet.

Please login to write comment.