Color Hex Logo

#ae993e Color Hex

#AE993E
(174,153,62)
0 Favorites   0 Comments

Color spaces of #ae993e

RGB 17415362
HSL0.140.470.46
HSV49°64°68°
CMYK 0.000.120.64   0.32
XYZ29.716332.12899.1927
Yxy32.12890.41830.4523
Hunter Lab56.6824-5.613730.0620
CIE-Lab63.4493-3.097849.2428

#ae993e color RGB value is (174,153,62).

#ae993e hex color red value is 174, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae993e hue: 0.14 , saturation: 0.47 and the lightness value of ae993e is 0.46.

The process color (four color CMYK) of #ae993e color hex is 0.00, 0.12, 0.64, 0.32. Web safe color of #ae993e is #999933. Color #ae993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00111110
Octal 256 231 76
Decimal 174 153 62
Hex AE 99 3E

RGB Percentages of Color #ae993e

%44.73
%39.33
%15.94

CMYK Percentages of Color #ae993e

%0
%12
%64
%32

Triadic Colors of #ae993e

#ae993e #3eae99 #993eae

Analogous Colors of #ae993e

#ae993e #8bae3e #ae613e

Monochromatic Colors of #ae993e

#ae993e

Complementary Color

#ae993e #3e53ae

#ae993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae993e Color CSS Codes

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

#ae993e Text Font Color

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

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


#ae993e Background Color

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

This div background color is #ae993e


#ae993e Border Color

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

This div border color is #ae993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae993e


Comments

No comments written yet.

Please login to write comment.