Color Hex Logo

#ae884b Color Hex

#AE884B
(174,136,75)
0 Favorites   0 Comments

Color spaces of #ae884b

RGB 17413675
HSL0.100.400.49
HSV37°57°68°
CMYK 0.000.220.57   0.32
XYZ27.529727.115010.4394
Yxy27.11500.42300.4166
Hunter Lab52.07213.244124.5640
CIE-Lab59.08067.196137.9113

#ae884b color RGB value is (174,136,75).

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

The process color (four color CMYK) of #ae884b color hex is 0.00, 0.22, 0.57, 0.32. Web safe color of #ae884b is #999933. Color #ae884b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 01001011
Octal 256 210 113
Decimal 174 136 75
Hex AE 88 4B

RGB Percentages of Color #ae884b

%45.19
%35.32
%19.48

CMYK Percentages of Color #ae884b

%0
%22
%57
%32

Triadic Colors of #ae884b

#ae884b #4bae88 #884bae

Analogous Colors of #ae884b

#ae884b #a3ae4b #ae574b

Monochromatic Colors of #ae884b

#ae884b

Complementary Color

#ae884b #4b71ae

#ae884b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae884b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae884b Color CSS Codes

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

#ae884b Text Font Color

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

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


#ae884b Background Color

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

This div background color is #ae884b


#ae884b Border Color

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

This div border color is #ae884b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae884b


Comments

No comments written yet.

Please login to write comment.