Color Hex Logo

#aea072 Color Hex

#AEA072
(174,160,114)
0 Favorites   0 Comments

Color spaces of #aea072

RGB 174160114
HSL0.130.270.56
HSV46°34°68°
CMYK 0.000.080.34   0.32
XYZ33.063635.355221.0012
Yxy35.35520.36980.3954
Hunter Lab59.4602-4.798320.6811
CIE-Lab66.0243-1.905725.8655

#aea072 color RGB value is (174,160,114).

#aea072 hex color red value is 174, green value is 160 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aea072 hue: 0.13 , saturation: 0.27 and the lightness value of aea072 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01110010
Octal 256 240 162
Decimal 174 160 114
Hex AE A0 72

RGB Percentages of Color #aea072

%38.84
%35.71
%25.45

CMYK Percentages of Color #aea072

%0
%8
%34
%32

Triadic Colors of #aea072

#aea072 #72aea0 #a072ae

Analogous Colors of #aea072

#aea072 #9eae72 #ae8272

Monochromatic Colors of #aea072

#aea072

Complementary Color

#aea072 #7280ae

#aea072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea072 Color CSS Codes

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

#aea072 Text Font Color

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

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


#aea072 Background Color

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

This div background color is #aea072


#aea072 Border Color

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

This div border color is #aea072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea072


Comments

No comments written yet.

Please login to write comment.