Color Hex Logo

#aea644 Color Hex

#AEA644
(174,166,68)
0 Favorites   0 Comments

Color spaces of #aea644

RGB 17416668
HSL0.150.440.47
HSV55°61°68°
CMYK 0.000.050.61   0.32
XYZ32.135236.688510.8567
Yxy36.68850.40330.4604
Hunter Lab60.5710-11.298431.7726
CIE-Lab67.0427-9.617950.4351

#aea644 color RGB value is (174,166,68).

#aea644 hex color red value is 174, green value is 166 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aea644 hue: 0.15 , saturation: 0.44 and the lightness value of aea644 is 0.47.

The process color (four color CMYK) of #aea644 color hex is 0.00, 0.05, 0.61, 0.32. Web safe color of #aea644 is #999933. Color #aea644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01000100
Octal 256 246 104
Decimal 174 166 68
Hex AE A6 44

RGB Percentages of Color #aea644

%42.65
%40.69
%16.67

CMYK Percentages of Color #aea644

%0
%5
%61
%32

Triadic Colors of #aea644

#aea644 #44aea6 #a644ae

Analogous Colors of #aea644

#aea644 #81ae44 #ae7144

Monochromatic Colors of #aea644

#aea644

Complementary Color

#aea644 #444cae

#aea644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea644 Color CSS Codes

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

#aea644 Text Font Color

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

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


#aea644 Background Color

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

This div background color is #aea644


#aea644 Border Color

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

This div border color is #aea644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea644


Comments

No comments written yet.

Please login to write comment.