Color Hex Logo

#ae9967 Color Hex

#AE9967
(174,153,103)
0 Favorites   0 Comments

Color spaces of #ae9967

RGB 174153103
HSL0.120.300.54
HSV42°41°68°
CMYK 0.000.120.41   0.32
XYZ31.295032.760417.5059
Yxy32.76040.38370.4017
Hunter Lab57.2367-2.566821.9318
CIE-Lab63.96640.579229.1209

#ae9967 color RGB value is (174,153,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01100111
Octal 256 231 147
Decimal 174 153 103
Hex AE 99 67

RGB Percentages of Color #ae9967

%40.47
%35.58
%23.95

CMYK Percentages of Color #ae9967

%0
%12
%41
%32

Triadic Colors of #ae9967

#ae9967 #67ae99 #9967ae

Analogous Colors of #ae9967

#ae9967 #a0ae67 #ae7667

Monochromatic Colors of #ae9967

#ae9967

Complementary Color

#ae9967 #677cae

#ae9967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9967 Color CSS Codes

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

#ae9967 Text Font Color

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

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


#ae9967 Background Color

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

This div background color is #ae9967


#ae9967 Border Color

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

This div border color is #ae9967


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,153,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 #ae9967">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9967


Comments

No comments written yet.

Please login to write comment.