Color Hex Logo

#aeaa7d Color Hex

#AEAA7D
(174,170,125)
0 Favorites   0 Comments

Color spaces of #aeaa7d

RGB 174170125
HSL0.150.230.59
HSV55°28°68°
CMYK 0.000.020.28   0.32
XYZ35.532039.228825.1012
Yxy39.22880.35580.3928
Hunter Lab62.6329-8.343520.0816
CIE-Lab68.9167-5.831223.7748

#aeaa7d color RGB value is (174,170,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01111101
Octal 256 252 175
Decimal 174 170 125
Hex AE AA 7D

RGB Percentages of Color #aeaa7d

%37.10
%36.25
%26.65

CMYK Percentages of Color #aeaa7d

%0
%2
%28
%32

Triadic Colors of #aeaa7d

#aeaa7d #7daeaa #aa7dae

Analogous Colors of #aeaa7d

#aeaa7d #9aae7d #ae927d

Monochromatic Colors of #aeaa7d

#aeaa7d

Complementary Color

#aeaa7d #7d81ae

#aeaa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa7d Color CSS Codes

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

#aeaa7d Text Font Color

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

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


#aeaa7d Background Color

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

This div background color is #aeaa7d


#aeaa7d Border Color

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

This div border color is #aeaa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa7d


Comments

No comments written yet.

Please login to write comment.