Color Hex Logo

#ae867a Color Hex

#AE867A
(174,134,122)
0 Favorites   0 Comments

Color spaces of #ae867a

RGB 174134122
HSL0.040.240.58
HSV14°30°68°
CMYK 0.000.230.30   0.32
XYZ29.493527.454022.1570
Yxy27.45400.37280.3471
Hunter Lab52.39668.781911.6056
CIE-Lab59.392213.539212.3488

#ae867a color RGB value is (174,134,122).

#ae867a hex color red value is 174, green value is 134 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae867a hue: 0.04 , saturation: 0.24 and the lightness value of ae867a is 0.58.

The process color (four color CMYK) of #ae867a color hex is 0.00, 0.23, 0.30, 0.32. Web safe color of #ae867a is #999966. Color #ae867a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 01111010
Octal 256 206 172
Decimal 174 134 122
Hex AE 86 7A

RGB Percentages of Color #ae867a

%40.47
%31.16
%28.37

CMYK Percentages of Color #ae867a

%0
%23
%30
%32

Triadic Colors of #ae867a

#ae867a #7aae86 #867aae

Analogous Colors of #ae867a

#ae867a #aea07a #ae7a88

Monochromatic Colors of #ae867a

#ae867a

Complementary Color

#ae867a #7aa2ae

#ae867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae867a Color CSS Codes

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

#ae867a Text Font Color

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

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


#ae867a Background Color

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

This div background color is #ae867a


#ae867a Border Color

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

This div border color is #ae867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae867a


Comments

No comments written yet.

Please login to write comment.