Color Hex Logo

#ae554d Color Hex

#AE554D
(174,85,77)
0 Favorites   0 Comments

Color spaces of #ae554d

RGB 1748577
HSL0.010.390.49
HSV56°68°
CMYK 0.000.510.56   0.32
XYZ22.043616.03158.9537
Yxy16.03150.46870.3409
Hunter Lab40.039428.204014.7690
CIE-Lab47.015835.578021.6763

#ae554d color RGB value is (174,85,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 01001101
Octal 256 125 115
Decimal 174 85 77
Hex AE 55 4D

RGB Percentages of Color #ae554d

%51.79
%25.30
%22.92

CMYK Percentages of Color #ae554d

%0
%51
%56
%32

Triadic Colors of #ae554d

#ae554d #4dae55 #554dae

Analogous Colors of #ae554d

#ae554d #ae864d #ae4d76

Monochromatic Colors of #ae554d

#ae554d

Complementary Color

#ae554d #4da6ae

#ae554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae554d Color CSS Codes

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

#ae554d Text Font Color

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

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


#ae554d Background Color

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

This div background color is #ae554d


#ae554d Border Color

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

This div border color is #ae554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae554d


Comments

No comments written yet.

Please login to write comment.