Color Hex Logo

#ae855a Color Hex

#AE855A
(174,133,90)
0 Favorites   0 Comments

Color spaces of #ae855a

RGB 17413390
HSL0.090.340.52
HSV31°48°68°
CMYK 0.000.240.48   0.32
XYZ27.688626.511913.3308
Yxy26.51190.41000.3926
Hunter Lab51.48975.881420.6925
CIE-Lab58.519810.248729.1718

#ae855a color RGB value is (174,133,90).

#ae855a hex color red value is 174, green value is 133 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ae855a hue: 0.09 , saturation: 0.34 and the lightness value of ae855a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 01011010
Octal 256 205 132
Decimal 174 133 90
Hex AE 85 5A

RGB Percentages of Color #ae855a

%43.83
%33.50
%22.67

CMYK Percentages of Color #ae855a

%0
%24
%48
%32

Triadic Colors of #ae855a

#ae855a #5aae85 #855aae

Analogous Colors of #ae855a

#ae855a #adae5a #ae5b5a

Monochromatic Colors of #ae855a

#ae855a

Complementary Color

#ae855a #5a83ae

#ae855a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae855a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae855a Color CSS Codes

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

#ae855a Text Font Color

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

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


#ae855a Background Color

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

This div background color is #ae855a


#ae855a Border Color

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

This div border color is #ae855a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae855a


Comments

No comments written yet.

Please login to write comment.