Color Hex Logo

#ae775d Color Hex

#AE775D
(174,119,93)
0 Favorites   0 Comments

Color spaces of #ae775d

RGB 17411993
HSL0.050.330.52
HSV19°47°68°
CMYK 0.000.320.47   0.32
XYZ26.028222.982613.4202
Yxy22.98260.41690.3681
Hunter Lab47.940213.017916.9607
CIE-Lab55.054418.423222.9756

#ae775d color RGB value is (174,119,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 01011101
Octal 256 167 135
Decimal 174 119 93
Hex AE 77 5D

RGB Percentages of Color #ae775d

%45.08
%30.83
%24.09

CMYK Percentages of Color #ae775d

%0
%32
%47
%32

Triadic Colors of #ae775d

#ae775d #5dae77 #775dae

Analogous Colors of #ae775d

#ae775d #aea05d #ae5d6c

Monochromatic Colors of #ae775d

#ae775d

Complementary Color

#ae775d #5d94ae

#ae775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae775d Color CSS Codes

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

#ae775d Text Font Color

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

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


#ae775d Background Color

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

This div background color is #ae775d


#ae775d Border Color

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

This div border color is #ae775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae775d


Comments

No comments written yet.

Please login to write comment.