Color Hex Logo

#ae735f Color Hex

#AE735F
(174,115,95)
0 Favorites   0 Comments

Color spaces of #ae735f

RGB 17411595
HSL0.040.330.53
HSV15°45°68°
CMYK 0.000.340.45   0.32
XYZ25.651922.086413.7376
Yxy22.08640.41730.3593
Hunter Lab46.996215.187315.5661
CIE-Lab54.118620.884720.5834

#ae735f color RGB value is (174,115,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 01011111
Octal 256 163 137
Decimal 174 115 95
Hex AE 73 5F

RGB Percentages of Color #ae735f

%45.31
%29.95
%24.74

CMYK Percentages of Color #ae735f

%0
%34
%45
%32

Triadic Colors of #ae735f

#ae735f #5fae73 #735fae

Analogous Colors of #ae735f

#ae735f #ae9b5f #ae5f73

Monochromatic Colors of #ae735f

#ae735f

Complementary Color

#ae735f #5f9aae

#ae735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae735f Color CSS Codes

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

#ae735f Text Font Color

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

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


#ae735f Background Color

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

This div background color is #ae735f


#ae735f Border Color

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

This div border color is #ae735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae735f


Comments

No comments written yet.

Please login to write comment.