Color Hex Logo

#ae7232 Color Hex

#AE7232
(174,114,50)
0 Favorites   0 Comments

Color spaces of #ae7232

RGB 17411450
HSL0.090.550.44
HSV31°71°68°
CMYK 0.000.340.71   0.32
XYZ24.048621.26365.8544
Yxy21.26360.47000.4156
Hunter Lab46.112512.394624.7513
CIE-Lab53.236817.808243.8870

#ae7232 color RGB value is (174,114,50).

#ae7232 hex color red value is 174, green value is 114 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ae7232 hue: 0.09 , saturation: 0.55 and the lightness value of ae7232 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 00110010
Octal 256 162 62
Decimal 174 114 50
Hex AE 72 32

RGB Percentages of Color #ae7232

%51.48
%33.73
%14.79

CMYK Percentages of Color #ae7232

%0
%34
%71
%32

Triadic Colors of #ae7232

#ae7232 #32ae72 #7232ae

Analogous Colors of #ae7232

#ae7232 #acae32 #ae3432

Monochromatic Colors of #ae7232

#ae7232

Complementary Color

#ae7232 #326eae

#ae7232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7232 Color CSS Codes

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

#ae7232 Text Font Color

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

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


#ae7232 Background Color

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

This div background color is #ae7232


#ae7232 Border Color

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

This div border color is #ae7232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7232


Comments

No comments written yet.

Please login to write comment.