color codes Logo

#ae9b7e color codes

#AE9B7E
(174,155,126)
0 Favorites   0 Comments

Color spaces of #ae9b7e

RGB 174155126
HSL0.100.230.59
HSV36°28°68°
CMYK 0.000.110.28   0.32
XYZ32.942833.947724.5550
Yxy33.94770.36020.3712
Hunter Lab58.2647-1.039415.7981
CIE-Lab64.92102.420917.7818

#ae9b7e color RGB value is (174,155,126).

#ae9b7e hex color red value is 174, green value is 155 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ae9b7e hue: 0.10 , saturation: 0.23 and the lightness value of ae9b7e is 0.59.

The process color (four color CMYK) of #ae9b7e color code is 0.00, 0.11, 0.28, 0.32. Web safe color of #ae9b7e is #999966. Color #ae9b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 01111110
Octal 256 233 176
Decimal 174 155 126
Hex AE 9B 7E

RGB Percentages of Color #ae9b7e

%38.24
%34.07
%27.69

CMYK Percentages of Color #ae9b7e

%0
%11
%28
%32

Triadic Colors of #ae9b7e

#ae9b7e #7eae9b #9b7eae

Analogous Colors of #ae9b7e

#ae9b7e #a9ae7e #ae837e

Monochromatic Colors of #ae9b7e

#ae9b7e

Complementary Color

#ae9b7e #7e91ae

#ae9b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9b7e Color CSS Codes

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

#ae9b7e Text Font Color

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

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


#ae9b7e Background Color

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

This div background color is #ae9b7e


#ae9b7e Border Color

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

This div border color is #ae9b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9b7e


Comments

No comments written yet.

Please login to write comment.