Color Hex Logo

#aa344d Color Hex

#AA344D
(170,52,77)
0 Favorites   0 Comments

Color spaces of #aa344d

RGB 1705277
HSL0.960.530.44
HSV347°69°67°
CMYK 0.000.690.55   0.33
XYZ19.145111.53798.2391
Yxy11.53790.49190.2964
Hunter Lab33.967541.16499.3959
CIE-Lab40.472149.681912.7722

#aa344d color RGB value is (170,52,77).

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

The process color (four color CMYK) of #aa344d color hex is 0.00, 0.69, 0.55, 0.33. Web safe color of #aa344d is #993366. Color #aa344d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 01001101
Octal 252 64 115
Decimal 170 52 77
Hex AA 34 4D

RGB Percentages of Color #aa344d

%56.86
%17.39
%25.75

CMYK Percentages of Color #aa344d

%0
%69
%55
%33

Triadic Colors of #aa344d

#aa344d #4daa34 #344daa

Analogous Colors of #aa344d

#aa344d #aa5634 #aa3488

Monochromatic Colors of #aa344d

#aa344d

Complementary Color

#aa344d #34aa91

#aa344d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa344d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa344d Color CSS Codes

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

#aa344d Text Font Color

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

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


#aa344d Background Color

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

This div background color is #aa344d


#aa344d Border Color

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

This div border color is #aa344d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa344d


Comments

No comments written yet.

Please login to write comment.