Color Hex Logo

#aa6157 Color Hex

#AA6157
(170,97,87)
0 Favorites   0 Comments

Color spaces of #aa6157

RGB 1709787
HSL0.020.330.50
HSV49°67°
CMYK 0.000.430.49   0.33
XYZ22.572617.783611.2597
Yxy17.78360.43730.3445
Hunter Lab42.170621.746913.6888
CIE-Lab49.232628.460818.5945

#aa6157 color RGB value is (170,97,87).

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

The process color (four color CMYK) of #aa6157 color hex is 0.00, 0.43, 0.49, 0.33. Web safe color of #aa6157 is #996666. Color #aa6157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 01010111
Octal 252 141 127
Decimal 170 97 87
Hex AA 61 57

RGB Percentages of Color #aa6157

%48.02
%27.40
%24.58

CMYK Percentages of Color #aa6157

%0
%43
%49
%33

Triadic Colors of #aa6157

#aa6157 #57aa61 #6157aa

Analogous Colors of #aa6157

#aa6157 #aa8b57 #aa5777

Monochromatic Colors of #aa6157

#aa6157

Complementary Color

#aa6157 #57a0aa

#aa6157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6157 Color CSS Codes

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

#aa6157 Text Font Color

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

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


#aa6157 Background Color

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

This div background color is #aa6157


#aa6157 Border Color

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

This div border color is #aa6157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6157


Comments

No comments written yet.

Please login to write comment.