color codes Logo

#ae8959 color codes

#AE8959
(174,137,89)
0 Favorites   0 Comments

Color spaces of #ae8959

RGB 17413789
HSL0.090.340.52
HSV34°49°68°
CMYK 0.000.210.49   0.32
XYZ28.204427.611313.2942
Yxy27.61130.40810.3995
Hunter Lab52.54653.853921.7822
CIE-Lab59.53597.914331.0148

#ae8959 color RGB value is (174,137,89).

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

The process color (four color CMYK) of #ae8959 color code is 0.00, 0.21, 0.49, 0.32. Web safe color of #ae8959 is #999966. Color #ae8959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 01011001
Octal 256 211 131
Decimal 174 137 89
Hex AE 89 59

RGB Percentages of Color #ae8959

%43.50
%34.25
%22.25

CMYK Percentages of Color #ae8959

%0
%21
%49
%32

Triadic Colors of #ae8959

#ae8959 #59ae89 #8959ae

Analogous Colors of #ae8959

#ae8959 #a9ae59 #ae5f59

Monochromatic Colors of #ae8959

#ae8959

Complementary Color

#ae8959 #597eae

#ae8959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8959 Color CSS Codes

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

#ae8959 Text Font Color

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

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


#ae8959 Background Color

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

This div background color is #ae8959


#ae8959 Border Color

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

This div border color is #ae8959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8959


Comments

No comments written yet.

Please login to write comment.