Color Hex Logo

#aea572 Color Hex

#AEA572
(174,165,114)
0 Favorites   0 Comments

Color spaces of #aea572

RGB 174165114
HSL0.140.270.56
HSV51°34°68°
CMYK 0.000.050.34   0.32
XYZ33.948037.123821.2960
Yxy37.12380.36750.4019
Hunter Lab60.9293-7.171421.9275
CIE-Lab67.3698-4.597627.6472

#aea572 color RGB value is (174,165,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 01110010
Octal 256 245 162
Decimal 174 165 114
Hex AE A5 72

RGB Percentages of Color #aea572

%38.41
%36.42
%25.17

CMYK Percentages of Color #aea572

%0
%5
%34
%32

Triadic Colors of #aea572

#aea572 #72aea5 #a572ae

Analogous Colors of #aea572

#aea572 #99ae72 #ae8772

Monochromatic Colors of #aea572

#aea572

Complementary Color

#aea572 #727bae

#aea572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea572 Color CSS Codes

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

#aea572 Text Font Color

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

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


#aea572 Background Color

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

This div background color is #aea572


#aea572 Border Color

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

This div border color is #aea572


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,165,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 #aea572">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea572


Comments

No comments written yet.

Please login to write comment.