Color Hex Logo

#ae846f Color Hex

#AE846F
(174,132,111)
0 Favorites   0 Comments

Color spaces of #ae846f

RGB 174132111
HSL0.060.280.56
HSV20°36°68°
CMYK 0.000.240.36   0.32
XYZ28.576126.648918.6766
Yxy26.64890.38670.3606
Hunter Lab51.62268.470614.6852
CIE-Lab58.647913.200617.5790

#ae846f color RGB value is (174,132,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01101111
Octal 256 204 157
Decimal 174 132 111
Hex AE 84 6F

RGB Percentages of Color #ae846f

%41.73
%31.65
%26.62

CMYK Percentages of Color #ae846f

%0
%24
%36
%32

Triadic Colors of #ae846f

#ae846f #6fae84 #846fae

Analogous Colors of #ae846f

#ae846f #aea46f #ae6f7a

Monochromatic Colors of #ae846f

#ae846f

Complementary Color

#ae846f #6f99ae

#ae846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae846f Color CSS Codes

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

#ae846f Text Font Color

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

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


#ae846f Background Color

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

This div background color is #ae846f


#ae846f Border Color

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

This div border color is #ae846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae846f


Comments

No comments written yet.

Please login to write comment.