Color Hex Logo

#aa556d Color Hex

#AA556D
(170,85,109)
0 Favorites   0 Comments

Color spaces of #aa556d

RGB 17085109
HSL0.950.330.50
HSV343°50°67°
CMYK 0.000.500.36   0.33
XYZ22.586416.147216.3943
Yxy16.14720.40970.2929
Hunter Lab40.183630.01013.9391
CIE-Lab47.167037.42722.5088

#aa556d color RGB value is (170,85,109).

#aa556d hex color red value is 170, green value is 85 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aa556d hue: 0.95 , saturation: 0.33 and the lightness value of aa556d is 0.50.

The process color (four color CMYK) of #aa556d color hex is 0.00, 0.50, 0.36, 0.33. Web safe color of #aa556d is #996666. Color #aa556d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010101 01101101
Octal 252 125 155
Decimal 170 85 109
Hex AA 55 6D

RGB Percentages of Color #aa556d

%46.70
%23.35
%29.95

CMYK Percentages of Color #aa556d

%0
%50
%36
%33

Triadic Colors of #aa556d

#aa556d #6daa55 #556daa

Analogous Colors of #aa556d

#aa556d #aa6855 #aa5598

Monochromatic Colors of #aa556d

#aa556d

Complementary Color

#aa556d #55aa92

#aa556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa556d Color CSS Codes

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

#aa556d Text Font Color

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

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


#aa556d Background Color

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

This div background color is #aa556d


#aa556d Border Color

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

This div border color is #aa556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa556d


Comments

No comments written yet.

Please login to write comment.