Color Hex Logo

#aea970 Color Hex

#AEA970
(174,169,112)
0 Favorites   0 Comments

Color spaces of #aea970

RGB 174169112
HSL0.150.280.56
HSV55°36°68°
CMYK 0.000.030.36   0.32
XYZ34.568238.544520.9471
Yxy38.54450.36750.4098
Hunter Lab62.0842-9.259423.4546
CIE-Lab68.4200-6.977030.0954

#aea970 color RGB value is (174,169,112).

#aea970 hex color red value is 174, green value is 169 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aea970 hue: 0.15 , saturation: 0.28 and the lightness value of aea970 is 0.56.

The process color (four color CMYK) of #aea970 color hex is 0.00, 0.03, 0.36, 0.32. Web safe color of #aea970 is #999966. Color #aea970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01110000
Octal 256 251 160
Decimal 174 169 112
Hex AE A9 70

RGB Percentages of Color #aea970

%38.24
%37.14
%24.62

CMYK Percentages of Color #aea970

%0
%3
%36
%32

Triadic Colors of #aea970

#aea970 #70aea9 #a970ae

Analogous Colors of #aea970

#aea970 #94ae70 #ae8a70

Monochromatic Colors of #aea970

#aea970

Complementary Color

#aea970 #7075ae

#aea970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea970 Color CSS Codes

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

#aea970 Text Font Color

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

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


#aea970 Background Color

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

This div background color is #aea970


#aea970 Border Color

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

This div border color is #aea970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea970


Comments

No comments written yet.

Please login to write comment.