Color Hex Logo

#aea865 Color Hex

#AEA865
(174,168,101)
0 Favorites   0 Comments

Color spaces of #aea865

RGB 174168101
HSL0.150.310.54
HSV55°42°68°
CMYK 0.000.030.42   0.32
XYZ33.807237.943517.8539
Yxy37.94350.37730.4235
Hunter Lab61.5983-9.830325.9340
CIE-Lab67.9790-7.714335.3232

#aea865 color RGB value is (174,168,101).

#aea865 hex color red value is 174, green value is 168 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aea865 hue: 0.15 , saturation: 0.31 and the lightness value of aea865 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01100101
Octal 256 250 145
Decimal 174 168 101
Hex AE A8 65

RGB Percentages of Color #aea865

%39.28
%37.92
%22.80

CMYK Percentages of Color #aea865

%0
%3
%42
%32

Triadic Colors of #aea865

#aea865 #65aea8 #a865ae

Analogous Colors of #aea865

#aea865 #90ae65 #ae8465

Monochromatic Colors of #aea865

#aea865

Complementary Color

#aea865 #656bae

#aea865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea865 Color CSS Codes

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

#aea865 Text Font Color

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

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


#aea865 Background Color

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

This div background color is #aea865


#aea865 Border Color

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

This div border color is #aea865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea865


Comments

No comments written yet.

Please login to write comment.