Color Hex Logo

#ae796f Color Hex

#AE796F
(174,121,111)
0 Favorites   0 Comments

Color spaces of #ae796f

RGB 174121111
HSL0.030.280.56
HSV10°36°68°
CMYK 0.000.300.36   0.32
XYZ27.162223.821118.2053
Yxy23.82110.39260.3443
Hunter Lab48.806913.927612.0492
CIE-Lab55.908219.391513.7981

#ae796f color RGB value is (174,121,111).

#ae796f hex color red value is 174, green value is 121 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae796f hue: 0.03 , saturation: 0.28 and the lightness value of ae796f is 0.56.

The process color (four color CMYK) of #ae796f color hex is 0.00, 0.30, 0.36, 0.32. Web safe color of #ae796f is #996666. Color #ae796f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 01101111
Octal 256 171 157
Decimal 174 121 111
Hex AE 79 6F

RGB Percentages of Color #ae796f

%42.86
%29.80
%27.34

CMYK Percentages of Color #ae796f

%0
%30
%36
%32

Triadic Colors of #ae796f

#ae796f #6fae79 #796fae

Analogous Colors of #ae796f

#ae796f #ae996f #ae6f85

Monochromatic Colors of #ae796f

#ae796f

Complementary Color

#ae796f #6fa4ae

#ae796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae796f Color CSS Codes

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

#ae796f Text Font Color

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

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


#ae796f Background Color

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

This div background color is #ae796f


#ae796f Border Color

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

This div border color is #ae796f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae796f


Comments

No comments written yet.

Please login to write comment.