Color Hex Logo

#aa8592 Color Hex

#AA8592
(170,133,146)
0 Favorites   0 Comments

Color spaces of #aa8592

RGB 170133146
HSL0.940.180.59
HSV339°22°67°
CMYK 0.000.220.14   0.33
XYZ30.153427.396430.8929
Yxy27.39640.34090.3098
Hunter Lab52.341611.23411.6451
CIE-Lab59.339516.2727-1.5248

#aa8592 color RGB value is (170,133,146).

#aa8592 hex color red value is 170, green value is 133 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aa8592 hue: 0.94 , saturation: 0.18 and the lightness value of aa8592 is 0.59.

The process color (four color CMYK) of #aa8592 color hex is 0.00, 0.22, 0.14, 0.33. Web safe color of #aa8592 is #999999. Color #aa8592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 10010010
Octal 252 205 222
Decimal 170 133 146
Hex AA 85 92

RGB Percentages of Color #aa8592

%37.86
%29.62
%32.52

CMYK Percentages of Color #aa8592

%0
%22
%14
%33

Triadic Colors of #aa8592

#aa8592 #92aa85 #8592aa

Analogous Colors of #aa8592

#aa8592 #aa8b85 #aa85a5

Monochromatic Colors of #aa8592

#aa8592

Complementary Color

#aa8592 #85aa9d

#aa8592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8592 Color CSS Codes

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

#aa8592 Text Font Color

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

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


#aa8592 Background Color

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

This div background color is #aa8592


#aa8592 Border Color

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

This div border color is #aa8592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8592


Comments

No comments written yet.

Please login to write comment.