Color Hex Logo

#ae732f Color Hex

#AE732F
(174,115,47)
0 Favorites   0 Comments

Color spaces of #ae732f

RGB 17411547
HSL0.090.570.43
HSV32°73°68°
CMYK 0.000.340.73   0.32
XYZ24.099421.46545.5624
Yxy21.46540.47140.4198
Hunter Lab46.330811.769725.3133
CIE-Lab53.455117.089645.5399

#ae732f color RGB value is (174,115,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 00101111
Octal 256 163 57
Decimal 174 115 47
Hex AE 73 2F

RGB Percentages of Color #ae732f

%51.79
%34.23
%13.99

CMYK Percentages of Color #ae732f

%0
%34
%73
%32

Triadic Colors of #ae732f

#ae732f #2fae73 #732fae

Analogous Colors of #ae732f

#ae732f #aaae2f #ae342f

Monochromatic Colors of #ae732f

#ae732f

Complementary Color

#ae732f #2f6aae

#ae732f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae732f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae732f Color CSS Codes

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

#ae732f Text Font Color

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

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


#ae732f Background Color

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

This div background color is #ae732f


#ae732f Border Color

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

This div border color is #ae732f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae732f


Comments

No comments written yet.

Please login to write comment.