Color Hex Logo

#ae925c Color Hex

#AE925C
(174,146,92)
0 Favorites   0 Comments

Color spaces of #ae925c

RGB 17414692
HSL0.110.340.52
HSV40°47°68°
CMYK 0.000.160.47   0.32
XYZ29.666230.329114.4157
Yxy30.32910.39870.4076
Hunter Lab55.0719-0.221123.0305
CIE-Lab61.93713.229132.4397

#ae925c color RGB value is (174,146,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 01011100
Octal 256 222 134
Decimal 174 146 92
Hex AE 92 5C

RGB Percentages of Color #ae925c

%42.23
%35.44
%22.33

CMYK Percentages of Color #ae925c

%0
%16
%47
%32

Triadic Colors of #ae925c

#ae925c #5cae92 #925cae

Analogous Colors of #ae925c

#ae925c #a1ae5c #ae695c

Monochromatic Colors of #ae925c

#ae925c

Complementary Color

#ae925c #5c78ae

#ae925c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae925c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae925c Color CSS Codes

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

#ae925c Text Font Color

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

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


#ae925c Background Color

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

This div background color is #ae925c


#ae925c Border Color

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

This div border color is #ae925c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,146,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 #ae925c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae925c


Comments

No comments written yet.

Please login to write comment.