Color Hex Logo

#ae6136 Color Hex

#AE6136
(174,97,54)
0 Favorites   0 Comments

Color spaces of #ae6136

RGB 1749754
HSL0.060.530.45
HSV22°69°68°
CMYK 0.000.440.69   0.32
XYZ22.396117.81445.7481
Yxy17.81440.48730.3876
Hunter Lab42.207120.853921.4704
CIE-Lab49.270227.489437.5078

#ae6136 color RGB value is (174,97,54).

#ae6136 hex color red value is 174, green value is 97 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ae6136 hue: 0.06 , saturation: 0.53 and the lightness value of ae6136 is 0.45.

The process color (four color CMYK) of #ae6136 color hex is 0.00, 0.44, 0.69, 0.32. Web safe color of #ae6136 is #996633. Color #ae6136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 00110110
Octal 256 141 66
Decimal 174 97 54
Hex AE 61 36

RGB Percentages of Color #ae6136

%53.54
%29.85
%16.62

CMYK Percentages of Color #ae6136

%0
%44
%69
%32

Triadic Colors of #ae6136

#ae6136 #36ae61 #6136ae

Analogous Colors of #ae6136

#ae6136 #ae9d36 #ae3647

Monochromatic Colors of #ae6136

#ae6136

Complementary Color

#ae6136 #3683ae

#ae6136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6136 Color CSS Codes

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

#ae6136 Text Font Color

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

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


#ae6136 Background Color

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

This div background color is #ae6136


#ae6136 Border Color

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

This div border color is #ae6136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6136


Comments

No comments written yet.

Please login to write comment.