Color Hex Logo

#aea760 Color Hex

#AEA760
(174,167,96)
0 Favorites   0 Comments

Color spaces of #aea760

RGB 17416796
HSL0.150.330.53
HSV55°45°68°
CMYK 0.000.040.45   0.32
XYZ33.385637.480616.5412
Yxy37.48060.38200.4288
Hunter Lab61.2214-9.796826.8356
CIE-Lab67.6360-7.715137.4834

#aea760 color RGB value is (174,167,96).

#aea760 hex color red value is 174, green value is 167 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aea760 hue: 0.15 , saturation: 0.33 and the lightness value of aea760 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 01100000
Octal 256 247 140
Decimal 174 167 96
Hex AE A7 60

RGB Percentages of Color #aea760

%39.82
%38.22
%21.97

CMYK Percentages of Color #aea760

%0
%4
%45
%32

Triadic Colors of #aea760

#aea760 #60aea7 #a760ae

Analogous Colors of #aea760

#aea760 #8eae60 #ae8060

Monochromatic Colors of #aea760

#aea760

Complementary Color

#aea760 #6067ae

#aea760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea760 Color CSS Codes

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

#aea760 Text Font Color

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

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


#aea760 Background Color

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

This div background color is #aea760


#aea760 Border Color

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

This div border color is #aea760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea760


Comments

No comments written yet.

Please login to write comment.