Color Hex Logo

#aea576 Color Hex

#AEA576
(174,165,118)
0 Favorites   0 Comments

Color spaces of #aea576

RGB 174165118
HSL0.140.260.57
HSV50°32°68°
CMYK 0.000.050.32   0.32
XYZ34.180737.216922.5216
Yxy37.21690.36390.3963
Hunter Lab61.0057-6.748620.8157
CIE-Lab67.4394-4.089025.5815

#aea576 color RGB value is (174,165,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 01110110
Octal 256 245 166
Decimal 174 165 118
Hex AE A5 76

RGB Percentages of Color #aea576

%38.07
%36.11
%25.82

CMYK Percentages of Color #aea576

%0
%5
%32
%32

Triadic Colors of #aea576

#aea576 #76aea5 #a576ae

Analogous Colors of #aea576

#aea576 #9bae76 #ae8976

Monochromatic Colors of #aea576

#aea576

Complementary Color

#aea576 #767fae

#aea576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea576 Color CSS Codes

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

#aea576 Text Font Color

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

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


#aea576 Background Color

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

This div background color is #aea576


#aea576 Border Color

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

This div border color is #aea576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea576


Comments

No comments written yet.

Please login to write comment.