Color Hex Logo

#ae752f Color Hex

#AE752F
(174,117,47)
0 Favorites   0 Comments

Color spaces of #ae752f

RGB 17411747
HSL0.090.570.43
HSV33°73°68°
CMYK 0.000.330.73   0.32
XYZ24.329921.92655.6392
Yxy21.92650.46880.4225
Hunter Lab46.825710.800725.6378
CIE-Lab53.948915.966946.0514

#ae752f color RGB value is (174,117,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 00101111
Octal 256 165 57
Decimal 174 117 47
Hex AE 75 2F

RGB Percentages of Color #ae752f

%51.48
%34.62
%13.91

CMYK Percentages of Color #ae752f

%0
%33
%73
%32

Triadic Colors of #ae752f

#ae752f #2fae75 #752fae

Analogous Colors of #ae752f

#ae752f #a8ae2f #ae362f

Monochromatic Colors of #ae752f

#ae752f

Complementary Color

#ae752f #2f68ae

#ae752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae752f Color CSS Codes

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

#ae752f Text Font Color

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

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


#ae752f Background Color

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

This div background color is #ae752f


#ae752f Border Color

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

This div border color is #ae752f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,117,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 #ae752f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae752f


Comments

No comments written yet.

Please login to write comment.