Color Hex Logo

#ae732e Color Hex

#AE732E
(174,115,46)
0 Favorites   0 Comments

Color spaces of #ae732e

RGB 17411546
HSL0.090.580.43
HSV32°74°68°
CMYK 0.000.340.74   0.32
XYZ24.079421.45745.4573
Yxy21.45740.47220.4208
Hunter Lab46.322111.725025.4404
CIE-Lab53.446517.039345.9954

#ae732e color RGB value is (174,115,46).

#ae732e hex color red value is 174, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ae732e hue: 0.09 , saturation: 0.58 and the lightness value of ae732e is 0.43.

The process color (four color CMYK) of #ae732e color hex is 0.00, 0.34, 0.74, 0.32. Web safe color of #ae732e is #996633. Color #ae732e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 00101110
Octal 256 163 56
Decimal 174 115 46
Hex AE 73 2E

RGB Percentages of Color #ae732e

%51.94
%34.33
%13.73

CMYK Percentages of Color #ae732e

%0
%34
%74
%32

Triadic Colors of #ae732e

#ae732e #2eae73 #732eae

Analogous Colors of #ae732e

#ae732e #a9ae2e #ae332e

Monochromatic Colors of #ae732e

#ae732e

Complementary Color

#ae732e #2e69ae

#ae732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae732e Color CSS Codes

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

#ae732e Text Font Color

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

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


#ae732e Background Color

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

This div background color is #ae732e


#ae732e Border Color

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

This div border color is #ae732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae732e


Comments

No comments written yet.

Please login to write comment.