Color Hex Logo

#ae8622 Color Hex

#AE8622
(174,134,34)
0 Favorites   0 Comments

Color spaces of #ae8622

RGB 17413434
HSL0.120.670.41
HSV43°80°68°
CMYK 0.000.230.80   0.32
XYZ26.269426.16445.1791
Yxy26.16440.45600.4541
Hunter Lab51.15112.156729.8026
CIE-Lab58.19285.895755.4536

#ae8622 color RGB value is (174,134,34).

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

The process color (four color CMYK) of #ae8622 color hex is 0.00, 0.23, 0.80, 0.32. Web safe color of #ae8622 is #999933. Color #ae8622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00100010
Octal 256 206 42
Decimal 174 134 34
Hex AE 86 22

RGB Percentages of Color #ae8622

%50.88
%39.18
%9.94

CMYK Percentages of Color #ae8622

%0
%23
%80
%32

Triadic Colors of #ae8622

#ae8622 #22ae86 #8622ae

Analogous Colors of #ae8622

#ae8622 #90ae22 #ae4022

Monochromatic Colors of #ae8622

#ae8622

Complementary Color

#ae8622 #224aae

#ae8622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8622 Color CSS Codes

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

#ae8622 Text Font Color

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

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


#ae8622 Background Color

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

This div background color is #ae8622


#ae8622 Border Color

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

This div border color is #ae8622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8622


Comments

No comments written yet.

Please login to write comment.