Color Hex Logo

#ae755f Color Hex

#AE755F
(174,117,95)
0 Favorites   0 Comments

Color spaces of #ae755f

RGB 17411795
HSL0.050.330.53
HSV17°45°68°
CMYK 0.000.330.45   0.32
XYZ25.882422.547513.8144
Yxy22.54750.41580.3622
Hunter Lab47.484214.198315.9899
CIE-Lab54.603219.760921.2324

#ae755f color RGB value is (174,117,95).

#ae755f hex color red value is 174, green value is 117 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae755f hue: 0.05 , saturation: 0.33 and the lightness value of ae755f is 0.53.

The process color (four color CMYK) of #ae755f color hex is 0.00, 0.33, 0.45, 0.32. Web safe color of #ae755f is #996666. Color #ae755f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 01011111
Octal 256 165 137
Decimal 174 117 95
Hex AE 75 5F

RGB Percentages of Color #ae755f

%45.08
%30.31
%24.61

CMYK Percentages of Color #ae755f

%0
%33
%45
%32

Triadic Colors of #ae755f

#ae755f #5fae75 #755fae

Analogous Colors of #ae755f

#ae755f #ae9d5f #ae5f71

Monochromatic Colors of #ae755f

#ae755f

Complementary Color

#ae755f #5f98ae

#ae755f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae755f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae755f Color CSS Codes

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

#ae755f Text Font Color

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

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


#ae755f Background Color

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

This div background color is #ae755f


#ae755f Border Color

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

This div border color is #ae755f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae755f


Comments

No comments written yet.

Please login to write comment.