Color Hex Logo

#aeab62 Color Hex

#AEAB62
(174,171,98)
0 Favorites   0 Comments

Color spaces of #aeab62

RGB 17417198
HSL0.160.320.53
HSV58°44°68°
CMYK 0.000.020.44   0.32
XYZ34.223139.006317.2805
Yxy39.00630.37810.4310
Hunter Lab62.4550-11.484727.3137
CIE-Lab68.7558-9.616137.8473

#aeab62 color RGB value is (174,171,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 01100010
Octal 256 253 142
Decimal 174 171 98
Hex AE AB 62

RGB Percentages of Color #aeab62

%39.28
%38.60
%22.12

CMYK Percentages of Color #aeab62

%0
%2
%44
%32

Triadic Colors of #aeab62

#aeab62 #62aeab #ab62ae

Analogous Colors of #aeab62

#aeab62 #8bae62 #ae8562

Monochromatic Colors of #aeab62

#aeab62

Complementary Color

#aeab62 #6265ae

#aeab62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeab62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeab62 Color CSS Codes

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

#aeab62 Text Font Color

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

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


#aeab62 Background Color

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

This div background color is #aeab62


#aeab62 Border Color

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

This div border color is #aeab62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeab62


Comments

No comments written yet.

Please login to write comment.