Color Hex Logo

#aeaa63 Color Hex

#AEAA63
(174,170,99)
0 Favorites   0 Comments

Color spaces of #aeaa63

RGB 17417099
HSL0.160.320.54
HSV57°43°68°
CMYK 0.000.020.43   0.32
XYZ34.082438.649017.4680
Yxy38.64900.37790.4285
Hunter Lab62.1683-10.935926.8586
CIE-Lab68.4962-8.985437.0095

#aeaa63 color RGB value is (174,170,99).

#aeaa63 hex color red value is 174, green value is 170 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aeaa63 hue: 0.16 , saturation: 0.32 and the lightness value of aeaa63 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01100011
Octal 256 252 143
Decimal 174 170 99
Hex AE AA 63

RGB Percentages of Color #aeaa63

%39.28
%38.37
%22.35

CMYK Percentages of Color #aeaa63

%0
%2
%43
%32

Triadic Colors of #aeaa63

#aeaa63 #63aeaa #aa63ae

Analogous Colors of #aeaa63

#aeaa63 #8dae63 #ae8563

Monochromatic Colors of #aeaa63

#aeaa63

Complementary Color

#aeaa63 #6367ae

#aeaa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa63 Color CSS Codes

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

#aeaa63 Text Font Color

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

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


#aeaa63 Background Color

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

This div background color is #aeaa63


#aeaa63 Border Color

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

This div border color is #aeaa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa63


Comments

No comments written yet.

Please login to write comment.