Color Hex Logo

#ae706f Color Hex

#AE706F
(174,112,111)
0 Favorites   0 Comments

Color spaces of #ae706f

RGB 174112111
HSL0.000.280.56
HSV36°68°
CMYK 0.000.360.36   0.32
XYZ26.119021.734717.8575
Yxy21.73470.39750.3308
Hunter Lab46.620518.41839.9239
CIE-Lab53.744424.447010.7734

#ae706f color RGB value is (174,112,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 01101111
Octal 256 160 157
Decimal 174 112 111
Hex AE 70 6F

RGB Percentages of Color #ae706f

%43.83
%28.21
%27.96

CMYK Percentages of Color #ae706f

%0
%36
%36
%32

Triadic Colors of #ae706f

#ae706f #6fae70 #706fae

Analogous Colors of #ae706f

#ae706f #ae906f #ae6f8e

Monochromatic Colors of #ae706f

#ae706f

Complementary Color

#ae706f #6fadae

#ae706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae706f Color CSS Codes

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

#ae706f Text Font Color

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

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


#ae706f Background Color

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

This div background color is #ae706f


#ae706f Border Color

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

This div border color is #ae706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae706f


Comments

No comments written yet.

Please login to write comment.