Color Hex Logo

#ae875e Color Hex

#AE875E
(174,135,94)
0 Favorites   0 Comments

Color spaces of #ae875e

RGB 17413594
HSL0.090.330.53
HSV31°46°68°
CMYK 0.000.220.46   0.32
XYZ28.139927.134814.3441
Yxy27.13480.40420.3898
Hunter Lab52.09115.267420.1373
CIE-Lab59.09899.543727.7152

#ae875e color RGB value is (174,135,94).

#ae875e hex color red value is 174, green value is 135 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae875e hue: 0.09 , saturation: 0.33 and the lightness value of ae875e is 0.53.

The process color (four color CMYK) of #ae875e color hex is 0.00, 0.22, 0.46, 0.32. Web safe color of #ae875e is #999966. Color #ae875e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 01011110
Octal 256 207 136
Decimal 174 135 94
Hex AE 87 5E

RGB Percentages of Color #ae875e

%43.18
%33.50
%23.33

CMYK Percentages of Color #ae875e

%0
%22
%46
%32

Triadic Colors of #ae875e

#ae875e #5eae87 #875eae

Analogous Colors of #ae875e

#ae875e #adae5e #ae5f5e

Monochromatic Colors of #ae875e

#ae875e

Complementary Color

#ae875e #5e85ae

#ae875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae875e Color CSS Codes

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

#ae875e Text Font Color

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

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


#ae875e Background Color

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

This div background color is #ae875e


#ae875e Border Color

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

This div border color is #ae875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae875e


Comments

No comments written yet.

Please login to write comment.