Color Hex Logo

#ae914d Color Hex

#AE914D
(174,145,77)
0 Favorites   0 Comments

Color spaces of #ae914d

RGB 17414577
HSL0.120.390.49
HSV42°56°68°
CMYK 0.000.170.56   0.32
XYZ28.920529.785311.2460
Yxy29.78530.41340.4258
Hunter Lab54.5759-0.918325.9857
CIE-Lab61.46852.383139.7290

#ae914d color RGB value is (174,145,77).

#ae914d hex color red value is 174, green value is 145 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae914d hue: 0.12 , saturation: 0.39 and the lightness value of ae914d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 01001101
Octal 256 221 115
Decimal 174 145 77
Hex AE 91 4D

RGB Percentages of Color #ae914d

%43.94
%36.62
%19.44

CMYK Percentages of Color #ae914d

%0
%17
%56
%32

Triadic Colors of #ae914d

#ae914d #4dae91 #914dae

Analogous Colors of #ae914d

#ae914d #9bae4d #ae614d

Monochromatic Colors of #ae914d

#ae914d

Complementary Color

#ae914d #4d6aae

#ae914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae914d Color CSS Codes

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

#ae914d Text Font Color

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

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


#ae914d Background Color

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

This div background color is #ae914d


#ae914d Border Color

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

This div border color is #ae914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae914d


Comments

No comments written yet.

Please login to write comment.