Color Hex Logo

#ae955a Color Hex

#AE955A
(174,149,90)
0 Favorites   0 Comments

Color spaces of #ae955a

RGB 17414990
HSL0.120.340.52
HSV42°48°68°
CMYK 0.000.140.48   0.32
XYZ30.048531.231714.1175
Yxy31.23170.39850.4142
Hunter Lab55.8853-1.823224.1422
CIE-Lab62.70271.379834.4675

#ae955a color RGB value is (174,149,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 01011010
Octal 256 225 132
Decimal 174 149 90
Hex AE 95 5A

RGB Percentages of Color #ae955a

%42.13
%36.08
%21.79

CMYK Percentages of Color #ae955a

%0
%14
%48
%32

Triadic Colors of #ae955a

#ae955a #5aae95 #955aae

Analogous Colors of #ae955a

#ae955a #9dae5a #ae6b5a

Monochromatic Colors of #ae955a

#ae955a

Complementary Color

#ae955a #5a73ae

#ae955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae955a Color CSS Codes

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

#ae955a Text Font Color

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

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


#ae955a Background Color

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

This div background color is #ae955a


#ae955a Border Color

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

This div border color is #ae955a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae955a


Comments

No comments written yet.

Please login to write comment.