Color Hex Logo

#aa436b Color Hex

#AA436B
(170,67,107)
0 Favorites   0 Comments

Color spaces of #aa436b

RGB 17067107
HSL0.940.430.46
HSV337°61°67°
CMYK 0.000.610.37   0.33
XYZ21.238613.621915.4198
Yxy13.62190.42240.2709
Hunter Lab36.907938.12891.0646
CIE-Lab43.685746.1457-1.3420

#aa436b color RGB value is (170,67,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 01101011
Octal 252 103 153
Decimal 170 67 107
Hex AA 43 6B

RGB Percentages of Color #aa436b

%49.42
%19.48
%31.10

CMYK Percentages of Color #aa436b

%0
%61
%37
%33

Triadic Colors of #aa436b

#aa436b #6baa43 #436baa

Analogous Colors of #aa436b

#aa436b #aa4e43 #aa439f

Monochromatic Colors of #aa436b

#aa436b

Complementary Color

#aa436b #43aa82

#aa436b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa436b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa436b Color CSS Codes

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

#aa436b Text Font Color

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

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


#aa436b Background Color

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

This div background color is #aa436b


#aa436b Border Color

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

This div border color is #aa436b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa436b


Comments

No comments written yet.

Please login to write comment.