Color Hex Logo

#aa435c Color Hex

#AA435C
(170,67,92)
0 Favorites   0 Comments

Color spaces of #aa435c

RGB 1706792
HSL0.960.430.46
HSV345°61°67°
CMYK 0.000.610.46   0.33
XYZ20.516513.333111.6174
Yxy13.33310.45120.2932
Hunter Lab36.514536.39386.6966
CIE-Lab43.260944.49857.3148

#aa435c color RGB value is (170,67,92).

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

The process color (four color CMYK) of #aa435c color hex is 0.00, 0.61, 0.46, 0.33. Web safe color of #aa435c is #993366. Color #aa435c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 01011100
Octal 252 103 134
Decimal 170 67 92
Hex AA 43 5C

RGB Percentages of Color #aa435c

%51.67
%20.36
%27.96

CMYK Percentages of Color #aa435c

%0
%61
%46
%33

Triadic Colors of #aa435c

#aa435c #5caa43 #435caa

Analogous Colors of #aa435c

#aa435c #aa5e43 #aa4390

Monochromatic Colors of #aa435c

#aa435c

Complementary Color

#aa435c #43aa91

#aa435c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa435c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa435c Color CSS Codes

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

#aa435c Text Font Color

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

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


#aa435c Background Color

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

This div background color is #aa435c


#aa435c Border Color

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

This div border color is #aa435c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa435c


Comments

No comments written yet.

Please login to write comment.