Color Hex Logo

#ae876f Color Hex

#AE876F
(174,135,111)
0 Favorites   0 Comments

Color spaces of #ae876f

RGB 174135111
HSL0.060.280.56
HSV23°36°68°
CMYK 0.000.220.36   0.32
XYZ28.988827.474318.8141
Yxy27.47430.38510.3650
Hunter Lab52.41596.992115.4097
CIE-Lab59.410811.517218.6222

#ae876f color RGB value is (174,135,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 01101111
Octal 256 207 157
Decimal 174 135 111
Hex AE 87 6F

RGB Percentages of Color #ae876f

%41.43
%32.14
%26.43

CMYK Percentages of Color #ae876f

%0
%22
%36
%32

Triadic Colors of #ae876f

#ae876f #6fae87 #876fae

Analogous Colors of #ae876f

#ae876f #aea76f #ae6f77

Monochromatic Colors of #ae876f

#ae876f

Complementary Color

#ae876f #6f96ae

#ae876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae876f Color CSS Codes

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

#ae876f Text Font Color

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

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


#ae876f Background Color

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

This div background color is #ae876f


#ae876f Border Color

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

This div border color is #ae876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae876f


Comments

No comments written yet.

Please login to write comment.