Color Hex Logo

#ae837f Color Hex

#AE837F
(174,131,127)
0 Favorites   0 Comments

Color spaces of #ae837f

RGB 174131127
HSL0.010.220.59
HSV27°68°
CMYK 0.000.250.27   0.32
XYZ29.402626.763623.6949
Yxy26.76360.36820.3351
Hunter Lab51.733510.91629.0576
CIE-Lab58.754915.93838.5888

#ae837f color RGB value is (174,131,127).

#ae837f hex color red value is 174, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae837f hue: 0.01 , saturation: 0.22 and the lightness value of ae837f is 0.59.

The process color (four color CMYK) of #ae837f color hex is 0.00, 0.25, 0.27, 0.32. Web safe color of #ae837f is #999966. Color #ae837f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 01111111
Octal 256 203 177
Decimal 174 131 127
Hex AE 83 7F

RGB Percentages of Color #ae837f

%40.28
%30.32
%29.40

CMYK Percentages of Color #ae837f

%0
%25
%27
%32

Triadic Colors of #ae837f

#ae837f #7fae83 #837fae

Analogous Colors of #ae837f

#ae837f #ae9b7f #ae7f93

Monochromatic Colors of #ae837f

#ae837f

Complementary Color

#ae837f #7faaae

#ae837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae837f Color CSS Codes

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

#ae837f Text Font Color

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

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


#ae837f Background Color

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

This div background color is #ae837f


#ae837f Border Color

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

This div border color is #ae837f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae837f


Comments

No comments written yet.

Please login to write comment.