Color Hex Logo

#aeaa67 Color Hex

#AEAA67
(174,170,103)
0 Favorites   0 Comments

Color spaces of #aeaa67

RGB 174170103
HSL0.160.300.54
HSV57°41°68°
CMYK 0.000.020.41   0.32
XYZ34.278538.727418.5004
Yxy38.72740.37460.4232
Hunter Lab62.2313-10.582825.9360
CIE-Lab68.5533-8.551535.0078

#aeaa67 color RGB value is (174,170,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01100111
Octal 256 252 147
Decimal 174 170 103
Hex AE AA 67

RGB Percentages of Color #aeaa67

%38.93
%38.03
%23.04

CMYK Percentages of Color #aeaa67

%0
%2
%41
%32

Triadic Colors of #aeaa67

#aeaa67 #67aeaa #aa67ae

Analogous Colors of #aeaa67

#aeaa67 #8fae67 #ae8767

Monochromatic Colors of #aeaa67

#aeaa67

Complementary Color

#aeaa67 #676bae

#aeaa67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa67 Color CSS Codes

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

#aeaa67 Text Font Color

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

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


#aeaa67 Background Color

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

This div background color is #aeaa67


#aeaa67 Border Color

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

This div border color is #aeaa67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa67


Comments

No comments written yet.

Please login to write comment.