Color Hex Logo

#aa414a Color Hex

#AA414A
(170,65,74)
0 Favorites   0 Comments

Color spaces of #aa414a

RGB 1706574
HSL0.990.450.46
HSV355°62°67°
CMYK 0.000.620.56   0.33
XYZ19.703912.82117.9148
Yxy12.82110.48720.3170
Hunter Lab35.806635.564811.9589
CIE-Lab42.492443.797617.3804

#aa414a color RGB value is (170,65,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 01001010
Octal 252 101 112
Decimal 170 65 74
Hex AA 41 4A

RGB Percentages of Color #aa414a

%55.02
%21.04
%23.95

CMYK Percentages of Color #aa414a

%0
%62
%56
%33

Triadic Colors of #aa414a

#aa414a #4aaa41 #414aaa

Analogous Colors of #aa414a

#aa414a #aa6d41 #aa417f

Monochromatic Colors of #aa414a

#aa414a

Complementary Color

#aa414a #41aaa1

#aa414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa414a Color CSS Codes

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

#aa414a Text Font Color

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

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


#aa414a Background Color

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

This div background color is #aa414a


#aa414a Border Color

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

This div border color is #aa414a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa414a


Comments

No comments written yet.

Please login to write comment.