Color Hex Logo

#aa808e Color Hex

#AA808E
(170,128,142)
0 Favorites   0 Comments

Color spaces of #aa808e

RGB 170128142
HSL0.940.200.58
HSV340°25°67°
CMYK 0.000.250.16   0.33
XYZ29.179225.937429.0597
Yxy25.93740.34660.3081
Hunter Lab50.928813.14471.8196
CIE-Lab57.977618.4301-1.2202

#aa808e color RGB value is (170,128,142).

#aa808e hex color red value is 170, green value is 128 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa808e hue: 0.94 , saturation: 0.20 and the lightness value of aa808e is 0.58.

The process color (four color CMYK) of #aa808e color hex is 0.00, 0.25, 0.16, 0.33. Web safe color of #aa808e is #999999. Color #aa808e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 10001110
Octal 252 200 216
Decimal 170 128 142
Hex AA 80 8E

RGB Percentages of Color #aa808e

%38.64
%29.09
%32.27

CMYK Percentages of Color #aa808e

%0
%25
%16
%33

Triadic Colors of #aa808e

#aa808e #8eaa80 #808eaa

Analogous Colors of #aa808e

#aa808e #aa8780 #aa80a3

Monochromatic Colors of #aa808e

#aa808e

Complementary Color

#aa808e #80aa9c

#aa808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa808e Color CSS Codes

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

#aa808e Text Font Color

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

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


#aa808e Background Color

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

This div background color is #aa808e


#aa808e Border Color

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

This div border color is #aa808e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa808e


Comments

No comments written yet.

Please login to write comment.