Color Hex Logo

#ae794c Color Hex

#AE794C
(174,121,76)
0 Favorites   0 Comments

Color spaces of #ae794c

RGB 17412176
HSL0.080.390.49
HSV28°56°68°
CMYK 0.000.300.56   0.32
XYZ25.597423.19529.9655
Yxy23.19520.43560.3948
Hunter Lab48.161410.588921.4448
CIE-Lab55.272815.680432.7528

#ae794c color RGB value is (174,121,76).

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

The process color (four color CMYK) of #ae794c color hex is 0.00, 0.30, 0.56, 0.32. Web safe color of #ae794c is #996633. Color #ae794c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 01001100
Octal 256 171 114
Decimal 174 121 76
Hex AE 79 4C

RGB Percentages of Color #ae794c

%46.90
%32.61
%20.49

CMYK Percentages of Color #ae794c

%0
%30
%56
%32

Triadic Colors of #ae794c

#ae794c #4cae79 #794cae

Analogous Colors of #ae794c

#ae794c #aeaa4c #ae4c50

Monochromatic Colors of #ae794c

#ae794c

Complementary Color

#ae794c #4c81ae

#ae794c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae794c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae794c Color CSS Codes

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

#ae794c Text Font Color

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

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


#ae794c Background Color

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

This div background color is #ae794c


#ae794c Border Color

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

This div border color is #ae794c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae794c


Comments

No comments written yet.

Please login to write comment.