Color Hex Logo

#ae442d Color Hex

#AE442D
(174,68,45)
0 Favorites   0 Comments

Color spaces of #ae442d

RGB 1746845
HSL0.030.590.43
HSV11°74°68°
CMYK 0.000.610.74   0.32
XYZ19.996313.32244.0002
Yxy13.32240.53580.3570
Hunter Lab36.499933.915719.0520
CIE-Lab43.245142.010235.6596

#ae442d color RGB value is (174,68,45).

#ae442d hex color red value is 174, green value is 68 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ae442d hue: 0.03 , saturation: 0.59 and the lightness value of ae442d is 0.43.

The process color (four color CMYK) of #ae442d color hex is 0.00, 0.61, 0.74, 0.32. Web safe color of #ae442d is #993333. Color #ae442d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 00101101
Octal 256 104 55
Decimal 174 68 45
Hex AE 44 2D

RGB Percentages of Color #ae442d

%60.63
%23.69
%15.68

CMYK Percentages of Color #ae442d

%0
%61
%74
%32

Triadic Colors of #ae442d

#ae442d #2dae44 #442dae

Analogous Colors of #ae442d

#ae442d #ae852d #ae2d56

Monochromatic Colors of #ae442d

#ae442d

Complementary Color

#ae442d #2d97ae

#ae442d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae442d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae442d Color CSS Codes

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

#ae442d Text Font Color

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

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


#ae442d Background Color

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

This div background color is #ae442d


#ae442d Border Color

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

This div border color is #ae442d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae442d


Comments

No comments written yet.

Please login to write comment.