Color Hex Logo

#ae935b Color Hex

#AE935B
(174,147,91)
0 Favorites   0 Comments

Color spaces of #ae935b

RGB 17414791
HSL0.110.340.52
HSV40°48°68°
CMYK 0.000.160.48   0.32
XYZ29.777630.621414.2386
Yxy30.62140.39900.4103
Hunter Lab55.3366-0.785123.4798
CIE-Lab62.18672.577433.2892

#ae935b color RGB value is (174,147,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 01011011
Octal 256 223 133
Decimal 174 147 91
Hex AE 93 5B

RGB Percentages of Color #ae935b

%42.23
%35.68
%22.09

CMYK Percentages of Color #ae935b

%0
%16
%48
%32

Triadic Colors of #ae935b

#ae935b #5bae93 #935bae

Analogous Colors of #ae935b

#ae935b #a0ae5b #ae6a5b

Monochromatic Colors of #ae935b

#ae935b

Complementary Color

#ae935b #5b76ae

#ae935b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae935b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae935b Color CSS Codes

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

#ae935b Text Font Color

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

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


#ae935b Background Color

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

This div background color is #ae935b


#ae935b Border Color

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

This div border color is #ae935b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae935b


Comments

No comments written yet.

Please login to write comment.