Color Hex Logo

#ae995c Color Hex

#AE995C
(174,153,92)
0 Favorites   0 Comments

Color spaces of #ae995c

RGB 17415392
HSL0.120.340.52
HSV45°47°68°
CMYK 0.000.120.47   0.32
XYZ30.778632.553814.7865
Yxy32.55380.39400.4167
Hunter Lab57.0559-3.556824.5737
CIE-Lab63.7980-0.604334.7815

#ae995c color RGB value is (174,153,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 01011100
Octal 256 231 134
Decimal 174 153 92
Hex AE 99 5C

RGB Percentages of Color #ae995c

%41.53
%36.52
%21.96

CMYK Percentages of Color #ae995c

%0
%12
%47
%32

Triadic Colors of #ae995c

#ae995c #5cae99 #995cae

Analogous Colors of #ae995c

#ae995c #9aae5c #ae705c

Monochromatic Colors of #ae995c

#ae995c

Complementary Color

#ae995c #5c71ae

#ae995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae995c Color CSS Codes

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

#ae995c Text Font Color

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

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


#ae995c Background Color

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

This div background color is #ae995c


#ae995c Border Color

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

This div border color is #ae995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae995c


Comments

No comments written yet.

Please login to write comment.