Color Hex Logo

#ae7961 Color Hex

#AE7961
(174,121,97)
0 Favorites   0 Comments

Color spaces of #ae7961

RGB 17412197
HSL0.050.320.53
HSV19°44°68°
CMYK 0.000.300.44   0.32
XYZ26.450623.536514.4582
Yxy23.53650.41040.3652
Hunter Lab48.514412.419916.2906
CIE-Lab55.620717.729321.4492

#ae7961 color RGB value is (174,121,97).

#ae7961 hex color red value is 174, green value is 121 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ae7961 hue: 0.05 , saturation: 0.32 and the lightness value of ae7961 is 0.53.

The process color (four color CMYK) of #ae7961 color hex is 0.00, 0.30, 0.44, 0.32. Web safe color of #ae7961 is #996666. Color #ae7961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 01100001
Octal 256 171 141
Decimal 174 121 97
Hex AE 79 61

RGB Percentages of Color #ae7961

%44.39
%30.87
%24.74

CMYK Percentages of Color #ae7961

%0
%30
%44
%32

Triadic Colors of #ae7961

#ae7961 #61ae79 #7961ae

Analogous Colors of #ae7961

#ae7961 #aea061 #ae6170

Monochromatic Colors of #ae7961

#ae7961

Complementary Color

#ae7961 #6196ae

#ae7961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7961 Color CSS Codes

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

#ae7961 Text Font Color

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

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


#ae7961 Background Color

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

This div background color is #ae7961


#ae7961 Border Color

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

This div border color is #ae7961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7961


Comments

No comments written yet.

Please login to write comment.