Color Hex Logo

#aa818d Color Hex

#AA818D
(170,129,141)
0 Favorites   0 Comments

Color spaces of #aa818d

RGB 170129141
HSL0.950.190.59
HSV342°24°67°
CMYK 0.000.240.17   0.33
XYZ29.235526.169628.7097
Yxy26.16960.34760.3111
Hunter Lab51.156212.48832.5349
CIE-Lab58.197717.6981-0.3216

#aa818d color RGB value is (170,129,141).

#aa818d hex color red value is 170, green value is 129 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aa818d hue: 0.95 , saturation: 0.19 and the lightness value of aa818d is 0.59.

The process color (four color CMYK) of #aa818d color hex is 0.00, 0.24, 0.17, 0.33. Web safe color of #aa818d is #999999. Color #aa818d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 10001101
Octal 252 201 215
Decimal 170 129 141
Hex AA 81 8D

RGB Percentages of Color #aa818d

%38.64
%29.32
%32.05

CMYK Percentages of Color #aa818d

%0
%24
%17
%33

Triadic Colors of #aa818d

#aa818d #8daa81 #818daa

Analogous Colors of #aa818d

#aa818d #aa8a81 #aa81a2

Monochromatic Colors of #aa818d

#aa818d

Complementary Color

#aa818d #81aa9e

#aa818d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa818d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa818d Color CSS Codes

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

#aa818d Text Font Color

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

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


#aa818d Background Color

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

This div background color is #aa818d


#aa818d Border Color

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

This div border color is #aa818d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa818d


Comments

No comments written yet.

Please login to write comment.