Color Hex Logo

#ae915d Color Hex

#AE915D
(174,145,93)
0 Favorites   0 Comments

Color spaces of #ae915d

RGB 17414593
HSL0.110.330.52
HSV39°47°68°
CMYK 0.000.170.47   0.32
XYZ29.556730.039814.5964
Yxy30.03980.39840.4049
Hunter Lab54.80860.344922.5761
CIE-Lab61.68853.882931.5870

#ae915d color RGB value is (174,145,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 01011101
Octal 256 221 135
Decimal 174 145 93
Hex AE 91 5D

RGB Percentages of Color #ae915d

%42.23
%35.19
%22.57

CMYK Percentages of Color #ae915d

%0
%17
%47
%32

Triadic Colors of #ae915d

#ae915d #5dae91 #915dae

Analogous Colors of #ae915d

#ae915d #a3ae5d #ae695d

Monochromatic Colors of #ae915d

#ae915d

Complementary Color

#ae915d #5d7aae

#ae915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae915d Color CSS Codes

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

#ae915d Text Font Color

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

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


#ae915d Background Color

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

This div background color is #ae915d


#ae915d Border Color

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

This div border color is #ae915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae915d


Comments

No comments written yet.

Please login to write comment.