Color Hex Logo

#ae4422 Color Hex

#AE4422
(174,68,34)
0 Favorites   0 Comments

Color spaces of #ae4422

RGB 1746834
HSL0.040.670.41
HSV15°80°68°
CMYK 0.000.610.80   0.32
XYZ19.811413.24843.0264
Yxy13.24840.54900.3671
Hunter Lab36.398433.459320.5491
CIE-Lab43.135241.564441.3740

#ae4422 color RGB value is (174,68,34).

#ae4422 hex color red value is 174, green value is 68 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ae4422 hue: 0.04 , saturation: 0.67 and the lightness value of ae4422 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 00100010
Octal 256 104 42
Decimal 174 68 34
Hex AE 44 22

RGB Percentages of Color #ae4422

%63.04
%24.64
%12.32

CMYK Percentages of Color #ae4422

%0
%61
%80
%32

Triadic Colors of #ae4422

#ae4422 #22ae44 #4422ae

Analogous Colors of #ae4422

#ae4422 #ae8a22 #ae2246

Monochromatic Colors of #ae4422

#ae4422

Complementary Color

#ae4422 #228cae

#ae4422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4422 Color CSS Codes

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

#ae4422 Text Font Color

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

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


#ae4422 Background Color

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

This div background color is #ae4422


#ae4422 Border Color

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

This div border color is #ae4422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4422


Comments

No comments written yet.

Please login to write comment.