Color Hex Logo

#ae858a Color Hex

#AE858A
(174,133,138)
0 Favorites   0 Comments

Color spaces of #ae858a

RGB 174133138
HSL0.980.200.60
HSV353°24°68°
CMYK 0.000.240.21   0.32
XYZ30.430527.608727.7699
Yxy27.60870.35460.3217
Hunter Lab52.544011.42515.4456
CIE-Lab59.533616.47743.3966

#ae858a color RGB value is (174,133,138).

#ae858a hex color red value is 174, green value is 133 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae858a hue: 0.98 , saturation: 0.20 and the lightness value of ae858a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 10001010
Octal 256 205 212
Decimal 174 133 138
Hex AE 85 8A

RGB Percentages of Color #ae858a

%39.10
%29.89
%31.01

CMYK Percentages of Color #ae858a

%0
%24
%21
%32

Triadic Colors of #ae858a

#ae858a #8aae85 #858aae

Analogous Colors of #ae858a

#ae858a #ae9585 #ae859f

Monochromatic Colors of #ae858a

#ae858a

Complementary Color

#ae858a #85aea9

#ae858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae858a Color CSS Codes

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

#ae858a Text Font Color

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

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


#ae858a Background Color

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

This div background color is #ae858a


#ae858a Border Color

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

This div border color is #ae858a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae858a


Comments

No comments written yet.

Please login to write comment.