Color Hex Logo

#ae956d Color Hex

#AE956D
(174,149,109)
0 Favorites   0 Comments

Color spaces of #ae956d

RGB 174149109
HSL0.100.290.55
HSV37°37°68°
CMYK 0.000.140.37   0.32
XYZ30.963331.597718.9350
Yxy31.59770.37990.3877
Hunter Lab56.2118-0.047119.3764
CIE-Lab63.00903.481924.5879

#ae956d color RGB value is (174,149,109).

#ae956d hex color red value is 174, green value is 149 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ae956d hue: 0.10 , saturation: 0.29 and the lightness value of ae956d is 0.55.

The process color (four color CMYK) of #ae956d color hex is 0.00, 0.14, 0.37, 0.32. Web safe color of #ae956d is #999966. Color #ae956d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 01101101
Octal 256 225 155
Decimal 174 149 109
Hex AE 95 6D

RGB Percentages of Color #ae956d

%40.28
%34.49
%25.23

CMYK Percentages of Color #ae956d

%0
%14
%37
%32

Triadic Colors of #ae956d

#ae956d #6dae95 #956dae

Analogous Colors of #ae956d

#ae956d #a7ae6d #ae756d

Monochromatic Colors of #ae956d

#ae956d

Complementary Color

#ae956d #6d86ae

#ae956d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae956d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae956d Color CSS Codes

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

#ae956d Text Font Color

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

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


#ae956d Background Color

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

This div background color is #ae956d


#ae956d Border Color

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

This div border color is #ae956d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae956d


Comments

No comments written yet.

Please login to write comment.