Color Hex Logo

#aa737d Color Hex

#AA737D
(170,115,125)
0 Favorites   0 Comments

Color spaces of #aa737d

RGB 170115125
HSL0.970.240.56
HSV349°32°67°
CMYK 0.000.320.26   0.33
XYZ26.410022.288222.3121
Yxy22.28820.37190.3139
Hunter Lab47.210417.23675.0262
CIE-Lab54.331523.11933.3495

#aa737d color RGB value is (170,115,125).

#aa737d hex color red value is 170, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa737d hue: 0.97 , saturation: 0.24 and the lightness value of aa737d is 0.56.

The process color (four color CMYK) of #aa737d color hex is 0.00, 0.32, 0.26, 0.33. Web safe color of #aa737d is #996666. Color #aa737d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 01111101
Octal 252 163 175
Decimal 170 115 125
Hex AA 73 7D

RGB Percentages of Color #aa737d

%41.46
%28.05
%30.49

CMYK Percentages of Color #aa737d

%0
%32
%26
%33

Triadic Colors of #aa737d

#aa737d #7daa73 #737daa

Analogous Colors of #aa737d

#aa737d #aa8573 #aa7399

Monochromatic Colors of #aa737d

#aa737d

Complementary Color

#aa737d #73aaa0

#aa737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa737d Color CSS Codes

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

#aa737d Text Font Color

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

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


#aa737d Background Color

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

This div background color is #aa737d


#aa737d Border Color

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

This div border color is #aa737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa737d


Comments

No comments written yet.

Please login to write comment.