Color Hex Logo

#ae852a Color Hex

#AE852A
(174,133,42)
0 Favorites   0 Comments

Color spaces of #ae852a

RGB 17413342
HSL0.110.610.42
HSV41°76°68°
CMYK 0.000.240.76   0.32
XYZ26.261025.94095.8135
Yxy25.94090.45270.4471
Hunter Lab50.93222.904528.8851
CIE-Lab57.98096.774252.2427

#ae852a color RGB value is (174,133,42).

#ae852a hex color red value is 174, green value is 133 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae852a hue: 0.11 , saturation: 0.61 and the lightness value of ae852a is 0.42.

The process color (four color CMYK) of #ae852a color hex is 0.00, 0.24, 0.76, 0.32. Web safe color of #ae852a is #999933. Color #ae852a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 00101010
Octal 256 205 52
Decimal 174 133 42
Hex AE 85 2A

RGB Percentages of Color #ae852a

%49.86
%38.11
%12.03

CMYK Percentages of Color #ae852a

%0
%24
%76
%32

Triadic Colors of #ae852a

#ae852a #2aae85 #852aae

Analogous Colors of #ae852a

#ae852a #95ae2a #ae432a

Monochromatic Colors of #ae852a

#ae852a

Complementary Color

#ae852a #2a53ae

#ae852a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae852a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae852a Color CSS Codes

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

#ae852a Text Font Color

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

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


#ae852a Background Color

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

This div background color is #ae852a


#ae852a Border Color

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

This div border color is #ae852a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae852a


Comments

No comments written yet.

Please login to write comment.