Color Hex Logo

#aeaa86 Color Hex

#AEAA86
(174,170,134)
0 Favorites   0 Comments

Color spaces of #aeaa86

RGB 174170134
HSL0.150.200.60
HSV54°23°68°
CMYK 0.000.020.23   0.32
XYZ36.133439.469428.2682
Yxy39.46940.34790.3800
Hunter Lab62.8247-7.279517.2995
CIE-Lab69.0899-4.557219.1189

#aeaa86 color RGB value is (174,170,134).

#aeaa86 hex color red value is 174, green value is 170 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aeaa86 hue: 0.15 , saturation: 0.20 and the lightness value of aeaa86 is 0.60.

The process color (four color CMYK) of #aeaa86 color hex is 0.00, 0.02, 0.23, 0.32. Web safe color of #aeaa86 is #999999. Color #aeaa86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 10000110
Octal 256 252 206
Decimal 174 170 134
Hex AE AA 86

RGB Percentages of Color #aeaa86

%36.40
%35.56
%28.03

CMYK Percentages of Color #aeaa86

%0
%2
%23
%32

Triadic Colors of #aeaa86

#aeaa86 #86aeaa #aa86ae

Analogous Colors of #aeaa86

#aeaa86 #9eae86 #ae9686

Monochromatic Colors of #aeaa86

#aeaa86

Complementary Color

#aeaa86 #868aae

#aeaa86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa86 Color CSS Codes

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

#aeaa86 Text Font Color

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

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


#aeaa86 Background Color

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

This div background color is #aeaa86


#aeaa86 Border Color

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

This div border color is #aeaa86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa86


Comments

No comments written yet.

Please login to write comment.