Color Hex Logo

#aa434c Color Hex

#AA434C
(170,67,76)
0 Favorites   0 Comments

Color spaces of #aa434c

RGB 1706776
HSL0.990.430.46
HSV355°61°67°
CMYK 0.000.610.55   0.33
XYZ19.889213.08228.3143
Yxy13.08220.48170.3169
Hunter Lab36.169334.859311.6894
CIE-Lab42.886843.022316.6790

#aa434c color RGB value is (170,67,76).

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

The process color (four color CMYK) of #aa434c color hex is 0.00, 0.61, 0.55, 0.33. Web safe color of #aa434c is #993333. Color #aa434c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 01001100
Octal 252 103 114
Decimal 170 67 76
Hex AA 43 4C

RGB Percentages of Color #aa434c

%54.31
%21.41
%24.28

CMYK Percentages of Color #aa434c

%0
%61
%55
%33

Triadic Colors of #aa434c

#aa434c #4caa43 #434caa

Analogous Colors of #aa434c

#aa434c #aa6e43 #aa4380

Monochromatic Colors of #aa434c

#aa434c

Complementary Color

#aa434c #43aaa1

#aa434c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa434c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa434c Color CSS Codes

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

#aa434c Text Font Color

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

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


#aa434c Background Color

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

This div background color is #aa434c


#aa434c Border Color

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

This div border color is #aa434c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa434c


Comments

No comments written yet.

Please login to write comment.