Color Hex Logo

#ae955f Color Hex

#AE955F
(174,149,95)
0 Favorites   0 Comments

Color spaces of #ae955f

RGB 17414995
HSL0.110.330.53
HSV41°45°68°
CMYK 0.000.140.45   0.32
XYZ30.268631.319815.2765
Yxy31.31980.39380.4075
Hunter Lab55.9641-1.394122.9905
CIE-Lab62.77671.890831.8974

#ae955f color RGB value is (174,149,95).

#ae955f hex color red value is 174, green value is 149 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae955f hue: 0.11 , saturation: 0.33 and the lightness value of ae955f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 01011111
Octal 256 225 137
Decimal 174 149 95
Hex AE 95 5F

RGB Percentages of Color #ae955f

%41.63
%35.65
%22.73

CMYK Percentages of Color #ae955f

%0
%14
%45
%32

Triadic Colors of #ae955f

#ae955f #5fae95 #955fae

Analogous Colors of #ae955f

#ae955f #a0ae5f #ae6e5f

Monochromatic Colors of #ae955f

#ae955f

Complementary Color

#ae955f #5f78ae

#ae955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae955f Color CSS Codes

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

#ae955f Text Font Color

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

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


#ae955f Background Color

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

This div background color is #ae955f


#ae955f Border Color

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

This div border color is #ae955f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae955f


Comments

No comments written yet.

Please login to write comment.