Color Hex Logo

#aea192 Color Hex

#AEA192
(174,161,146)
0 Favorites   0 Comments

Color spaces of #aea192

RGB 174161146
HSL0.090.150.63
HSV32°16°68°
CMYK 0.000.070.16   0.32
XYZ35.388736.563732.3864
Yxy36.56370.33920.3504
Hunter Lab60.4679-1.352210.5720
CIE-Lab66.94842.16799.5095

#aea192 color RGB value is (174,161,146).

#aea192 hex color red value is 174, green value is 161 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aea192 hue: 0.09 , saturation: 0.15 and the lightness value of aea192 is 0.63.

The process color (four color CMYK) of #aea192 color hex is 0.00, 0.07, 0.16, 0.32. Web safe color of #aea192 is #999999. Color #aea192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10010010
Octal 256 241 222
Decimal 174 161 146
Hex AE A1 92

RGB Percentages of Color #aea192

%36.17
%33.47
%30.35

CMYK Percentages of Color #aea192

%0
%7
%16
%32

Triadic Colors of #aea192

#aea192 #92aea1 #a192ae

Analogous Colors of #aea192

#aea192 #adae92 #ae9392

Monochromatic Colors of #aea192

#aea192

Complementary Color

#aea192 #929fae

#aea192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea192 Color CSS Codes

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

#aea192 Text Font Color

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

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


#aea192 Background Color

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

This div background color is #aea192


#aea192 Border Color

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

This div border color is #aea192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea192


Comments

No comments written yet.

Please login to write comment.