Color Hex Logo

#ae813e Color Hex

#AE813E
(174,129,62)
0 Favorites   0 Comments

Color spaces of #ae813e

RGB 17412962
HSL0.100.470.46
HSV36°64°68°
CMYK 0.000.260.64   0.32
XYZ26.175325.04708.0124
Yxy25.04700.44190.4228
Hunter Lab50.04705.775925.5407
CIE-Lab57.121210.125242.2607

#ae813e color RGB value is (174,129,62).

#ae813e hex color red value is 174, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae813e hue: 0.10 , saturation: 0.47 and the lightness value of ae813e is 0.46.

The process color (four color CMYK) of #ae813e color hex is 0.00, 0.26, 0.64, 0.32. Web safe color of #ae813e is #999933. Color #ae813e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 00111110
Octal 256 201 76
Decimal 174 129 62
Hex AE 81 3E

RGB Percentages of Color #ae813e

%47.67
%35.34
%16.99

CMYK Percentages of Color #ae813e

%0
%26
%64
%32

Triadic Colors of #ae813e

#ae813e #3eae81 #813eae

Analogous Colors of #ae813e

#ae813e #a3ae3e #ae493e

Monochromatic Colors of #ae813e

#ae813e

Complementary Color

#ae813e #3e6bae

#ae813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae813e Color CSS Codes

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

#ae813e Text Font Color

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

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


#ae813e Background Color

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

This div background color is #ae813e


#ae813e Border Color

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

This div border color is #ae813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae813e


Comments

No comments written yet.

Please login to write comment.