Color Hex Logo

#ae995a Color Hex

#AE995A
(174,153,90)
0 Favorites   0 Comments

Color spaces of #ae995a

RGB 17415390
HSL0.130.340.52
HSV45°48°68°
CMYK 0.000.120.48   0.32
XYZ30.692332.519314.3321
Yxy32.51930.39580.4194
Hunter Lab57.0257-3.722925.0168
CIE-Lab63.7698-0.804035.7969

#ae995a color RGB value is (174,153,90).

#ae995a hex color red value is 174, green value is 153 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ae995a hue: 0.13 , saturation: 0.34 and the lightness value of ae995a is 0.52.

The process color (four color CMYK) of #ae995a color hex is 0.00, 0.12, 0.48, 0.32. Web safe color of #ae995a is #999966. Color #ae995a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01011010
Octal 256 231 132
Decimal 174 153 90
Hex AE 99 5A

RGB Percentages of Color #ae995a

%41.73
%36.69
%21.58

CMYK Percentages of Color #ae995a

%0
%12
%48
%32

Triadic Colors of #ae995a

#ae995a #5aae99 #995aae

Analogous Colors of #ae995a

#ae995a #99ae5a #ae6f5a

Monochromatic Colors of #ae995a

#ae995a

Complementary Color

#ae995a #5a6fae

#ae995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae995a Color CSS Codes

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

#ae995a Text Font Color

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

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


#ae995a Background Color

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

This div background color is #ae995a


#ae995a Border Color

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

This div border color is #ae995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae995a


Comments

No comments written yet.

Please login to write comment.