Color Hex Logo

#ae898b Color Hex

#AE898B
(174,137,139)
0 Favorites   0 Comments

Color spaces of #ae898b

RGB 174137139
HSL0.990.190.61
HSV357°21°68°
CMYK 0.000.210.20   0.32
XYZ31.061428.754128.3391
Yxy28.75410.35240.3262
Hunter Lab53.62289.55746.2019
CIE-Lab60.564014.38364.3124

#ae898b color RGB value is (174,137,139).

#ae898b hex color red value is 174, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ae898b hue: 0.99 , saturation: 0.19 and the lightness value of ae898b is 0.61.

The process color (four color CMYK) of #ae898b color hex is 0.00, 0.21, 0.20, 0.32. Web safe color of #ae898b is #999999. Color #ae898b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10001011
Octal 256 211 213
Decimal 174 137 139
Hex AE 89 8B

RGB Percentages of Color #ae898b

%38.67
%30.44
%30.89

CMYK Percentages of Color #ae898b

%0
%21
%20
%32

Triadic Colors of #ae898b

#ae898b #8bae89 #898bae

Analogous Colors of #ae898b

#ae898b #ae9a89 #ae899e

Monochromatic Colors of #ae898b

#ae898b

Complementary Color

#ae898b #89aeac

#ae898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae898b Color CSS Codes

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

#ae898b Text Font Color

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

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


#ae898b Background Color

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

This div background color is #ae898b


#ae898b Border Color

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

This div border color is #ae898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae898b


Comments

No comments written yet.

Please login to write comment.