Color Hex Logo

#aa8492 Color Hex

#AA8492
(170,132,146)
0 Favorites   0 Comments

Color spaces of #aa8492

RGB 170132146
HSL0.940.180.59
HSV338°22°67°
CMYK 0.000.220.14   0.33
XYZ30.017127.123930.8475
Yxy27.12390.34110.3083
Hunter Lab52.080611.73891.3388
CIE-Lab59.088816.8383-1.8925

#aa8492 color RGB value is (170,132,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 10010010
Octal 252 204 222
Decimal 170 132 146
Hex AA 84 92

RGB Percentages of Color #aa8492

%37.95
%29.46
%32.59

CMYK Percentages of Color #aa8492

%0
%22
%14
%33

Triadic Colors of #aa8492

#aa8492 #92aa84 #8492aa

Analogous Colors of #aa8492

#aa8492 #aa8984 #aa84a5

Monochromatic Colors of #aa8492

#aa8492

Complementary Color

#aa8492 #84aa9c

#aa8492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8492 Color CSS Codes

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

#aa8492 Text Font Color

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

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


#aa8492 Background Color

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

This div background color is #aa8492


#aa8492 Border Color

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

This div border color is #aa8492


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,132,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 #aa8492">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8492


Comments

No comments written yet.

Please login to write comment.