Color Hex Logo

#ae854d Color Hex

#AE854D
(174,133,77)
0 Favorites   0 Comments

Color spaces of #ae854d

RGB 17413377
HSL0.100.390.49
HSV35°56°68°
CMYK 0.000.240.56   0.32
XYZ27.182626.309610.6667
Yxy26.30960.42370.4101
Hunter Lab51.29294.833323.5753
CIE-Lab58.32989.036335.9571

#ae854d color RGB value is (174,133,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 01001101
Octal 256 205 115
Decimal 174 133 77
Hex AE 85 4D

RGB Percentages of Color #ae854d

%45.31
%34.64
%20.05

CMYK Percentages of Color #ae854d

%0
%24
%56
%32

Triadic Colors of #ae854d

#ae854d #4dae85 #854dae

Analogous Colors of #ae854d

#ae854d #a7ae4d #ae554d

Monochromatic Colors of #ae854d

#ae854d

Complementary Color

#ae854d #4d76ae

#ae854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae854d Color CSS Codes

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

#ae854d Text Font Color

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

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


#ae854d Background Color

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

This div background color is #ae854d


#ae854d Border Color

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

This div border color is #ae854d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,133,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 #ae854d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae854d


Comments

No comments written yet.

Please login to write comment.