Color Hex Logo

#aa728b Color Hex

#AA728B
(170,114,139)
0 Favorites   0 Comments

Color spaces of #aa728b

RGB 170114139
HSL0.930.250.56
HSV333°33°67°
CMYK 0.000.330.18   0.33
XYZ27.255122.444827.3219
Yxy22.44480.35390.2914
Hunter Lab47.375919.7821-1.0296
CIE-Lab54.495825.8546-4.6035

#aa728b color RGB value is (170,114,139).

#aa728b hex color red value is 170, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aa728b hue: 0.93 , saturation: 0.25 and the lightness value of aa728b is 0.56.

The process color (four color CMYK) of #aa728b color hex is 0.00, 0.33, 0.18, 0.33. Web safe color of #aa728b is #996699. Color #aa728b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110010 10001011
Octal 252 162 213
Decimal 170 114 139
Hex AA 72 8B

RGB Percentages of Color #aa728b

%40.19
%26.95
%32.86

CMYK Percentages of Color #aa728b

%0
%33
%18
%33

Triadic Colors of #aa728b

#aa728b #8baa72 #728baa

Analogous Colors of #aa728b

#aa728b #aa7572 #aa72a7

Monochromatic Colors of #aa728b

#aa728b

Complementary Color

#aa728b #72aa91

#aa728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa728b Color CSS Codes

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

#aa728b Text Font Color

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

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


#aa728b Background Color

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

This div background color is #aa728b


#aa728b Border Color

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

This div border color is #aa728b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa728b


Comments

No comments written yet.

Please login to write comment.