Color Hex Logo

#ae872a Color Hex

#AE872A
(174,135,42)
3 Favorites   0 Comments

Color spaces of #ae872a

RGB 17413542
HSL0.120.610.42
HSV42°76°68°
CMYK 0.000.220.76   0.32
XYZ26.537426.49385.9056
Yxy26.49380.45030.4495
Hunter Lab51.47211.952729.2279
CIE-Lab58.50285.663152.7470

#ae872a color RGB value is (174,135,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 00101010
Octal 256 207 52
Decimal 174 135 42
Hex AE 87 2A

RGB Percentages of Color #ae872a

%49.57
%38.46
%11.97

CMYK Percentages of Color #ae872a

%0
%22
%76
%32

Triadic Colors of #ae872a

#ae872a #2aae87 #872aae

Analogous Colors of #ae872a

#ae872a #93ae2a #ae452a

Monochromatic Colors of #ae872a

#ae872a

Complementary Color

#ae872a #2a51ae

#ae872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae872a Color CSS Codes

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

#ae872a Text Font Color

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

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


#ae872a Background Color

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

This div background color is #ae872a


#ae872a Border Color

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

This div border color is #ae872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae872a

#ae872a Color Palettes


Comments

No comments written yet.

Please login to write comment.