Color Hex Logo

#ae4816 Color Hex

#AE4816
(174,72,22)
0 Favorites   0 Comments

Color spaces of #ae4816

RGB 1747222
HSL0.050.780.38
HSV20°87°68°
CMYK 0.000.590.87   0.32
XYZ19.917713.69132.3520
Yxy13.69130.55390.3807
Hunter Lab37.001831.331822.1325
CIE-Lab43.786939.284447.3808

#ae4816 color RGB value is (174,72,22).

#ae4816 hex color red value is 174, green value is 72 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ae4816 hue: 0.05 , saturation: 0.78 and the lightness value of ae4816 is 0.38.

The process color (four color CMYK) of #ae4816 color hex is 0.00, 0.59, 0.87, 0.32. Web safe color of #ae4816 is #993300. Color #ae4816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 00010110
Octal 256 110 26
Decimal 174 72 22
Hex AE 48 16

RGB Percentages of Color #ae4816

%64.93
%26.87
%8.21

CMYK Percentages of Color #ae4816

%0
%59
%87
%32

Triadic Colors of #ae4816

#ae4816 #16ae48 #4816ae

Analogous Colors of #ae4816

#ae4816 #ae9416 #ae1630

Monochromatic Colors of #ae4816

#ae4816

Complementary Color

#ae4816 #167cae

#ae4816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4816 Color CSS Codes

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

#ae4816 Text Font Color

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

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


#ae4816 Background Color

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

This div background color is #ae4816


#ae4816 Border Color

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

This div border color is #ae4816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4816


Comments

No comments written yet.

Please login to write comment.