Color Hex Logo

#ae999a Color Hex

#AE999A
(174,153,154)
0 Favorites   0 Comments

Color spaces of #ae999a

RGB 174153154
HSL0.990.110.64
HSV357°12°68°
CMYK 0.000.120.11   0.32
XYZ34.679534.114235.3287
Yxy34.11420.33310.3276
Hunter Lab58.40743.77195.0226
CIE-Lab65.05317.91812.3154

#ae999a color RGB value is (174,153,154).

#ae999a hex color red value is 174, green value is 153 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae999a hue: 0.99 , saturation: 0.11 and the lightness value of ae999a is 0.64.

The process color (four color CMYK) of #ae999a color hex is 0.00, 0.12, 0.11, 0.32. Web safe color of #ae999a is #999999. Color #ae999a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 10011010
Octal 256 231 232
Decimal 174 153 154
Hex AE 99 9A

RGB Percentages of Color #ae999a

%36.17
%31.81
%32.02

CMYK Percentages of Color #ae999a

%0
%12
%11
%32

Triadic Colors of #ae999a

#ae999a #9aae99 #999aae

Analogous Colors of #ae999a

#ae999a #aea399 #ae99a5

Monochromatic Colors of #ae999a

#ae999a

Complementary Color

#ae999a #99aead

#ae999a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae999a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae999a Color CSS Codes

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

#ae999a Text Font Color

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

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


#ae999a Background Color

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

This div background color is #ae999a


#ae999a Border Color

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

This div border color is #ae999a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae999a


Comments

No comments written yet.

Please login to write comment.