Color Hex Logo

#ae934d Color Hex

#AE934D
(174,147,77)
0 Favorites   0 Comments

Color spaces of #ae934d

RGB 17414777
HSL0.120.390.49
HSV43°56°68°
CMYK 0.000.160.56   0.32
XYZ29.228830.401911.3488
Yxy30.40190.41180.4283
Hunter Lab55.1379-1.867926.3931
CIE-Lab61.99951.285440.3594

#ae934d color RGB value is (174,147,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 01001101
Octal 256 223 115
Decimal 174 147 77
Hex AE 93 4D

RGB Percentages of Color #ae934d

%43.72
%36.93
%19.35

CMYK Percentages of Color #ae934d

%0
%16
%56
%32

Triadic Colors of #ae934d

#ae934d #4dae93 #934dae

Analogous Colors of #ae934d

#ae934d #99ae4d #ae634d

Monochromatic Colors of #ae934d

#ae934d

Complementary Color

#ae934d #4d68ae

#ae934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae934d Color CSS Codes

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

#ae934d Text Font Color

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

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


#ae934d Background Color

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

This div background color is #ae934d


#ae934d Border Color

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

This div border color is #ae934d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,147,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 #ae934d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae934d


Comments

No comments written yet.

Please login to write comment.