Color Hex Logo

#ae622e Color Hex

#AE622E
(174,98,46)
0 Favorites   0 Comments

Color spaces of #ae622e

RGB 1749846
HSL0.070.580.43
HSV24°74°68°
CMYK 0.000.440.74   0.32
XYZ22.316417.93134.8697
Yxy17.93130.49460.3974
Hunter Lab42.345419.966822.8234
CIE-Lab49.412726.508641.7883

#ae622e color RGB value is (174,98,46).

#ae622e hex color red value is 174, green value is 98 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ae622e hue: 0.07 , saturation: 0.58 and the lightness value of ae622e is 0.43.

The process color (four color CMYK) of #ae622e color hex is 0.00, 0.44, 0.74, 0.32. Web safe color of #ae622e is #996633. Color #ae622e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 00101110
Octal 256 142 56
Decimal 174 98 46
Hex AE 62 2E

RGB Percentages of Color #ae622e

%54.72
%30.82
%14.47

CMYK Percentages of Color #ae622e

%0
%44
%74
%32

Triadic Colors of #ae622e

#ae622e #2eae62 #622eae

Analogous Colors of #ae622e

#ae622e #aea22e #ae2e3a

Monochromatic Colors of #ae622e

#ae622e

Complementary Color

#ae622e #2e7aae

#ae622e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae622e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae622e Color CSS Codes

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

#ae622e Text Font Color

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

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


#ae622e Background Color

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

This div background color is #ae622e


#ae622e Border Color

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

This div border color is #ae622e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae622e


Comments

No comments written yet.

Please login to write comment.