Color Hex Logo

#ae844d Color Hex

#AE844D
(174,132,77)
0 Favorites   0 Comments

Color spaces of #ae844d

RGB 17413277
HSL0.090.390.49
HSV34°56°68°
CMYK 0.000.240.56   0.32
XYZ27.046426.037010.6213
Yxy26.03700.42460.4087
Hunter Lab51.02655.317023.3771
CIE-Lab58.07229.595635.6439

#ae844d color RGB value is (174,132,77).

#ae844d hex color red value is 174, green value is 132 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae844d hue: 0.09 , saturation: 0.39 and the lightness value of ae844d is 0.49.

The process color (four color CMYK) of #ae844d color hex is 0.00, 0.24, 0.56, 0.32. Web safe color of #ae844d is #999966. Color #ae844d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01001101
Octal 256 204 115
Decimal 174 132 77
Hex AE 84 4D

RGB Percentages of Color #ae844d

%45.43
%34.46
%20.10

CMYK Percentages of Color #ae844d

%0
%24
%56
%32

Triadic Colors of #ae844d

#ae844d #4dae84 #844dae

Analogous Colors of #ae844d

#ae844d #a8ae4d #ae544d

Monochromatic Colors of #ae844d

#ae844d

Complementary Color

#ae844d #4d77ae

#ae844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae844d Color CSS Codes

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

#ae844d Text Font Color

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

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


#ae844d Background Color

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

This div background color is #ae844d


#ae844d Border Color

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

This div border color is #ae844d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae844d


Comments

No comments written yet.

Please login to write comment.