Color Hex Logo

#aea176 Color Hex

#AEA176
(174,161,118)
0 Favorites   0 Comments

Color spaces of #aea176

RGB 174161118
HSL0.130.260.57
HSV46°32°68°
CMYK 0.000.070.32   0.32
XYZ33.470435.796422.2849
Yxy35.79640.36560.3910
Hunter Lab59.8301-4.845419.7973
CIE-Lab66.3641-1.934024.1433

#aea176 color RGB value is (174,161,118).

#aea176 hex color red value is 174, green value is 161 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aea176 hue: 0.13 , saturation: 0.26 and the lightness value of aea176 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01110110
Octal 256 241 166
Decimal 174 161 118
Hex AE A1 76

RGB Percentages of Color #aea176

%38.41
%35.54
%26.05

CMYK Percentages of Color #aea176

%0
%7
%32
%32

Triadic Colors of #aea176

#aea176 #76aea1 #a176ae

Analogous Colors of #aea176

#aea176 #9fae76 #ae8576

Monochromatic Colors of #aea176

#aea176

Complementary Color

#aea176 #7683ae

#aea176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea176 Color CSS Codes

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

#aea176 Text Font Color

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

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


#aea176 Background Color

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

This div background color is #aea176


#aea176 Border Color

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

This div border color is #aea176


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,161,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea176


Comments

No comments written yet.

Please login to write comment.