Color Hex Logo

#ae752c Color Hex

#AE752C
(174,117,44)
0 Favorites   0 Comments

Color spaces of #ae752c

RGB 17411744
HSL0.090.600.43
HSV34°75°68°
CMYK 0.000.330.75   0.32
XYZ24.271521.90315.3313
Yxy21.90310.47120.4253
Hunter Lab46.800710.671226.0065
CIE-Lab53.924015.820047.3907

#ae752c color RGB value is (174,117,44).

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

The process color (four color CMYK) of #ae752c color hex is 0.00, 0.33, 0.75, 0.32. Web safe color of #ae752c is #996633. Color #ae752c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 00101100
Octal 256 165 54
Decimal 174 117 44
Hex AE 75 2C

RGB Percentages of Color #ae752c

%51.94
%34.93
%13.13

CMYK Percentages of Color #ae752c

%0
%33
%75
%32

Triadic Colors of #ae752c

#ae752c #2cae75 #752cae

Analogous Colors of #ae752c

#ae752c #a6ae2c #ae342c

Monochromatic Colors of #ae752c

#ae752c

Complementary Color

#ae752c #2c65ae

#ae752c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae752c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae752c Color CSS Codes

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

#ae752c Text Font Color

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

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


#ae752c Background Color

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

This div background color is #ae752c


#ae752c Border Color

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

This div border color is #ae752c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae752c


Comments

No comments written yet.

Please login to write comment.