Color Hex Logo

#aa647a Color Hex

#AA647A
(170,100,122)
0 Favorites   0 Comments

Color spaces of #aa647a

RGB 170100122
HSL0.950.290.53
HSV341°41°67°
CMYK 0.000.410.28   0.33
XYZ24.647619.065520.7933
Yxy19.06550.38210.2956
Hunter Lab43.664124.34802.3303
CIE-Lab50.763831.0720-0.0632

#aa647a color RGB value is (170,100,122).

#aa647a hex color red value is 170, green value is 100 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aa647a hue: 0.95 , saturation: 0.29 and the lightness value of aa647a is 0.53.

The process color (four color CMYK) of #aa647a color hex is 0.00, 0.41, 0.28, 0.33. Web safe color of #aa647a is #996666. Color #aa647a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 01111010
Octal 252 144 172
Decimal 170 100 122
Hex AA 64 7A

RGB Percentages of Color #aa647a

%43.37
%25.51
%31.12

CMYK Percentages of Color #aa647a

%0
%41
%28
%33

Triadic Colors of #aa647a

#aa647a #7aaa64 #647aaa

Analogous Colors of #aa647a

#aa647a #aa7164 #aa649d

Monochromatic Colors of #aa647a

#aa647a

Complementary Color

#aa647a #64aa94

#aa647a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa647a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa647a Color CSS Codes

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

#aa647a Text Font Color

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

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


#aa647a Background Color

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

This div background color is #aa647a


#aa647a Border Color

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

This div border color is #aa647a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa647a


Comments

No comments written yet.

Please login to write comment.